localization and default context menu

SyntaxEditor for Windows Forms Forum

Posted 18 years ago by GavinK151
Avatar
hiya!

Just wondering - I am implementing localization for our product, is it possible to set the text of the default context menu in the syntax control? If not and I need to implement a custom context menu, can I have it do the same standard things as the default menu (cut, paste etc) without having to implement these features?

thanks!

gav

Comments (2)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Gav,

Sorry but the default menu currently isn't customizable. If you make your own, you can just call our methods to do the things like undo, cut, copy, paste, etc. For instance, when your Copy menu item is clicked, execute something like this:
editor.SelectedView.CopyToClipboard();


Actipro Software Support

Posted 18 years ago by GavinK151
Avatar
hi!

Just wanted to say thanks very much for your prompt response, this worked great :-)

cheers, Gav
The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.