yes and no, you can edit SharpBuilderTools.shortcut file and
add your own shortcut. In the next release, you will be to
customize the shortcut...
example :
<ShortcutMenu>
<Help>Toggle Comment (Ctrl /)</Help>
<MenuName>ToggleCommentMenu</MenuName>
<Value>16495</Value>
</ShortcutMenu>
The major problem is to convert the shortcut to a numeric
value and sometime the IDE doesn't support the shortcut. If
you have Delphi, use TextToShortCut('Ctrl+N') to get the
value or reply me the shortcut that you want and I will give
you the value
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I do have Delphi 7 and 8 but I could not get TextToShortCut
to work... I must be missing something... Any shortcut is fine.
One that will not clash with others preferably...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=789951
yes and no, you can edit SharpBuilderTools.shortcut file and
add your own shortcut. In the next release, you will be to
customize the shortcut...
example :
<ShortcutMenu>
<Help>Toggle Comment (Ctrl /)</Help>
<MenuName>ToggleCommentMenu</MenuName>
<Value>16495</Value>
</ShortcutMenu>
The major problem is to convert the shortcut to a numeric
value and sometime the IDE doesn't support the shortcut. If
you have Delphi, use TextToShortCut('Ctrl+N') to get the
value or reply me the shortcut that you want and I will give
you the value
Logged In: YES
user_id=955344
I do have Delphi 7 and 8 but I could not get TextToShortCut
to work... I must be missing something... Any shortcut is fine.
One that will not clash with others preferably...
Logged In: YES
user_id=955344
...for the nunit project target...