Commit Graph

10 Commits

Author SHA1 Message Date
Florian f727c6dd13 frontend 2.0: initial version
- auto refresh function
- light and dark theme
- monaco editor (vscode) with "apex" as syntax highlighting language
  * apex seems to work quite fine (better than no highlighting)
  * future possibility: own plantuml language syntax support
  * future possibility: autocomplete (to much work but maybe partial)
    - implemented example for `!theme ...`
    - implemented example for `<&icon>`
  * future possibility: code validation
    - implemented example for `@start...` and `@end...`:
      * should be the first or last command
      * should be of the some type (e.g. `@startyaml` and @endyaml)
      * should be used exactly once per document/diagram
- editor and preview is splitable into two windows like the
  "Extract window" functionality on
  (plantuml.com)[https://www.plantuml.com/plantuml]
- multi index / multi paging diagram support
- diagram can be displayed/rended as PNG, SVG, ASCII Art or PDF
- Ctrl+s download the PlantUML Code as code file (diagram.puml)
- Ctrl+, opens the settings and Esc closes the settings
2023-05-03 13:23:47 -04:00
Arnaud Roques a7a5b91933 Temporary remove tests 2022-12-06 19:20:32 +01:00
Arnaud Roques 0330b7c4a2 Import version 1.2022.2 2022-03-07 22:36:31 +01:00
Jesse Tan c212cb9488 Add simple EPS test case 2017-06-28 13:16:45 +02:00
maximesinclair beb8c490b0 [BUGFIX] Text/plain outputs always in unicode 2013-09-13 19:55:07 +02:00
Maxime Sinclair 13ac55e09e [FEATURE] Map service totally implemented 2013-08-19 16:07:38 +02:00
Maxime Sinclair ce168633ad [TASK] Full coding style clean up 2013-07-10 17:07:24 +02:00
maximesinclair cbb6eb0ac2 Testcases are coming back ! 2013-07-01 22:40:14 +02:00
maximesinclair 3bc2461f85 Temporary fix ! 2013-05-27 23:45:38 +02:00
Pablo Lalloni 89c4d91b41 Project fully mavenized with functionality exceeding previous Ant build.xml implemented (except deployment to servlet container, which can be easily added).
Improved unit tests to be independent of externally running servlet container, now every test runs its own embedded jetty server (and stops it afterward).

Removed all eclipse artifacts (.project, .classpath, .settings, etc.) and added to .gitignore to be independent of development environment (can be autogenerated by maven, or better yet use m2eclipse).

Removed embedded dependency jars since they are handled automatically by maven.
2011-11-02 19:11:52 -03:00