1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-06-02 16:40:49 +00:00
plantuml-server/src/main/java/net/sourceforge/plantuml/servlet
Florian 09517cca92 add emoji auto completion (suggestion)
- typing `<:` will start the emoji auto complition inside the plantuml editor
- for the sake of simplicity the emoji preview of the completion documentation will fetch the image from the original github repository (not plantuml). The reason is that the images (SVGs) inside plantuml have sometimes removed their svg tag, hence it's difficult to set the correct rendering size.
- expand auto completion (suggestion) documentation by default
- add emoji example GIF and documentation
- set charset to utf-8 for each website
- refactor JSON creation inside UI Helper
2023-05-10 22:10:58 +02:00
..
utility Improve multipage (index) handling 2021-10-18 15:40:40 +02:00
AsciiCoderServlet.java revert missing tests + small fixes 2023-05-04 18:30:58 -04:00
AsciiServlet.java update and fix checkstyle and javadoc plugins 2021-10-11 19:22:18 +02:00
Base64Servlet.java update and fix checkstyle and javadoc plugins 2021-10-11 19:22:18 +02:00
CheckSyntaxServlet.java Improve multipage (index) handling 2021-10-18 15:40:40 +02:00
DiagramResponse.java fix: PDF servlet 2023-05-09 19:45:21 +02:00
diagrams.txt Improve multipage (index) handling 2021-10-18 15:40:40 +02:00
EpsServlet.java update and fix checkstyle and javadoc plugins 2021-10-11 19:22:18 +02:00
EpsTextServlet.java update and fix checkstyle and javadoc plugins 2021-10-11 19:22:18 +02:00
ImgServlet.java update and fix checkstyle and javadoc plugins 2021-10-11 19:22:18 +02:00
LanguageServlet.java update jetty and tomcat to latest version 2021-10-17 18:46:03 +02:00
MapServlet.java Improve multipage (index) handling 2021-10-18 15:40:40 +02:00
OldProxyServlet.java revert missing tests + small fixes 2023-05-04 18:30:58 -04:00
package.html update and fix checkstyle and javadoc plugins 2021-10-11 19:22:18 +02:00
PdfServlet.java Adding PDF support #130 2023-02-17 19:43:59 +01:00
PlantUmlServlet.java frontend 2.0: initial version 2023-05-03 13:23:47 -04:00
PlantUmlUIHelperServlet.java add emoji auto completion (suggestion) 2023-05-10 22:10:58 +02:00
ProxyServlet.java fix: PDF servlet 2023-05-09 19:45:21 +02:00
SvgServlet.java update and fix checkstyle and javadoc plugins 2021-10-11 19:22:18 +02:00
UmlDiagramService.java Improve multipage (index) handling 2021-10-18 15:40:40 +02:00