dkjMusic 0 Posted November 13, 2019 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? Share this post Link to post
Fr0sT.Brutal 900 Posted November 14, 2019 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
David Heffernan 2345 Posted November 14, 2019 FYI, cross posted here: https://stackoverflow.com/questions/58858474/how-do-i-extend-the-delphi-10-3-code-editor Share this post Link to post