FreeBASIC IDEs/Editors

General discussion for topics related to the FreeBASIC project or its community.
aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

Re: FreeBASIC IDEs/Editors

Post by aurelVZAB »

my question is ...
how is this sourceforge.io page created ?
i have sourceforge account ...but i cannot figured it ?
is this not free i mean pay-ed site ?
jmgbsas
Posts: 35
Joined: Dec 26, 2020 16:03

Re: FreeBASIC IDEs/Editors

Post by jmgbsas »

c-sanchez wrote:For some time now I wanted list the IDEs, editors available for FreeBASIC.
Here are the most notable (sorted by date of knowledge)

FBIde (2004)
https://fbide.freebasic.net/
Author: vongodric
Coded in: FreeBASIC
Interface: Traditional
Comment: #1 editor for FreeBASIC, the most popular freebasic IDE.

FbEdit (2009-04-09)
https://github.com/CherryDT/FbEditMOD
Author: KetilO, updated by David "Cherry" Trapp
Coded in: Assembly, BASIC
Interface: Traditional

wxFBE (Aug 21, 2012)
https://freebasic.net/forum/viewtopic.php?f=8&t=20284
Author: MOD
Coded in: FreeBASIC using wx-c as GUI.
Interface: Traditional
Comment: Without news since 2014, huh, I wonder what happened to MOD. Anyway the IDE is complete and works perfectly.

poseidonFB (Sep 13, 2015)
https://freebasic.net/forum/viewtopic.php?f=8&t=23935
Author: Kuan Hsu
Interface: traditional
Coded in: D + IUP
Comment: it's missed that it's not written in freebasic too, but is small, clean and have many features.

WinFBE Editor (Nov 27, 2016)
https://freebasic.net/forum/viewtopic.php?f=8&t=25215
Author: PaulSquires
Coded in: FreeBASIC
Interface: Moderm looking
Comment: As indicates in thier topic, more than an IDE, WinFBE Suite includes integrated editor/compiler/tool suite
Works on Windows Vista+

IUP_FB_EDITOR (Oct 17, 2017)
https://freebasic.net/forum/viewtopic.php?f=8&t=26030
Author: VANYA
Coded in: FreeBASIC + IUP
Interface: Traditional, looks like FbEdit editor
Comment: The simplest development environment for freebasic, can be extended with plugins also

VisualFBEditor (Dec 27, 2018)
https://freebasic.net/forum/viewtopic.php?f=8&t=27284
Author: Xusinboy Bekchanov
Coded in: FreeBASIC
Interface: Traditional
Comment: is small and clean, relatively new, but is good.

IUP_FB_Editor+ (Mar 07, 2020)
viewtopic.php?f=8&t=28375
IUP_FB_Editor+ is a fork of old version of IUP_FB_Editor from 2017
Author: WQ1980
Coded in: FreeBASIC + IUP
Interface: Traditional, looks like FbEdit editor

VFB IDE([Visual Freebasic) (May 05, 2020)
https://freebasic.net/forum/viewtopic.p ... lFreeBasic
Simple and easy to use IDE with the advantages of VisualBasic6's.
Author: xiaoyao
Coded in: FreeBASIC (?)
Interface: Modern with traditional Visual Basic 6 taste.

ASciFBEditor (Jan 30, 2021)
https://freebasic.net/forum/viewtopic.p ... 15#p279504
Very small scintilla based freebasic code editor, is not finished.
Author: aurelVZAB
Coded in: (?)
Interface: Traditional, it seems the simplest, but it is not bad.

Shrimp (Aug 18, 2021)
https://freebasic.net/forum/viewtopic.p ... 23#p285123
simple but yet powerfull editor for freebasic. Comes with plugin capabilities.
Author: nastasa eodor
Coded in: Different programming languages
Interface: Traditional.

Did I forget any?
Any suggestions are welcome to improve the list and topic :)
------------------------------
I would like find FbEdit updated by David "Cherry" Trapp, I have Ketil O 1.0.6.8, but Cherry is 1.0.78 I believe.
I am using *.fbp for a graphic project mix with some gui from windows9.bi, but I don't need Visual Design forms yet....
The secondary site of Cherry is dowm for some suspicious problems,
Do you have or know where I can get Cherry version ? I want the binary, because th ecompilation is giving so many errors..
I found it here https://www.freebasic-portal.de/downloa ... de-30.html
Thanks
Jose.
RNBW
Posts: 267
Joined: Apr 11, 2015 11:06
Location: UK

Re: FreeBASIC IDEs/Editors

Post by RNBW »

Try this link for GitHub
https://github.com/CherryDT/FbEditMOD
aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

Re: FreeBASIC IDEs/Editors

Post by aurelVZAB »

yes my is the smallest
i will see if i can modify my current version of AurelEdit for FreeBasic
darwin4ever
Posts: 38
Joined: Feb 03, 2017 22:40

Re: FreeBASIC IDEs/Editors

Post by darwin4ever »

RNBW wrote:Try this link for GitHub
https://github.com/CherryDT/FbEditMOD
I can't find any Windows-install-packages for the "Original" FbEditMOD and the "Cherry-fork" FbEditMOD.
From the "Cherry" I only see the sources in above url
RNBW
Posts: 267
Joined: Apr 11, 2015 11:06
Location: UK

Re: FreeBASIC IDEs/Editors

Post by RNBW »

I believe the link is the "Cherry" fork. You have to compile it using the Make file. You will also need to modify Make.ini for your own computer's configuration. It's a pity that there is not pre-owned compiled version.
MrSwiss
Posts: 3910
Joined: Jun 02, 2013 9:27
Location: Switzerland

Re: FreeBASIC IDEs/Editors

Post by MrSwiss »

Latest FBEdit from KetilO original author, which is version 1.0.7.6c, is available in compiled form, from:
freebasic-portal.de the german FreeBASIC site.

Works like a charm since years, on various HW (WIN of course).
(IMO: the link should be updated to this: https://www.freebasic-portal.de/downloa ... de-30.html)
RNBW
Posts: 267
Joined: Apr 11, 2015 11:06
Location: UK

Re: FreeBASIC IDEs/Editors

Post by RNBW »

Mr Swiss
Thank you for the link (actually the latest, with the link I gave is 1.7.08a, but as I said you have to compile it). I shall have to find a way to download it from the German site. Unfortunately, my virus protection (ESET) always comes up with a detection of malware and stops a download. I doubt that there is malware, but I shall have to find another way to download it.

However, your link should serve darwin4ever's requirement.
aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

Re: FreeBASIC IDEs/Editors

Post by aurelVZAB »

I don't know where is a problem
on a given link is MasmEd exe ..or not?
c-sanchez
Posts: 145
Joined: Dec 06, 2012 0:38

Re: FreeBASIC IDEs/Editors

Post by c-sanchez »

Added to list:
CSED-FB by marpon
cedit by VANYA

Merry Christmas guys.
Cherry
Posts: 358
Joined: Oct 23, 2007 12:06
Location: Austria
Contact:

Re: FreeBASIC IDEs/Editors

Post by Cherry »

RNBW wrote: Sep 30, 2021 15:30 I believe the link is the "Cherry" fork. You have to compile it using the Make file. You will also need to modify Make.ini for your own computer's configuration. It's a pity that there is not pre-owned compiled version.
I'm confused - I did provide a prebuilt download... Check the releases tab in GitHub or the latest release link on the right.

...okay, now I see the issue :-/ Years later!

Image

Duh. OK, fixed, here is the link: https://github.com/CherryDT/FbEditMOD/r ... _Cherry.7z
Imortis
Moderator
Posts: 1923
Joined: Jun 02, 2005 15:10
Location: USA
Contact:

Re: FreeBASIC IDEs/Editors

Post by Imortis »

Cherry wrote: Oct 19, 2023 8:02
RNBW wrote: Sep 30, 2021 15:30 I believe the link is the "Cherry" fork. You have to compile it using the Make file. You will also need to modify Make.ini for your own computer's configuration. It's a pity that there is not pre-owned compiled version.
I'm confused - I did provide a prebuilt download... Check the releases tab in GitHub or the latest release link on the right.

...okay, now I see the issue :-/ Years later!

Image

Duh. OK, fixed, here is the link: https://github.com/CherryDT/FbEditMOD/r ... _Cherry.7z
Do you accept PRs?
Cherry
Posts: 358
Joined: Oct 23, 2007 12:06
Location: Austria
Contact:

Re: FreeBASIC IDEs/Editors

Post by Cherry »

I don't actively maintain it (the last version has worked fine enough for me for years) but yeah sure go ahead ^^
Imortis
Moderator
Posts: 1923
Joined: Jun 02, 2005 15:10
Location: USA
Contact:

Re: FreeBASIC IDEs/Editors

Post by Imortis »

In that case, I may just fork it. No need to bother you if you don't intend to maintain it.
yevrowl
Posts: 13
Joined: Aug 12, 2022 21:37
Location: Kiev
Contact:

Re: FreeBASIC IDEs/Editors

Post by yevrowl »

aurelVZAB wrote: Jan 30, 2021 12:47 my editor is not visual..heh yes..but work
https://aurelsoft.ucoz.com/ASciFBEditor.rar
Thanks for the release. Unfortunately, nothing can be downloaded from this link.
Post Reply