tony.huerlimann 0 Posted 7 hours ago I use SynEdit in my Delphi VCL project. I wrote my own SyntaxHighlighter and SynEdit works very well. I would like to know if plans exist to port the editor to FMX, such that it could be used in a Delphi to Linux or MacOS compiled application. It would be a great leap because it seems to me very few other solutions exist. FNC MEMO from TMSsoftware.com does not allow to create your own highlighter. Thanks for help Tony Share this post Link to post
salvadordf 38 Posted 7 hours ago I know it's not the same but one of the FMX demos in the WebView4Delphi project shows how to embed a Monaco editor : https://github.com/microsoft/monaco-editor https://github.com/salvadordf/WebView4Delphi/tree/main/demos/Delphi_FMX/MonacoEditor 1 Share this post Link to post