1.7.2 code folding not saved on exit

Well, I finally decided to go for Glider as the debugging is much better than print statements. Anyway, I noticed two things and I’m not sure if it’s a settings thing or a bug.

  1. When you select view/ code folds/collapse all then exit and re-start Glider the code folds are all expanded.

  2. When you insert a new function code folding indicators don’t show up unless you save, exit and then re-start Glider.

Neither one is a deal breaker just thought I mentioned it in case its bugging other people :slight_smile: [import]uid: 9035 topic_id: 33158 reply_id: 333158[/import]

Also, on start up I get this exception.
java.lang.NullPointerException
at org.netbeans.modules.autoupdate.ui.actions.AutoupdateSettings.getSuperIdentity(AutoupdateSettings.java:435)
at org.netbeans.modules.autoupdate.ui.actions.AutoupdateSettings.generateIdentity(AutoupdateSettings.java:136)
at org.netbeans.modules.autoupdate.ui.actions.AutoupdateCheckScheduler.signOn(AutoupdateCheckScheduler.java:110)
at org.netbeans.modules.autoupdate.ui.actions.Installer.restored(Installer.java:63)
at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:469)
[catch] at org.netbeans.core.startup.NbInstaller.loadImpl(NbInstaller.java:392)
at org.netbeans.core.startup.NbInstaller.access$000(NbInstaller.java:103)
at org.netbeans.core.startup.NbInstaller$1.run(NbInstaller.java:344)
at org.openide.filesystems.FileUtil$2.run(FileUtil.java:619)
at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:127)
at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:607)
at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:603)
at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:623)
at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:341)
at org.netbeans.ModuleManager.enable(ModuleManager.java:1179)
at org.netbeans.ModuleManager.enable(ModuleManager.java:1002)
at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:340)
at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:276)
at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:296)
at org.netbeans.core.startup.Main.getModuleSystem(Main.java:169)
at org.netbeans.core.startup.Main.start(Main.java:305)
at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:123)
at java.lang.Thread.run(Thread.java:680)
[import]uid: 9035 topic_id: 33158 reply_id: 131671[/import]

Also, on start up I get this exception.
java.lang.NullPointerException
at org.netbeans.modules.autoupdate.ui.actions.AutoupdateSettings.getSuperIdentity(AutoupdateSettings.java:435)
at org.netbeans.modules.autoupdate.ui.actions.AutoupdateSettings.generateIdentity(AutoupdateSettings.java:136)
at org.netbeans.modules.autoupdate.ui.actions.AutoupdateCheckScheduler.signOn(AutoupdateCheckScheduler.java:110)
at org.netbeans.modules.autoupdate.ui.actions.Installer.restored(Installer.java:63)
at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:469)
[catch] at org.netbeans.core.startup.NbInstaller.loadImpl(NbInstaller.java:392)
at org.netbeans.core.startup.NbInstaller.access$000(NbInstaller.java:103)
at org.netbeans.core.startup.NbInstaller$1.run(NbInstaller.java:344)
at org.openide.filesystems.FileUtil$2.run(FileUtil.java:619)
at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:127)
at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:607)
at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:603)
at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:623)
at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:341)
at org.netbeans.ModuleManager.enable(ModuleManager.java:1179)
at org.netbeans.ModuleManager.enable(ModuleManager.java:1002)
at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:340)
at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:276)
at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:296)
at org.netbeans.core.startup.Main.getModuleSystem(Main.java:169)
at org.netbeans.core.startup.Main.start(Main.java:305)
at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:123)
at java.lang.Thread.run(Thread.java:680)
[import]uid: 9035 topic_id: 33158 reply_id: 131671[/import]

Hello WideAwakeGames,

Thanks for reporting that to us. Issue number 2 is not supposed to happen. We are working on a new LuaVM/parser implementation that should prevent that from ever happening. If you could send us the file that is causing you troubles (or post a code snippet that can replicate the problem) that would be great and we can add it to our test cases.

Regards,
M.Y. Developers [import]uid: 55057 topic_id: 33158 reply_id: 131845[/import]

Hello WideAwakeGames,

Thanks for reporting that to us. Issue number 2 is not supposed to happen. We are working on a new LuaVM/parser implementation that should prevent that from ever happening. If you could send us the file that is causing you troubles (or post a code snippet that can replicate the problem) that would be great and we can add it to our test cases.

Regards,
M.Y. Developers [import]uid: 55057 topic_id: 33158 reply_id: 131845[/import]