Version: 12.0.0-rc-22-7
Build #: 29609
Build Date: 2012-Oct-04 01:07:40 PM
Toggle Statement Comment with Ctrl-Alt-/ does not toggle in Text, Java, XML Editors
Another bug is that Toggle Block Comment with Ctrl-Shift-/ in Text, Java, XML Editors will incorrectly uncomment a block.
1. Open a Text Editor
2. Paste
Select col1, col2, col3,
col4, col5, col6,
col7, col8, col9
from mytable
3. Select from col2 till col8
4. Hit Ctrl+Shift+Slash
5. Toggle by hitting same combination 1 more time
it add /* instead of removing the /*
6. Compare the same action with a SQL Window and you can see the difference
Ctrl-Alt-/ is to comment the current Statement. This only applies to Query Windows, and will not do anything for other editors.
ToggleBlockComment.toggle() Line 129. ExtSyntaxSupport.getTokenChain() is returning tokens which are just lines.
ToggleBlockComment.toggle() Line 129. ExtSyntaxSupport.getTokenChain() is returning tokens which are just lines.
I've disabled Block Comment for general editors, and left it enabled for Query Window.
I've disabled Block Comment for general editors, and left it enabled for Query Window.
Block comment is disabled for all editors except SQL Editor in 12.0.0-rc-23-6
Block comment is disabled for all editors except SQL Editor in 12.0.0-rc-23-6
Issue #7736 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
Ctrl-Alt-/ is to comment the current Statement. This only applies to Query Windows, and will not do anything for other editors.