You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.
I just tried the 0.0.8 version and the changes introduced in #86 don't seem to work too well.. If I open an existing file and add code that doesn't have the correct indentation, saving the file like that doesn't reformat. However, if the file contents force one of the other formatting properties to update, then the line indentation also updates.
Details from my IDE "About" modal:
Product Version: NetBeans IDE 8.0.2 (Build 201411181905)
Updates: NetBeans IDE is updated to version NetBeans 8.0.2 Patch 2
Java: 1.8.0_45; Java HotSpot(TM) Client VM 25.45-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_45-b15
System: Windows 8 version 6.2 running on x86; Cp1252; en_ZA (nb)
I've verified through the IDE logs that there are no errors being logged and other than this one issue, the plugin operates as expected. Using a standard Java SE project with the following .editorconfig file in my project's Java source folder:
Thx for reporting! This bug should be fixed in the latest sources. Would you mind to try the fix from the sources and let me know if you have any further problems?
My apologies @Yserz, not sure how I missed your message.. Would've checked this quite a while back if I'd realised you had a fix. :)
@bennyn, I don't have this issue any more with 0.0.9-beta, only tested with .java files, but since this isn't something that's file specific I doubt that will make much difference.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I just tried the
0.0.8
version and the changes introduced in #86 don't seem to work too well.. If I open an existing file and add code that doesn't have the correct indentation, saving the file like that doesn't reformat. However, if the file contents force one of the other formatting properties to update, then the line indentation also updates.Details from my IDE "About" modal:
I've verified through the IDE logs that there are no errors being logged and other than this one issue, the plugin operates as expected. Using a standard Java SE project with the following
.editorconfig
file in my project's Java source folder:Is this known behaviour?
The text was updated successfully, but these errors were encountered: