-
Notifications
You must be signed in to change notification settings - Fork 22
NetBeans freezes if I try to save document when suggestions box is opened. #97
Comments
By "suggest box", I assume you're talking about NB's code hinting system, correct? Does your only get stuck after that box is shown or does it also happen if you open a file, add then remove a space, then try save it? I'm just curious to see if this is in any way related to my bug report in #93.. |
Yeah. You found a better name for this thing. I'm talking about it. I'm sure that this happens when this box is opened. I mean I type fast. This box is shown. And I use shortcut to save file. Than everything freezes. About spaces: I think usually everything ok. At least I can't say that I'm 100% sure that somehow because of this such thing happens :/ Also I just have tried with JS file and no freezes. It seems somehow related PHP autocompletion and editorconfig (without editor config plug-in everything works fine). |
The idea of adding and removing a space is for nothing more than getting NetBeans to see the file as "edited".. The fact that I choose to use a space doesn't actually mean anything here. With regards to file formats, I only noticed this behaviour myself with |
I have the same problem, it seems to arrive more often on phptemplate (files with PHP and HTML mixed into it). |
@bennyn where I can find the NB console log? btw, I'm using NB 8.1 on Ubuntu 16.04 LTS |
@vimar I double checked the issue. You can find NetBeans log messages also in a file. On Windows they are saved here: It would be nice if you can check the logs (when your NB crashes) and post them here. Our log entries start with Example:
|
NetBeans just freezes:
|
Thanks @vimar. It looks like it crashes when writing to the document. Or when moving the caret position. I will add more logs to be able to debug this! |
I don't know if that happens with other language but for PHP this means that when this happens I always need to kill NetBeans App and start again.
The text was updated successfully, but these errors were encountered: