TCLethbridge
TCLethbridge
Not clear what the status of this issue is. In any case we need to ensure any ant task displays the umple line numbers as per #882
It seems this may be due to a change made for issue #1727 fixed in PR #1740 The line of code umple_action.js 2396 may not be matching as before
I have added Replit https://replit.com as a currently-rising web-based IDE that we should support
THe APISummary page is actually very generic and is a rough guide to what will be produced. However formatting it as swagger / OpenAPI does seem sensible. I think overall...
The joint.js diagram should *eventually* allow: a) Creation of new states (perhaps the 'class' icon would change to 'state' in the UmpleOnline edit palette when viewing a statemahcine using joint.js)...
I am reopening this since PR #1414 brought code into use, but it still needs refinement. The feature is not activated in the user interface of Joint.js
The example shown is in line 264 of UmpleParserTracerTest.java There should be a hasTraceDirective check before accessing element (0). If The zeroth element is not found then the test should...
This takes 5 seconds to load on my older machine, and 2 seconds to display the diagram. In 'G' mode it takes less than a second. The answer is to...
This was done, but not with the syntax shown. We simply need to locate the implementation and document it. It was done for Miguel Garzon in the Umplificator
The following code parses, but it does not seem to inject the code in the file Day.java as expected // Main class class X {} // Enum top Day Java...