Search found 586 matches

by Kuan Hsu
Jan 16, 2022 13:23
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359626

Re: FreeBasic IDE-poseidonFB(Update 2021.10.05)

my report(477): -scintillaFore color is alway disables and black. I can fix it by editing it in editorSettings.ini, but just until next restart. -Got new crash(just once) while using mouse wheel. -I still experience crash when open new file. -Saving Color template makes all colors black. -CTRL+LMB ...
by Kuan Hsu
Dec 15, 2021 14:51
Forum: Community Discussion
Topic: Suggestion for PoseidonFB
Replies: 4
Views: 1006

Re: Suggestion for PoseidonFB

poseidonFB use IUP GUI toolkit, about the tabs there are two components -- IupTabs and IupFlatTabs , the tabs of poseidonFB is using IupFlatTabs , Unfortunately only IupTabs support multilines for the tabs and just Windows only. https://www.tecgraf.puc-rio.br/iup/en/elem/iupflattabs.html I'm sorry I...
by Kuan Hsu
Dec 15, 2021 14:38
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359626

Re: FreeBasic IDE-poseidonFB(Update 2021.10.05)

So your IDE actually parse the headers but not simply provide completion via tags file/keywords file like other IDEs? VANYA's IUP_FB_EDITOR offers code completion without needing any installed compiler. Of course it's only complete keywords. It seems yours is more powerful and advanced (theoretical...
by Kuan Hsu
Dec 13, 2021 14:22
Forum: Community Discussion
Topic: Suggestion for PoseidonFB
Replies: 4
Views: 1006

Re: Suggestion for PoseidonFB

PoseidonFB is my favorite FreeBasic editor. It is possible to include multilines for the tabs code, so as not to have to be pressing the < or > buttons. Another question, I can't download the plugins from the official website, do you know where I can find plugins for this IDE? Thank you Thanks~ (1)...
by Kuan Hsu
Dec 13, 2021 14:00
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359626

Re: FreeBasic IDE-poseidonFB(Update 2021.10.05)

Just downloaded and try on Windows. Code completion simply doesn't work. What did I do wrong? The default Enable Parser / Enable Keyword Autocomplete / Enable Include Autocomplete are ON Please set the compiler path first , and try: (1)Open a new document (2)Key in: #in the keyword complete shoulde...
by Kuan Hsu
Dec 13, 2021 13:33
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359626

Re: FreeBasic IDE-poseidonFB(Update 2021.10.05)

Updated "Spanish.lng" to 0.477, Changed name to "Espanol.lng" (it's better this) Get it from my DRIVE: https://drive.google.com/file/d/1QFXOtC31N50h2eJJRCvLPwHIWtJBJHVr/view?usp=sharing In "English.lng" you has forgot "customtool" line "10 to 12" se...
by Kuan Hsu
Oct 07, 2021 16:14
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359626

Re: FreeBasic IDE-poseidonFB(Update 2021.10.05)

Repacked VANYA's updated CHMVIEW into new rev477.AppImage
by Kuan Hsu
Oct 03, 2021 3:14
Forum: Projects
Topic: CHMVIEW
Replies: 19
Views: 7291

Re: CHMVIEW

VANYA wrote:It is enough if I archive the file COPYING , containing a copy LGPL? Or do you need to specify a license somewhere in the program?
Nothing special I need, thanks

I've pack CHMVIEW in my new poseidonFB rev0.476, thanks~
by Kuan Hsu
Oct 02, 2021 13:16
Forum: Projects
Topic: CHMVIEW
Replies: 19
Views: 7291

Re: CHMVIEW

Very good, thank you VANYA!
I Use:

Code: Select all

./CHMVIEW FB.chm -p KeyPgXXXX.html
to jump to XXXX keyword page.

Dear VANYA:
Can I package your app with poseidonFB.appimage? If yes, please paste your license I will pack it together, thanks~~^^
by Kuan Hsu
Sep 22, 2021 12:09
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359626

Re: FreeBasic IDE-poseidonFB(Update 2021.09.21)

so ..problem is in iUP, why not use default file load from windows api? Maybe because IUP is cross platform ?? (WIN/LIN and, probably more) IUP is for cross platform, the file loader is using D language standard library( also cross platform ) The truth is I'm afraid of Windows API....... 2021.09.24...
by Kuan Hsu
Sep 22, 2021 12:04
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359626

Re: FreeBasic IDE-poseidonFB(Update 2021.09.21)

so ..problem is in iUP why not use default file load from windows api? I'm not sure the problem is IUP, my file loader is pure D code with TANGO library..... I google and get some things about BEX and DEP, but I don't want to switch off the DEP to test. I make a FileLoader.dll using old poseidon( D...
by Kuan Hsu
Sep 21, 2021 12:39
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359626

Re: FreeBasic IDE-poseidonFB(Update 2021.09.21)

The issue occurs while opening a file, but I can't reproduce this issue everytime, sometimes it happen suddenly that I can't expected......

All my test and try that I can't know it's be fixed or still buggy, I feel defeated......

Maybe rewrite the file loader?.......
by Kuan Hsu
Aug 19, 2021 11:02
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359626

Re: FreeBasic IDE-poseidonFB(Update 2021.08.14)

i found the problem... If in project path there are spaces it fails to run. for example the following one fails to run. Running /home/user/Documents/DEVELOPMENT/FreeBasic/ Test Space Folder /Project1/./Temperatures for example the following succeed to run. Running /home/user/Documents/DEVELOPMENT/F...
by Kuan Hsu
Aug 18, 2021 18:11
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359626

Re: FreeBasic IDE-poseidonFB(Update 2021.08.14)

The terminal path is correct. Don't run with quick run. Make a project and try to build it and run it. Run a project fails for any project i tried. Is compile/build is fine, but run fail? I think the problem is about terminal, but I install all new Ubuntu mate on vm, then install FBC compiler and p...
by Kuan Hsu
Aug 17, 2021 13:52
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359626

Re: FreeBasic IDE-poseidonFB(Update 2021.08.14)

(1) Make Sure that the 'Terminal Path' already been set https://i.imgur.com/VarORee.png Or try setting the 'Terminal Path' = xterm instead of mate-terminal, xterm already in ubuntu mate, no need to install, in my test, mate-terminal crash sometimes... (2)The underline issue, please see https://www.s...