-
Notifications
You must be signed in to change notification settings - Fork 22
Netbeans UI appears to lock when trying to save a "properties" file #93
Comments
I'm facing exactly the same issue with a standard Here are my nb "About" data :
After some debugging, it appears that Even making the saving Here is my
|
I'm still battling with this issue in version Has anybody had a chance to look into this? Is it a complex issue to resolve? In the meantime, is there any way to tell this plugin to ignore specific file extensions? I've tried removing the |
@ZaLiTHkA, which files would you like to have ignored? You can add them here: |
At the moment, it's related to this particular ticket; so quite simply any file with a For what it's worth, one of my projects has a series of language files in Thanks for the file link, I think it the meantime I'll fork this project and use a tweaked copy of it. 👍 |
Just a quick note: I couldn't manage to get the plugin to ignore all Suppose I'll just have to wait for an official fix to this issue then. (: |
@ZaLiTHkA Would it help if we supply the functionality to ignore files by a regular expression? Can you list some sample paths like:
This would help me to understand your directory layout in order to write a proper regex for it. |
Thanks, very kind. In my particular case I want to throw A recursive search with this pattern shows 187 in my main projects folder, plus 31 in my sandbox. Scary filenames with no logic or structure between them, I promise you don't want to know more than, but these are the files that are accessible through NetBeans projects. |
I was just testing a few things in the
0.0.9-beta
build, and my NetBeans interface locks up each time I edit the contents of a.properties
file and save it.NetBeans itself doesn't crash and there's no suspicious looking CPU or memory spikes, but my mouse pointer shows a "working" icon and nothing responds to input. At this point the only option is to kill NetBeans through Task Manager and relaunch it.
NetBeans "Help > About" shows me:
A couple environment variations I tried off the top of my head:
[*.properties]
files or not makes no difference.[*]
(all) files or not makes no difference..editorconfig
ormyrules.editorconfig
makes no difference.src
folder) makes no difference..properties
file again without issue.0.0.8-beta
; the file saves correctly and rules are applied as expected.Can anyone else confirm this behaviour?
Note: I discovered this while trying to test #92 with
0.0.9-beta
, so at first I was explicitly trying to save a file that didn't have any matching rules in my.editorconfig
file.The text was updated successfully, but these errors were encountered: