Search found 586 matches

by Kuan Hsu
May 25, 2022 2:15
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 344061

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.0.0 May 24, 2022)

hhr wrote: May 24, 2022 17:09 Cannot start WinFBE32.exe because there is no MSVCP140.dll. What does it mean? My OS is Windows 7. Same with WinFBE64.exe.
Please install https://www.microsoft.com/en-us/downloa ... x?id=53840, choose x86/x64 version
by Kuan Hsu
May 02, 2022 17:08
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359618

Re: FreeBasic IDE-poseidonFB(Update 2022.05.02)

"Preprocessor Condition" at rev.493: When the symbol not define: https://i.imgur.com/IHrGtsM.png Add a preprocessor definition: https://i.imgur.com/j4EljuX.png After the symbol defined: https://i.imgur.com/dQ6y6Hi.png But notice that the #if (expression) / #elseif (expression2) not support...
by Kuan Hsu
May 01, 2022 4:10
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359618

Re: FreeBasic IDE-poseidonFB(Update 2022.04.30)

bfg wrote: Apr 30, 2022 19:39 Hi,
Fantastic project.
There is a way to use together with a GUI visual form designer?
Sorry that I have no plan for it
viewtopic.php?p=284753#p284753
by Kuan Hsu
Apr 22, 2022 13:29
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359618

Re: FreeBasic IDE-poseidonFB(Update 2022.04.20)

Revised And Updated Language "espanol.lng" (please, delete "spanish.lng" from distribution, is not necessary with "espanol.lng", duplicated language) Thank you! At next reversion, I'll add new short-cut about the Project / Outline (Left-Window) and Output / Search (Bot...
by Kuan Hsu
Apr 20, 2022 15:04
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359618

Re: FreeBasic IDE-poseidonFB(Update 2022.04.20)

Tip: At rev.489 On linux with Dark Theme, we can edit the editorSettings.ini, set IconInvert=ALL at [toggle] block, we can get invert color icons: (Linux Mint 19.3) https://i.imgur.com/6eRlVL9.png On Windows 7 using color template, like 'DARK' or 'Monokai', we also set IconInvert=ON at [toggle] bloc...
by Kuan Hsu
Apr 09, 2022 12:52
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359618

Re: FreeBasic IDE-poseidonFB(Update 2022.04.09)

Looks good now. "Highlight Current Word" is only underlined - how can I change it? editorSettings.ini Set: indicatorStyle=8 The old setting is indicatorStyle=16 The issue because I built iup_scintilla using too old version sources(3.5.3) which not include INDIC_FULLBOX(16) :cry: , next re...
by Kuan Hsu
Apr 09, 2022 9:19
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359618

Re: FreeBasic IDE-poseidonFB(Update 2022.04.09)

At rev.486, project / outline view layout can be changed, the main different I used IupFlatTree instead of IupTree, the result(appearance) is the non-native system scrollbar: https://i.imgur.com/jED2Gph.png It's Windows only and using by setting editorSettings.ini, add OutlineFlat=On /OFF at [size] ...
by Kuan Hsu
Apr 09, 2022 4:44
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359618

Re: FreeBasic IDE-poseidonFB(Update 2022.04.07)

So far no crash, but the colors get corrupted when changing the color scheme Dark scheme: https://i.ibb.co/prtch5X/Display.jpg It's a good news. :D The color scheme is Because I added dlgFore/dlgback/txtFore/txtBack, please check this one: DARK.ini [color] caretLine=0 0 0 cursor=255 255 255 selecti...
by Kuan Hsu
Apr 07, 2022 13:53
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359618

Re: FreeBasic IDE-poseidonFB(Update 2022.04.07)

It crashes sometimes when I try to (1)resize the output windows or (2)after closing preference menu and clicking in the editor. (1) I added a empty callback function to catch the split VALUECHANGED_CB signal. (2) Added some checks about null pointer and modified preference close code. Please test: ...
by Kuan Hsu
Apr 07, 2022 5:01
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359618

Re: FreeBasic IDE-poseidonFB(Update 2022.04.07)

2022.04.07 looks good now. Edit: iup.DLL is crashing often Faulting application name: poseidonFB.exe, version: 1.2.3.4, time stamp: 0x00000000 Faulting module name: iup.DLL, version: 3.30.0.0, time stamp: 0x6246f4b7 Exception code: 0xc000041d Fault offset: 0x00011cc0 Thanks. Still while open new do...
by Kuan Hsu
Apr 06, 2022 2:00
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359618

Re: FreeBasic IDE-poseidonFB(Update 2022.04.05)

UEZ wrote: Apr 05, 2022 21:34 With version 2022.04.05 "Contract All" doesn't work properly anymore.
LexBasic.cxx ( iup_scintilla ) bug!!
Image
If the default parameter exists, the issue occurs.

I'll fix and commit later, sorry.....
by Kuan Hsu
Mar 07, 2022 2:28
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359618

Re: FreeBasic IDE-poseidonFB(Update 2022.02.25)

SUB < target operand >,< source operand > The operand can also be a pointer or Sub can only be one operand such as SUB bl . I tested the iup_scintilla.dll and looks good now - I can contract the function. :) Thx. I modified LexBasic.cxx in scintilla, if we got sub token, check if next next token is...
by Kuan Hsu
Mar 03, 2022 12:39
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359618

Re: FreeBasic IDE-poseidonFB(Update 2022.02.25)

If you contract all then the next functions will be hidden. I know that it might be difficult because of the ASM commands which uses also FB. Thx. Yes, it's because "Sub" instruction in Assembly, I need check and do somethings in the scintilla code, maybe later... I need some help: Sub RE...
by Kuan Hsu
Jan 25, 2022 15:50
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359618

Re: FreeBasic IDE-poseidonFB(Update 2021.10.05)

(1) I think we will colorize the identifier / number / operator /string, maybe it is not necessary. That's a big. It was customisable in previous versions. Now i just got invisible(block) text with dark theme. And not just some text. Even goto labels. (2)(3) Maybe more detail please... Sometimes ID...