Jump to content
dkjMusic

Extend Delphi 10.3 Code Editor

Recommended Posts

I want to extend the editor, perhaps using the Open Tools API, to open a fly-out menu automatically when a word(s) is highlighted in the editor. The Opera browser does this as shown in the screenshot below. I posed this topic on the IDERA Community forum and have received no replies. Cut and Paste could be added to the fly-out context menu. Can anyone point me to an example or how to get started?

2017830807_Contextmenu.thumb.png.242365b601f05c26b16783db4e8d8aa3.png

Share this post


Link to post

You can start from examining available OTA interfaces for necessary events and methods. Anyway the code editor is just a Windows' window (heh) so it probably supports standard WM_*/EM_* messages

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×