Chrizzly

Results 100 issues of 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,...

feature request

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...

prio: high
type: bug

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 +...

prio: high
type: bug

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...

prio: high

**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...

enhancement

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...

HTML
hints

### 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...

work-in-progress
Java
kind:feature

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...

Java

### 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...

kind:bug
good first issue
Contribution welcome