PBasic IDE feature request/suggestion.
Clock Loop
Posts: 2,069
Here is my suggestion for any newer version of PBasic IDE!
Allow "commenting out" all currently highlighted code'
That is all.
"jumps off soapbox"
The reason this feature might be handy is because I find myself wanting to keep existing code WHILE I try out new code, incase my new code totally sucks or dosen't work at all, then I can use old code as reference. Its ALOT eaiser to comment out MASS code than to cut and paste or the like.
[noparse]:)[/noparse]
Allow "commenting out" all currently highlighted code'
That is all.
"jumps off soapbox"
The reason this feature might be handy is because I find myself wanting to keep existing code WHILE I try out new code, incase my new code totally sucks or dosen't work at all, then I can use old code as reference. Its ALOT eaiser to comment out MASS code than to cut and paste or the like.
[noparse]:)[/noparse]
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
/* These two characters (or some other special symbol(s) start a multi-line or block comment
this is still comment
so is this
the two characters at the end of this line end the comment */
This is code
'this is a single line comment
this is more code
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
John R.
8 + 8 = 10
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
I would also suggest that the lack of a "block comment" in basic (or any other language) is a fundamental flaw in all implementations, but then I suppose others would argue that the existance of a block comment is equally a fundamental flaw in a language that supports them.
Maybe block comments could get put on the wish list for version 4 or 5...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
John R.
8 + 8 = 10
BTW, what do the little yellow icons represent? Breakpoints, or just reminders?
·· When you click down the left side of the editor window and the yellow numbered circles appear, these are bookmarks.· They do not get saved when you save the source code.· They're useful in debugging.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax