[Kommander-devel] New parser bugs?
Eric Laffoon
eric at kdewebdev.org
Thu Mar 31 23:40:37 EST 2005
On Thursday 31 March 2005 09:23 pm, Eric Laffoon wrote:
> In general this seems pretty buggy.
And more bugs...
run like this -
/*
comment
*/
EditConn.setEnabled(true)
//the above fails
run like this -
EditConn.setEnabled(true)
/*
comment
*/
//the above succeeds
It appears quotes are not being handled correctly.
Didn't this work?
debug(var1,var2,var3)
One would expect these would show up on separate lines, or at least legible.
The concatonate without spaces so if var1=hello and var2=there the output =
hellothere
debug(var1+"\n"+var2+"\n"+var3) works as expected but doesn't it seem like the
comma separated one above should yield the same result?
I found all this with an error telling me I had a missing = when in fact I'd
accidentally misnamed a widget. This was because for some reason they show up
in seemingly random order in the combobox and with large dialogs it becomes
very hard to find a widget. These need to be sorted!
I'm making progress I think. ;-)
--
Eric Laffoon
Project Lead - kdewebdev module
More information about the Kommander-devel
mailing list