editorconfig-netbeans
editorconfig-netbeans copied to clipboard
A NetBeans IDE plugin supporting the EditorConfig standard. ⛺
Instead of some _magic_ that happens when you save your file, it would be better to allow to load the formatting options from an `.editorconfig` file directly into NetBeans formatting...
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 +...
This plugin is not working on the Netbeans 11.1 version. When I try to save a file, the IDE throws the following exception: > java.lang.StringIndexOutOfBoundsException: begin 0, end 2397, length...
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...
How to reproduce: - Netbeans formatting: 4 space - .editorconfig: ``` [*] indent_style = space indent_size = 2 ``` Current result: pressing tab results in 4 spaces Expected result: pressing...
indent_style = tab and tab_width = [integer] have no effect. editorconfig-0.0.9.nbm NetBeans 8.1 (x64) Windows 7 (x64) locale HUN
The EditorConfig should also influence the reformat if you press Alt+Shift+F in NetBeans.
This happens at least on PHP projects with the latest version and not always. Steps to repro: 1. open file for example an xml file 2. paste something to it,...
I was encounter some issues while using *editorconfig-netbeans* when switching git branch. On my case, I'm using Windows operating systems with Git Bash Emulation. Whenever I tried to switch branch...