fml2
fml2
If I include `org.dom4j:dom4j:2.1.3` into my project, then the code that uses SAX based XML parsing throws an exception: ``` Caused by: org.xml.sax.SAXNotSupportedException: validation is not supported at org.gjt.xpp.sax2.Driver.setFeature(Driver.java:166) at...
This impelements the feature requested in #26. All doc notes are toggled via `Alt+N`. The switch only works if badges are displayed (use `Alt+Y` for that).
Hello, as of now, the plugin draws a yellow corner for the diagram elements that have a non empty documentation. In order to see the text, one has to move...
This is a feature that was present in some text editors I previously used but which is lacking in NotePad++. As of now, the tabulator positions are defined via the...
Hello, thank you for the very cool plugin. I've noticed that [the files on SourceForge](https://sourceforge.net/projects/nppmenusearch/files/) are dated 2021-09-06. But there were many commits since then. Do you have plans to...
In one of our tests we needed this and had to program the feature ourselves. If would be cool if the lib had it.
The class `CallActivityMock` has the method `onExecutionThrowEscalation` which allows to simulate an EscalationEvent thrown by the mocked subprocess. It would be cool if there were also a method that would...
### Problem you would like to solve I'm always frustrated, when I change the type of a start message event from "interrupting" to "non-interrupting" (or the other way around) and...
In the line with `Mockito.mockStatic`, wouldn't it be sensible to have `Mockito.spyStatic`? I.e. the object that would per default call real static methods of the mocked class (but allow to...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Description of the Issue This issue stems from the discussion on the forum:...