Menu

#1236 Shortcut for comment/uncomment current line (ctrl + "/") does not work

SQuirreL
closed-fixed
5
2016-02-13
2016-02-09
Marek
No

Hello,
keyboard shortcut for comment/uncomment current line (ctrl + "/") does not work since the RText component was updated to 2.5.3.

Please fix in:
sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/rsyntax/SquirrelTokenMakerBase.java

update line #325 from:
public String[] getLineCommentStartAndEnd() {

to:
public String[] getLineCommentStartAndEnd(int languageIndex) {

Thanks.

Discussion

  • Gerd Wagner

    Gerd Wagner - 2016-02-13

    Is done according to your suggestion. (The old method truly was no override any more.)

    Nonetheless the orginal comment/uncomment hot key of SQuirreL is
    ctrl+Numpad minus / ctrl+shift+Numpad minus.
    See tools popup (ctrl+t).

     

    Last edit: Gerd Wagner 2016-02-13
  • Gerd Wagner

    Gerd Wagner - 2016-02-13
    • status: open --> closed-fixed
     

Log in to post a comment.