Search found 586 matches

by Kuan Hsu
Aug 05, 2021 2:33
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 361778

Re: FreeBasic IDE-poseidonFB(Update 2021.07.31)

Is it possible the autocomplete feature to complete words with capitalize the first letter. for example Print instead print... The keyword complete had already supported, Preference -> Editor -> Auto Convert Keyword Case -> Mixedcase. the complete list about keyword will turn to Mixedcase. If you m...
by Kuan Hsu
Aug 04, 2021 16:53
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 361778

Re: FreeBasic IDE-poseidonFB(Update 2021.07.31)

I have installed: cd-5.14_Linux54_64_lib im-3.15_Linux54_64_lib iup-3.30_Linux54_64_lib for Ubuntu 20.04 all of those packages are at latest release for Ubuntu 20.04 LTS. The problem is that the menu bar and icon bar are overlaped because poseidon is been built with old iup libraries and it needs r...
by Kuan Hsu
Jul 29, 2021 18:13
Forum: Linux
Topic: FBC on Puppy
Replies: 13
Views: 3432

Re: FBC on Puppy

no need to hurry it is just a experiment Just for fun: https://www.mediafire.com/file/kb7n99zu6hu69fc/poseidonFB_Linux32bit.7z/file (1) Put the libiup.so and libiup_scintilla.so in "File System" -> /lib (2) Run ./poseidonFB https://i.imgur.com/iYJZoSo.png 7/31 updated: Add AppImage Packag...
by Kuan Hsu
Jul 29, 2021 1:28
Forum: Linux
Topic: FBC on Puppy
Replies: 13
Views: 3432

Re: FBC on Puppy

It not work because of 32bit

IUP didn't released pre-compiled libraries since v3.22, I think I need:
(1) Install gcc(v4.6 or 4.8?) and gtk2-dev
(2) Download IUP3.27 sources and try to build 32bit IUP libraries
(3) Install dmd compiler and build poseidonFB

Let me test later......
by Kuan Hsu
Jul 28, 2021 16:11
Forum: Linux
Topic: FBC on Puppy
Replies: 13
Views: 3432

Re: FBC on Puppy

Ok as i said before i download binary and add it to distro then sudo install.sh and voila FB is installed in /usr/local well then i figure that i dont have and editor ... ok i will use one from fb forum so which one is small and fast ..please not Geany! I test poseidonFB on FossaPup64 9.5, it seems...
by Kuan Hsu
Jul 19, 2021 15:16
Forum: Projects
Topic: FB Easy Parser(Update 2021.07.19)
Replies: 12
Views: 4839

Re: FB Easy Parser(Update 2018.12.21)

I commit new reversion to bitbucket, the changes are: (1) As coderjeff, I Indicate that member functions of ast.bas are "Export" (2) I modified CParser.parse() function -- No release memory before generate the node, it means that return value of getParserNode() will be reserved when next g...
by Kuan Hsu
Jul 08, 2021 17:25
Forum: Projects
Topic: IUP_FB_EDITOR (simple development environment)
Replies: 175
Views: 55033

Re: IUP_FB_EDITOR (simple development environment)

The search works, but sometimes the search results menu appears at coordinates higher than the poseidonOutline dialog. Here's a video: https://disk.yandex.ru/i/plgJYWp1e4hcXg I think it's a GTK issue that I doo't know how to fix it now poseidonOutline now in bitbucket, https://bitbucket.org/KuanHsu...
by Kuan Hsu
Jul 08, 2021 13:14
Forum: Projects
Topic: IUP_FB_EDITOR (simple development environment)
Replies: 175
Views: 55033

Re: IUP_FB_EDITOR (simple development environment)

Hi Kuan Hsu! Unfortunately, the search does not work on Linux. I've tried injecting any variables, but nothing works. I haven't tried searching on Windows, but I'll try soon. The GTK and Windows events are different, I modified the code( about WIN/LINUX ), please test.... https://www.mediafire.com/...
by Kuan Hsu
Jul 07, 2021 11:51
Forum: Projects
Topic: IUP_FB_EDITOR (simple development environment)
Replies: 175
Views: 55033

Re: IUP_FB_EDITOR (simple development environment)

Dear VANYA:
I've added the "search bar" and modified the source code( remove dynamic array class )
Image
https://www.mediafire.com/file/u6m29xzu ... in.7z/file
by Kuan Hsu
Jun 28, 2021 15:00
Forum: Projects
Topic: IUP_FB_EDITOR (simple development environment)
Replies: 175
Views: 55033

Re: IUP_FB_EDITOR (simple development environment)

Dear VANYA: Why not override the Windows classic style in IUP? https://i.imgur.com/37pa3qO.png fbnp.rc: 100 ICON "media\res.ico" 1 RT_MANIFEST "manifest.xml" manifest.xml: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="...
by Kuan Hsu
Jun 27, 2021 14:33
Forum: Projects
Topic: IUP_FB_EDITOR (simple development environment)
Replies: 175
Views: 55033

Re: IUP_FB_EDITOR (simple development environment)

I can't run IUP_FB_EDITOR on linux, the IupVal control can adjust the alpha value of dialog This may be because you have the IUP library for GTK3 installed on Linux. If you use this archive for gtk2 (temporarily for test), then everything should work. Thanks, I'll test. https://i.imgur.com/xzIoPcc....
by Kuan Hsu
Jun 27, 2021 13:07
Forum: Projects
Topic: IUP_FB_EDITOR (simple development environment)
Replies: 175
Views: 55033

Re: IUP_FB_EDITOR (simple development environment)

Hi Kuan Hsu! Thanks a lot for the plugin! May I ask you to supplement it? 1) saving window (poseidonOutline) settings (x, y, width, height) and loading according to these settings. 2) so that the window is only on top of the editor window (such as the template plugin). At the moment, the window is ...
by Kuan Hsu
Jun 26, 2021 17:50
Forum: Projects
Topic: IUP_FB_EDITOR (simple development environment)
Replies: 175
Views: 55033

Re: IUP_FB_EDITOR (simple development environment)

Dear VANYA: I've created a plugin about poseidon style outline for IUP_FB_EDITOR: https://i.imgur.com/9YXjLty.png The archive file at: https://www.mediafire.com/file/u6m29xzusngtyxa/poseidonOutline_IUP_FB_EDITOR_plugin.7z/file (Sources and pre-compiled DLL) EDIT: V0.1: I've added a TIMER control, no...
by Kuan Hsu
Jun 24, 2021 12:52
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 361778

Re: FreeBasic IDE-poseidonFB(Update 2021.06.24)

Godot game engine theme (gdscript). 2. In the editor settings, on the Keywords tab, delete all words from the Keyword1-Keyword3 tabs, put all words in the Keyword0 tab, and in the Keyword4, Keyword5 tabs, put the words indicated in the image. Unfortunately, the editor does not preserve the arrangem...