Menu

#1 shortcut for on of the Nunit menus?

open
nobody
None
5
2004-01-19
2004-01-19
Anonymous
No

Is there a way to add a shortcut for on of the Nunit
menus?

/sean (sean@harvell.com)

Discussion

  • David Hervieux

    David Hervieux - 2004-01-20

    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

     
  • Sean Harvell

    Sean Harvell - 2004-01-20

    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...

     
  • Sean Harvell

    Sean Harvell - 2004-01-20

    Logged In: YES
    user_id=955344

    ...for the nunit project target...

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.