Search found 586 matches

by Kuan Hsu
Mar 03, 2024 14:24
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359519

Re: FreeBasic IDE-poseidonFB(Update 2023.09.12)

1) I get a lot of errors when i run it by clicking on BAS-file. "icon/xpm/outline/....xpm isn't existed!" And std.file.FileExecption@std\file.d(451): settings/compilerOpstionsFB.txt at the end When i run just poseidonFB.exe alone - no error messages. When i place "icons" folder ...
by Kuan Hsu
Nov 27, 2023 1:38
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359519

Re: FreeBasic IDE-poseidonFB(Update 2023.09.12)

I have an annoying problem. It often happens that the cursor is anchored and the area is highlighted when the mouse is moved. When writing, the area is then overwritten. I always have to click in the editor to unlock it. Is there any way to turn it off? Thx. It's strange. Try to turn 'Options' -> '...
by Kuan Hsu
Sep 01, 2023 6:04
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359519

Re: FreeBasic IDE-poseidonFB(Update 2023.08.13)

I got the issue point, please set 'Preference' -> 'Parser' -> 'Enable Parser' is ON and restart poseidonFB Try if works? I'll fix it at next rev. Yes, that works but IDE is with this option enabled very slow. I notice that, it is not normal! If I use default or my own settings, every thing seem to ...
by Kuan Hsu
Aug 31, 2023 13:15
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359519

Re: FreeBasic IDE-poseidonFB(Update 2023.08.13)

I got the issue point, please set 'Preference' -> 'Parser' -> 'Enable Parser' is ON and restart poseidonFB
Try if works?

I'll fix it at next rev.
by Kuan Hsu
Aug 31, 2023 2:04
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359519

Re: FreeBasic IDE-poseidonFB(Update 2023.08.13)

The manual opened and the keyword should be "VAR" In my test( using freeBASIC and D ), the darkmode hook function( for change scrollbar color ) is Conflict with manual window( use HtmlHelpW to open a window to show the manual, then hook function change the scrollbar, the poseidon crash ), ...
by Kuan Hsu
Aug 30, 2023 9:10
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359519

Re: FreeBasic IDE-poseidonFB(Update 2023.08.13)

UEZ wrote: Aug 29, 2023 20:37 Hi Kuan Hsu,

I got the same problem with latest version that F1 doesn't open the helpfile and display the content. Any idea?
Please download the https://www.mediafire.com/file/0eb0li5z ... st.7z/file, run the executable, then tell me the result please, thanks~
by Kuan Hsu
Aug 12, 2023 19:42
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359519

Re: FreeBasic IDE-poseidonFB(Update 2023.08.11)

What is LDC version of AppImage ? :?: Just test llvm based D compiler on linux mint 21 On windows, parsed hundreds of files, LDC is 40% increase speed than DMD, I want do some test on linux, but linux mit 17 is a bit older that LDC could not run, so I pack LDC version AppImage under linux mint 21 I...
by Kuan Hsu
Aug 08, 2023 8:07
Forum: Libraries & Headers
Topic: FLTK headers for FreeBasic OOP (no C wrapper)
Replies: 232
Views: 26202

Re: FLTK headers for FreeBasic OOP (no C wrapper)

Dear all: I'm sorry that poseidon's output message is not so accurate, I'll try to modify it. At the present stage, if we compile with -v option, poseidon always told us compile fail, because poseidon check stdout and stderr message, if stdout with message and line data without "(" and &qu...
by Kuan Hsu
Aug 08, 2023 3:49
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359519

Re: FreeBasic IDE-poseidonFB(Update 2023.08.06)

In cleaning up the old version, I noticed that poseidonFB does not clean up all temporary files. Specifically, if you specify compiler flags -pp (save macro expansion code), or -R (save .asm and .c intermediary files), then poseidonFB does not clean those up and they just keep accumulating, particu...
by Kuan Hsu
Jul 31, 2023 16:05
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359519

Re: FreeBasic IDE-poseidonFB(Update 2023.07.31)

I've been trying out this IDE for the past few months and I have to say it's quite nice. Good work. I've found a fun little bug though: - Create a new source file. - type "using" - Get a bunch of popups and watch poseidonFB crash Yes, the source file should actually look like this: using ...
by Kuan Hsu
Jul 24, 2023 3:44
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359519

Re: FreeBasic IDE-poseidonFB(Update 2023.07.23)

The shortcut is OK, default Press F1, poseidonFB will check if keyword is, if yes, lookup the chm; if not, then look the parsed tree nodes. If click the manual menu item can open the chm = The chm viewer work OK and the path of chm is set OK Then the issue become very strange, I compare the source c...
by Kuan Hsu
Jul 24, 2023 1:09
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359519

Re: FreeBasic IDE-poseidonFB(Update 2023.07.23)

I tested it on another system. Debian GNU/Linux 12 bookworm (x86-64) - F1 on keyword work. (OK!) Linux mint 19 (x86-64) - F1 on keyword do not work. (Not OK!) On Linux, please set the FB_manual be the first one manual item I will add some code to check the all the chm fullpath include "FB-manu...
by Kuan Hsu
Jul 23, 2023 13:07
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359519

Re: FreeBasic IDE-poseidonFB(Update 2023.07.20)

Dear VANYA:
In my test, rev510 seem to OK....
Image
by Kuan Hsu
Jul 23, 2023 10:11
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359519

Re: FreeBasic IDE-poseidonFB(Update 2023.07.20)

Hi Kuan Hsu! Platform Linux x86-64: Problem with latest release appimage rev509: core.exception.RangeError@/home/nagahirokyo/桌面/poseidonFB2/IDE.d(38): Range violation ---------------- ??:? onRangeError [0x68037a] ??:? _d_arrayboundsp [0x65bfb5] ??:? bool IDE.IDECONFIG.loadLocalization() [0x501c35] ...
by Kuan Hsu
Jul 23, 2023 2:32
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 359519

Re: FreeBasic IDE-poseidonFB(Update 2023.07.20)

I'm glad that issue is gone, but in my test, use your customCompilerOptions on Win10 are fine, I still don't know what's going on...@@ I noted that you use many custom options, but at new reversion that are not used on project( the ruler is changed by project settings first), I thinks I will change ...