New BLIde Plus version available

BlitzMax Forums/BlitzMax Programming/New BLIde Plus version available

ziggy(Posted 2010) [#1]
Hi all!! A new version of BLIde Plus is available.

For newcomers, BLIde Plus is a Windows BlitzMax IDE that provides many features for authoring, modifying, compiling, deploying and debugging games and applications written in BlitzMax. It also provides a complete intellisense system, code folding, and a long list of useful features. For more information see here: http://www.blide.org and here: http://www.blide.org/?page_id=357

That said, a new version is available for BLIde Plus users, and this is its small changelog:

[*] Fixed an issue in the online bug analyzer that could be considering a "Not" prefix in a expression enclosed in parenthesis as a function call, providing false AST information to the syntax analyzer and Autocompletion requester.

[*] Improved the way BLIde handles the debug window on debug sessions. Now, if the window or panel is closed while a debug session is done, BLIde won't bring back the window again unless the user explicitly requests it.

[*] BLIde now allows automatic serialization of Folding states for files that are not part of a Solution.

[*] BLIde should now prevent the tedious CSC.EXE error message after the update.



EDIT: "BLIde now allows automatic serialization of Folding states for files that are not part of a Solution." --> That means that now you can store the folding state of any document between document loads and saves. This by default is disabled and has to be activated from the preferences dialog (in the General tab).
This is done due the creation of an additional XML file for each BMX file, and the storage of the folding states is kept inside the XML. That's why it is disabled by default.

Last edited 2010

Last edited 2010


Czar Flavius(Posted 2010) [#2]
"Should not prevent"??

Good update, thanks!


ziggy(Posted 2010) [#3]
This 'not' was suposed to be a 'now' :D ... Edited. Thanks!