Bug 150169 - Unable to use plugin with spaces in name in equation
Summary: Unable to use plugin with spaces in name in equation
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.4.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-24 23:48 UTC by Andrew Walker
Modified: 2007-09-25 23:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Walker 2007-09-24 23:48:20 UTC
Version:           1.4.0 (using KDE KDE 3.5.1)
Installed from:    Compiled From Sources
OS:                Linux

PROBLEM:
The user cannot use a plugin with a space in name in the equation editor

STEPS TO REPRODUCE:
Start Kst
Create some vector
Select Data... New Equation...
In the Equation edit field enter: plugin(Despike filter,x,1,5)
Hit OK

RESULTS:
A dialog box indicates that:
"There is an error in the equation you entered"
The details indicate:
"syntax error: Closing parenthesis is missing"

EXPECTED RESULTS:
The equation is accepted and a curve displayed
Comment 1 Andrew Walker 2007-09-25 23:32:01 UTC
SVN commit 717035 by arwalker:

BUG:150169 allow the user to enter the readable name of a c-style plugin in an equation. This is the more intuitive name to enter as it is the only one the user ever sees in the ui

 M  +34 -15    enodes.cpp  
 M  +4 -4      enodes.h  
 M  +53 -52    escan.c  
 M  +1 -1      escan.l  


WebSVN link: http://websvn.kde.org/?view=rev&revision=717035