User forums > Nightly builds
The 14 June 2024 build (13529) is out.
Pecan:
--- Quote from: Elena on January 26, 2025, 01:41:48 pm ---Hi, I hope this message will be noticed. I did not open a new topic because it is definitely related to build 13529 and over.
I also have experienced major slowdowns since b13529.
What I wanted to point out is that the culprit was indeed Browse Tracker, I disabled it and now everything is fine as before.
At the moment of writing this, current NB is 13600 and the problem is *still present*. Therefore, I simply have to keep the plugin disabled. Hope this helps.
Therefore, please consider fixing the plugin, which is causing major slowdowns since b13529
Thx
--- End quote ---
Fixed svn 13612.
The actual slowdown culprit was CodeCompletion (CC) "Parse while typing" setting. However when the user disabled settings while a project was loaded, CC clobbered the settings back to the older condition as the project was closed.
Although the fix preserves the users settings in the .conf (global settings) the user will still have to re-parse the projects/files in order to apply the changed CodeCompletion global settings to the projects or files.
The easiest way to do that is to close and reopen the workspace or right-click on a project in the workspace tree and select 'Reparse this project'.
Elena:
Hi, thanks for your support. Since at present I am not equipped to compile C::B I will surely test once the new NB binary is ready (it seems there haven't been any new NB since December btw)
Miguel Gimenez:
The text in Parser::ShowGlobalChangeAnnoyingMsg() should allow translation, something like this:
--- Code: ---warningMsg = _("The global settings change does not take effect\n"
"until the projects are either reloaded or reparsed.\n\n"
"You can selectively reparse projects by right clicking\n"
"on the project title in the Workspace tree and selecting\n"
"'Reparse current project'.");
--- End code ---
ollydbg:
--- Quote from: Miguel Gimenez on February 16, 2025, 11:35:39 am ---The text in Parser::ShowGlobalChangeAnnoyingMsg() should allow translation, something like this:
--- Code: ---warningMsg = _("The global settings change does not take effect\n"
"until the projects are either reloaded or reparsed.\n\n"
"You can selectively reparse projects by right clicking\n"
"on the project title in the Workspace tree and selecting\n"
"'Reparse current project'.");
--- End code ---
--- End quote ---
I have fixed that in the SVN now, thanks.
Navigation
[0] Message Index
[*] Previous page
Go to full version