[Kst] [Bug 117817] Only the first parameter is shown in fit labels

netterfield at astro.utoronto.ca netterfield at astro.utoronto.ca
Wed Feb 22 08:00:28 CET 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=117817         




------- Additional Comments From netterfield astro utoronto ca  2006-02-22 08:00 -------
I like the suggested solution, but I worry about namespace collision.
We are essentially introducing the syntax which will eventually be used for all 'string' references...  
options: 
1) strings and scalars share a name space, so if there is a string called [abc], the scalars named [abc] are forbidden.
2) strings and scalars don't share, and so need to be reference strings in a different way than we reference scalars.  so [abc] vs , eg, [$abc]

I prefer (1), but it will be very hard to enforce, I fear.  (2) will be a lot easier implement.

Thoughts?


More information about the Kst mailing list