JTmartins Active Member Licensed User Longtime User Feb 12, 2014 #1 For some of us that are so used to the // in comments, from other languages, the ability to use either the ' or the // as the begining of a comment, was useful. I keep forgeting it. Thanks
For some of us that are so used to the // in comments, from other languages, the ability to use either the ' or the // as the begining of a comment, was useful. I keep forgeting it. Thanks
DonManfred Expert Licensed User Longtime User Feb 13, 2014 #3 I´m missing the # too (done long time coding in PHP )
Erel B4X founder Staff member Licensed User Longtime User Feb 13, 2014 #4 # is already used for other purposes (regions and module attributes). I don't believe that there will be additional comments characters. The apostrophe (') is Basic4android language comments character.
# is already used for other purposes (regions and module attributes). I don't believe that there will be additional comments characters. The apostrophe (') is Basic4android language comments character.
S sorex Expert Licensed User Longtime User Feb 13, 2014 #5 I'm fine with the ' as I'm used to it from vb6/vbscript/asp but what I mis is a way to define a comment block. like /* */ in php/javascript/... ' -- this is a long comment block -- ' (like the html style of commenting < !-- -->, or '* *' whatever) I got a lot of server errors when trying to add/edit the post when the -- was right after the ' Last edited: Feb 13, 2014
I'm fine with the ' as I'm used to it from vb6/vbscript/asp but what I mis is a way to define a comment block. like /* */ in php/javascript/... ' -- this is a long comment block -- ' (like the html style of commenting < !-- -->, or '* *' whatever) I got a lot of server errors when trying to add/edit the post when the -- was right after the '
S sorex Expert Licensed User Longtime User Feb 13, 2014 #6 and while we are requesting... someone mentioned the use of 'todo in VisualStudio in the chat last week. this would come in handy too and could be nested in the log/lib/files panel 'todo update xml parsing will put "update xml parsing" on a to-do list in that panel, might be handy if a double click on that line would jump to the comment line. here's more info... http://blogs.msdn.com/b/zainnab/archive/2010/06/07/todo-comments-in-the-task-list-vstiptool0029.aspx
and while we are requesting... someone mentioned the use of 'todo in VisualStudio in the chat last week. this would come in handy too and could be nested in the log/lib/files panel 'todo update xml parsing will put "update xml parsing" on a to-do list in that panel, might be handy if a double click on that line would jump to the comment line. here's more info... http://blogs.msdn.com/b/zainnab/archive/2010/06/07/todo-comments-in-the-task-list-vstiptool0029.aspx
klaus Expert Licensed User Longtime User Feb 13, 2014 #7 Do you know that you select a bloc and comment or uncomment the whole block with one click.
thedesolatesoul Expert Licensed User Longtime User Feb 13, 2014 #8 klaus said: Do you know that you select a bloc and comment View attachment 22659 or uncomment View attachment 22658 the whole block with one click. Click to expand... And I believe the shortcuts for those are Ctrl+W, Ctrl+Q
klaus said: Do you know that you select a bloc and comment View attachment 22659 or uncomment View attachment 22658 the whole block with one click. Click to expand... And I believe the shortcuts for those are Ctrl+W, Ctrl+Q
S sorex Expert Licensed User Longtime User Feb 13, 2014 #9 no, too be honnest I thought that were indent icons but now I see those are more to the right. that ctrl-Q (for Qomment? ) does what I needed indeed.
no, too be honnest I thought that were indent icons but now I see those are more to the right. that ctrl-Q (for Qomment? ) does what I needed indeed.
Claudio Oliveira Active Member Licensed User Longtime User Feb 13, 2014 #10 sorex said: and while we are requesting... someone mentioned the use of 'todo in VisualStudio in the chat last week. this would come in handy too and could be nested in the log/lib/files panel 'todo update xml parsing will put "update xml parsing" on a to-do list in that panel, might be handy if a double click on that line would jump to the comment line. here's more info... http://blogs.msdn.com/b/zainnab/archive/2010/06/07/todo-comments-in-the-task-list-vstiptool0029.aspx Click to expand... That would come in real handy, indeeed...
sorex said: and while we are requesting... someone mentioned the use of 'todo in VisualStudio in the chat last week. this would come in handy too and could be nested in the log/lib/files panel 'todo update xml parsing will put "update xml parsing" on a to-do list in that panel, might be handy if a double click on that line would jump to the comment line. here's more info... http://blogs.msdn.com/b/zainnab/archive/2010/06/07/todo-comments-in-the-task-list-vstiptool0029.aspx Click to expand... That would come in real handy, indeeed...
rbghongade Active Member Licensed User Longtime User Feb 16, 2014 #11 Dear Erel, It would be convenient if the block comment option appears in the right mouse click menu. Thanks for the phenomenon called B4A!
Dear Erel, It would be convenient if the block comment option appears in the right mouse click menu. Thanks for the phenomenon called B4A!
nikolaus Member Licensed User Longtime User May 1, 2014 #12 I'm missing block comments too. What about: #Region Ignore ... #End Region
Erel B4X founder Staff member Licensed User Longtime User May 1, 2014 #13 The next version will support conditional compilation: You will be able to use it for comments as well by choosing any inactive symbol.
The next version will support conditional compilation: You will be able to use it for comments as well by choosing any inactive symbol.