RetroCoders Community

FreeBasic Programming => FreeBasic => Topic started by: ron77_db on Apr 01, 2022, 02:22 PM

Title: FreeBasic IDE's & Editors
Post by: ron77_db on Apr 01, 2022, 02:22 PM
https://odysee.com/@RetroCoders:8/FreeBasic_Programming_2:b (https://odysee.com/@RetroCoders:8/FreeBasic_Programming_2:b)

Title: Re: FreeBasic IDE's & Editors
Post by: mysoft on Sep 21, 2022, 02:39 AM
ok... i've been always using the FBIDE that is my trusty one for ages...
but recently i found one one that can indeed be used to replace it
slight better in some cases, faster, and so on... but as usual last update for that was in 2015

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

this IDE seems to be made in powerbasic, but its lighteight as well
while there's no source to it... i managed to fix some issue with the IDE including:


i may still improve the IDE "hint" (intellisense like), need to add a "quick compile" options, and make it not save temporary (never saved files) into tmp... (but instead on the current folder, as its usually related to another project that one is working, so it makes sense)

here's PATCH to it (version 09-24-2022), just extract the .zip (it contains an .ocx) on the IDE folder... and the IDE will load it automatically when you open it next time...  so if required you can just rename or delete the extracted .ocx to undo the patch :)

CSED_FB_FIX.zip

you can see that its being patched on the Help - About
About.png
as it shows an extra line, for the fixes and the version of the fixer
Title: Re: FreeBasic IDE's & Editors
Post by: ron77 on Sep 21, 2022, 09:57 AM
Hi, mysoft!

I've downloaded both CSED_FB IDE and the patch fix and tested it - it's cool and works well even on 64-bit windows OS - thanks a lot for this patch! I know you worked on it very hard and the results are great! now this IDE has a new improved functionality :) and I think I'll use it as my primary or secondary IDE on windows OS...

once again thanks for the work you put into it and for sharing it with us I'm sure there will be others who will use it and find it useful
Title: Re: FreeBasic IDE's & Editors
Post by: ron77 on Sep 23, 2022, 02:01 PM
Okay, mysoft has been doing more fixes to CSED_FB IDE. Here is the latest update on those...

In addition to the 'HHCTRL.OCX' file given here previously, there is a .zip compressed file with a modified .ini file to the IDE and updated keywords txt files for the ide.

Instructions to use are simple: extract to a folder and rename "CSED_FB-clean.ini" file to "CSED_FB.ini" then copy the files and the "keywords" folder to the IDE (which already has the "HHCTRL.OCX" file in it and choose to "replace files" and there you go all you need is to set the compilers again and help chm paths:

The fixes are mainly better colors for the editor ide and better identifications of freeBASIC reserve words or keywords...

IMPORTANT NOTE: THE OPTION "Trim Trailing Blanks" option SHOULD BE DISABLED IN THE EDITOR SETTINGS!

here is the .zip file as attachment: CSED_FB_FIX_INI.zip
Title: Re: FreeBasic IDE's & Editors
Post by: mysoft on Sep 24, 2022, 01:19 PM
ok... i updated the fixer... new version is 09-24-2022, because my previous version had some conflict with the IDE lynx project manager, that could cause the IDE to not open at some random circunstances... fixed that :)
Title: Re: FreeBasic IDE's & Editors
Post by: yevrowl on Apr 17, 2024, 09:43 PM
Translated into Russian for CSED_FB.