TCLethbridge
TCLethbridge
Add one or more user manual pages covering * How to use the VS Code plugin * How to use the Eclipse plugin * How to use the Sublime text...
When generated at the right of the screen, it is possible in UmpleOnline to specify no attributes, or yet to methods on a GraphViz class diagram. Similarly, one can suppress...
It would be good if any object had a `String toJson()` method that would generate (serialize) a Json representation, and a `fromJson(String)` static method that would instantiate (deserialize) the object....
Issue #379 asked for a requirements feature. That is now in beta after PR #1857 This issue is to continue the work To do: 1. - Create error messages in...
Pygments is widely used to highlight syntax in various programs, including in Wikipedia. It would be highly beneficial to have complete support for Umple. Umple should be recognizable and have...
As per #1524, PhP testing has been temporarily disabled due to deprecation issues. It needs re-enabling after refactoring so that it avoids using __autoload and ideally doesn't require php-xml
This PR, when complete, will convert UmpleOnline from CodeMirror 5 to CodeMirror 6. It is being initially put in as a draft so it can be better analysed.
This PR will ensure that requirements implementations match requirements
We need to comprehensively improve Umple so that anything Umple provides can be an implemented requirement. There should be at least one big test case for all of these, but...
Currently if an implementation for a requirement is found before a requirement, warning 401 is raised. This needs fixing. The implementation analysis should only happen in the second pass (this...