Home » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » PlantUmlEditor
PlantUmlEditor [message #50708] |
Fri, 07 December 2018 17:32  |
Didier
Messages: 725 Registered: November 2008 Location: France
|
Contributor |
|
|
Hy all,
I use PlantUml from time to time to make some sequence diagrams ... but it lacks a good editor with decent colorising.
So I decided to try to make one using Upp::CodeEditor and Boost::spirit
This is a first try and it can only edit one file at a time since I added some file context management (Macro, Participants) (I still need to find out how to manage this correctly with CodeEditor) but the parsing and colorising works great (although not perfect for the moment).
Since this subject comes up regularly: so I think this example could be of interest to others
Note :
- the parsing can DETECT SYNTAX ERRORS and line is displayed in red until the error is corrected (all errors aren't detected at the moment : I have to correct/enhance the syntax declaration) but this brings much power to the editor
[Updated on: Fri, 07 December 2018 20:11] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Mon Apr 28 13:39:51 CEST 2025
Total time taken to generate the page: 0.01152 seconds
|