PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Marc Pons on April 21, 2015, 01:42:41 PM

Title: CSED for Freebasic ( multi-language)
Post by: Marc Pons on April 21, 2015, 01:42:41 PM
New version : 1.0.7.0  to work as Firefly Fb / IDE companion

see link :http://www.freebasic-portal.de/downloads/ides-fuer-freebasic/csedfb-multi-language-windows-ide-for-freebasic-259.html (http://www.freebasic-portal.de/downloads/ides-fuer-freebasic/csedfb-multi-language-windows-ide-for-freebasic-259.html)

introducing    _:[CSED_xxx]:        keyword format  ,
                       replacing the #define Compile...  keywords (but still working)

options to generate optimized / cleaned source code

    To update existing installation :
          Replace the 3 existing files by the updated
             - CSED_FB.chm   this file
             - CSED_FB.exe   the executable file
             - SciLexer.dll       the adapted  lexer  file
   
     For new installation copy the entire content structure of Rar file where you want.

see the extra features on .Chm file

some bugs fixed...
Title: Re: CSED for Freebasic ( multi-language)
Post by: David Warner on April 29, 2015, 07:51:20 AM
Hi Marc,

I took a quick look at this last night and noticed the editor always opens at full screen size (although not fully maximised) even though the settings in the Editor Options dialog for 'Maximize Main Window' and 'Maximize Edit Window' are unchecked. Am I missing another setting somewhere?

Regards,

David
Title: Re: CSED for Freebasic ( multi-language)
Post by: Marc Pons on April 29, 2015, 02:46:29 PM
Hi David
on the editor options :
Check "Save/Restore Window  Pos."  to insure the size/position of the main window

Uncheck "Maximize Main Window"

now modify the size of the main window for the size and position you want

then exit the program and the next time the main window will be at size/position you defined.

bye

Marc
Title: Re: CSED for Freebasic ( multi-language)
Post by: David Warner on April 29, 2015, 04:36:40 PM
Thanks Marc,

That fixed it, I completely missed the "Save/Restore Window Pos." setting.