Search found 38 matches

by dixiony
Jun 25, 2021 15:57
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 361399

Re: FreeBasic IDE-poseidonFB(Update 2021.06.24)

Kuan Hsu wrote:The modified code ony 2 lines..., please test
Yes, everything works fine!
by dixiony
Jun 23, 2021 18:48
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 361399

Re: FreeBasic IDE-poseidonFB(Update 2021.06.24)

Godot game engine theme (gdscript). https://i.imgur.com/M3fHqqJ.jpg Installation: 1. Place the Godot.ini file ( https://drive.google.com/file/d/1wnpU-OEIy9Hwgkl1JjwZYhF9ROx25dI8/view?usp=sharing ) in the editor's Settings/colorTemplates folder. 2. In the editor settings, on the Keywords tab, delete ...
by dixiony
Jun 21, 2021 14:34
Forum: Beginners
Topic: Is FreeBASIC good for beginners to progrmaming?
Replies: 95
Views: 9417

Re: Is FreeBASIC good for beginners to progrmaming?

1. It is a very bad idea to study by reference to the language. You need to learn from examples, and not sequentially studying variables, types, loops, conditions, function, procedures, and so on. You will spend a lot of time on this. 2. It is good practice to convert your code from one language to ...
by dixiony
Jun 21, 2021 13:48
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 361399

Re: FreeBasic IDE-poseidonFB(Update 2021.06.19)

I didn't know about the Ctrl + L keys, thanks!
1. Ok.
2. Ok.
3. Ok.
Thank you so much for the great editor and for keeping it up to date!
by dixiony
Jun 20, 2021 16:56
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 361399

Re: FreeBasic IDE-poseidonFB(Update 2021.06.19)

I understood you. One mistake and two suggestions: 1. Words in sections Keyword4 and Keyword5 are not in bold. https://i.imgur.com/xeSrrLJ.jpg 2. Is it possible to make all color settings in a separate file (theme)? That is, all the settings that are in the Color and Keywords tabs. And also remove a...
by dixiony
Jun 19, 2021 17:38
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 361399

Re: FreeBasic IDE-poseidonFB(Update 2021.06.19)

The color of the Scintilla parameter does not change after clicking Apply or Ok.

Image
by dixiony
May 21, 2020 15:19
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 361399

Re: FreeBasic IDE-poseidonFB(Update 2020.05.18)

Makoto WATANABE wrote:My situation is strange.
Write the keywords in lower case in settings. For example: freegadget, not FreeGadget
Image
by dixiony
May 21, 2020 9:03
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 361399

Re: FreeBasic IDE-poseidonFB(Update 2020.05.18)

1. You can make a color selection on the tab. 2. Bookmarks can be added by clicking on the add button (plus), as well as deleting bookmarks by right-clicking and selecting Delete, but leaving the first four without the possibility of deletion. So is it possible to do? Who thinks about this? https://...
by dixiony
May 14, 2020 16:28
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 361399

Re: FreeBasic IDE-poseidonFB(Update 2020.05.14)

Russian localization file (not updated since 2017) for version 0.428. Translated 99%. https://drive.google.com/open?id=1Jonyp8lURSXvl6UC1z6HS0N1kTUDmL7I I can not understand the following program settings: Enable Compile At Back Thread , Enable Mouse Dwell to Show Type , Enable Codecomplete At Back ...
by dixiony
Aug 16, 2019 13:34
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 361399

Re: FreeBasic IDE-poseidonFB(Update 2019.08.11)

Error in completing an extern block:

Code: Select all

extern "WIndows-MS"

end type
Need to end extern.
by dixiony
Jul 06, 2019 10:13
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 361399

Re: FreeBasic IDE-poseidonFB(Update 2019.07.02)

When changing the color template, an error appears:
Image
by dixiony
Jun 29, 2019 15:56
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 361399

Re: FreeBasic IDE-poseidonFB(Update 2019.06.16)

poseidonFB now is change the keyword while we press "ENTER" or "SPACE' or "TAB" or "(", which method is better?
"ENTER" is better.
by dixiony
Jun 06, 2019 16:53
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 361399

Re: FreeBasic IDE-poseidonFB(Update 2019.04.23)

The parameter "Auto Convert Keyword Case" works only when pressing Enter or Tab. If you write the operator manually, the conversion does not occur. Also, it would be desirable that when you click the Apply button, all operators in the code are converted in accordance with the selected sett...
by dixiony
Jan 06, 2018 13:09
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 361399

Re: FreeBasic IDE-poseidonFB(Update 2018.01.06)

Many thanks for the timely update!
by dixiony
Jan 05, 2018 8:13
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 361399

Re: FreeBasic IDE-poseidonFB(Update 2018.01.01)

1. After the declaration of the procedure or function and pressing the Enter key, a procedure or function block is obtained. Can I fix this? https://i.imgur.com/s408HR9.jpg 2. After you press the Tab key, sometimes the cursor jumps to two tab stops, rather than one. For example, in the settings ther...