FreeBasic IDE-poseidonFB(Update 2024.03.03)

User projects written in or related to FreeBASIC.
Post Reply
Thunder-man
Posts: 10
Joined: Jan 08, 2021 0:36

Re: FreeBasic IDE-poseidonFB(Update 2020.07.20)

Post by Thunder-man »

Is there a download link for the compiled plugins?
Nothoro
Posts: 6
Joined: Apr 13, 2014 7:36

Re: FreeBasic IDE-poseidonFB(Update 2020.07.20)

Post by Nothoro »

This is very impressive. Good work.
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2020.07.20)

Post by Kuan Hsu »

jepalza wrote:Updated "Spanish.lng" to 0.442
Thanks~
I'll updated the new version after Chinese new year.
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2020.07.20)

Post by Kuan Hsu »

Thunder-man wrote:Is there a download link for the compiled plugins?
You can download poseidonFB and the plugin source, then load the project in poseidonFB and compile it.
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2020.07.20)

Post by Kuan Hsu »

Nothoro wrote:This is very impressive. Good work.
Thanks
kcvinu
Posts: 232
Joined: Oct 07, 2015 16:44
Location: Keralam, India

Re: FreeBasic IDE-poseidonFB(Update 2020.07.20)

Post by kcvinu »

@Kuan Hsu
Hi, What is the current status of your Poseidon D ? Is it active now ? If so, where i can get the link. Thanks in advance.
kcvinu
Posts: 232
Joined: Oct 07, 2015 16:44
Location: Keralam, India

Re: FreeBasic IDE-poseidonFB(Update 2020.07.20)

Post by kcvinu »

@Kuan Hsu,
Hi, Is it possible to add an "auto save" feature to PoseidonFB ? I mean, when we working with multiple files, If suddenly we need to check something and run the code, then auto save is a good option. When we click compile button, all dirty files will be get saved. Is it possible ?
Cretin Ho
Posts: 182
Joined: Feb 04, 2021 13:01

Re: FreeBasic IDE-poseidonFB(Update 2020.07.20)

Post by Cretin Ho »

Could your code be compiled with GDC or LDC? Or is it hard depend on DMD? What do you think about a FreeBSD version?
Cretin Ho
Posts: 182
Joined: Feb 04, 2021 13:01

Re: FreeBasic IDE-poseidonFB(Update 2020.07.20)

Post by Cretin Ho »

Could you include the FBC compiler in your AppImage version so one don't have to setup a separate FBC but could just use your AppImage as a development suite, like WinFBE on Windows?
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2020.07.20)

Post by Kuan Hsu »

kcvinu wrote:@Kuan Hsu
Hi, What is the current status of your Poseidon D ? Is it active now ? If so, where i can get the link. Thanks in advance.
Still at https://bitbucket.org/KuanHsu/poseidond/src/master/
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2020.07.20)

Post by Kuan Hsu »

kcvinu wrote:@Kuan Hsu,
Hi, Is it possible to add an "auto save" feature to PoseidonFB ? I mean, when we working with multiple files, If suddenly we need to check something and run the code, then auto save is a good option. When we click compile button, all dirty files will be get saved. Is it possible ?
poseidonFB use fbc to compile files, it always files at first; except for 'Quick Run'
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2020.07.20)

Post by Kuan Hsu »

Cretin Ho wrote:Could your code be compiled with GDC or LDC? Or is it hard depend on DMD? What do you think about a FreeBSD version?
poseidonFB is written by DMD 1.076 using Tango standard library 0.99.9; Tango 0.99.9 not support GDC/LDC and DMD 1.x was stopped develop since 2013 and not support FreeBSD.
D 2.x has support FreeBSD but I need modified much code transform D1 to D2( and using D2's standard library ), It's a hard work that I have no plan......
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2020.07.20)

Post by Kuan Hsu »

Cretin Ho wrote:Could you include the FBC compiler in your AppImage version so one don't have to setup a separate FBC but could just use your AppImage as a development suite, like WinFBE on Windows?
Because poseidonFB using modified iup_scintilla library, so I packaged poseidonFB and IUP libraries in one AppImage.
I think install of fbc is not too hard.
kcvinu
Posts: 232
Joined: Oct 07, 2015 16:44
Location: Keralam, India

Re: FreeBasic IDE-poseidonFB(Update 2020.07.20)

Post by kcvinu »

poseidonFB use fbc to compile files, it always files at first; except for 'Quick Run

I think poseidonFB saves just the current file only. I wanted to save all opened files. Assume that we are a doing a simple project with 3 files. 2 "*.bi" files and one "*.bas" file. We wrote some code any of that bi file. then we selected the bas file tab and click compile. At that moment, poseidonFB should save all the files. Is it possible ?
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2021.05.18)

Post by Kuan Hsu »

OK, I will add an option in Preference.
poseidonFB original rule:
Compile: Save current file if modified
Build: Save project files if modified

Done at rev.444
Post Reply