Chrizzly
Chrizzly
### Issue description or question It would be so great if you can provide a plugin for NetBeans too. You have a lot of plugins like for WebStorm, VS Code,...
Because of testing my PR, I added some new lines to the end of the file and I got the following exception. This should not happen. ``` java.lang.StringIndexOutOfBoundsException: String index...
While testing my PR, I got this exception, when I changed a json file. I changed the code inside of it, hit save and did often a undo (ctrl +...
One of the biggest problems, that I figured out, is that when you save your changes, it will run very often the writeWithEditorKit method or the runnables inside. This is...
**Describe the bug** I think it is a bug but at the end I can understand, that this is a missing feature maybe. I have a piece of code, in...
As I created an issue here: https://github.com/antlr/grammars-v4/issues/772 to say that the antlr for galen is missing, they asked me whether I have a link to the BNF spec of your...
This PR adds a new HTML Rule, Hint and HintFix for a missing "alt" attribute for following tags: img, applet, area. I copied over some code from existing ExtractInlinedStyleRule and...
### Description Code folding is a nice thing to collapse lots of code, unfortunately code folding is not possible in Java editor for condition blocks (if, else if, else), loops...
The motivation about this was to implement those missing folding blocks in java editor. This was just implemented for imports, classes, inner classes, methods but not for stuff inside methods...
### Apache NetBeans version Apache NetBeans 14 ### What happened When I open a file with a filename includes spaces e.g. "For home.txt" and set the option to show the...