IUP_FB_Editor+ - fork of IUP_FB_Editor

User projects written in or related to FreeBASIC.
Post Reply
WQ1980
Posts: 48
Joined: Sep 25, 2015 12:04
Location: Russia

IUP_FB_Editor+ - fork of IUP_FB_Editor

Post by WQ1980 »

Another IDE for Freebasic, IUP_FB_Editor+

IUP_FB_Editor+ is a fork of old version of IUP_FB_Editor from 2017


Differences between IUP_FB_Editor+ 0.1.1 from IUP_FB_Editor (2017):

- mechanism for saving and loading settings has been redone - the program will be able to load and work even if there is no settings
file\language files\keyword files, IUP_FB_Editor settings files are not supported;
- the internal encoding of the program is fully translated into UTF-8;
- an opportunity has appeared to create projects for managing groups of source files, with remembering the position of the tab, the
scale of the text and the position of the line.
- added the ability to quickly change the version of the compiler;
- redone search - you can search in the selection, procedure, open files and in the project, added a drop-down list of words that you
searched earlier, the interface of the search window has been changed;
- change hotkey combinations;
- autocompletion of keywords when entering (keywords\autocompletion_list);
- panels in the toolbar can be hidden;
- for the editor added scale\increase the text;
- in Windows, you can configure automatic switching to the English layout;
- you can set the size of the main font of the program and the size of the button icons;
- you can change the font of the tab headers;
- added the ability to move tabs;
- closing the tab and opening a new middle mouse button;
- tabs added a menu by right-clicking;
- fast vertical scrolling in the editor when you click the middle button;
- changing the program language without restarting the program;
- color themes can be deleted\renamed;
- autosave open files;
- many interface changes.

Language: English, Russian


Freebasic (1.05 or later) + IUP (3.27 or later)

Windows 32\64 (XP or later)
Linux 32\64

There is no parser, but VANYA allowed to add a parser from the current version of IUP_FB_Editor


Download all version + source code:
https://www.mediafire.com/folder/hxhjklo3hft0h/fbnp%2B
https://cloud.mail.ru/public/WyWt/3CPm8wAPk

Image:

https://imgur.com/hL3sECL
https://imgur.com/8E2DS9I
https://imgur.com/P9nxwun
WQ1980
Posts: 48
Joined: Sep 25, 2015 12:04
Location: Russia

Re: IUP_FB_Editor+ - fork of IUP_FB_Editor

Post by WQ1980 »

Version 0.1.2

- fixed several bugs.

Same links:
Download all version + source code:
https://www.mediafire.com/folder/hxhjklo3hft0h/fbnp%2B
https://cloud.mail.ru/public/WyWt/3CPm8wAPk
Makoto WATANABE
Posts: 231
Joined: Apr 10, 2010 11:41
Location: Japan
Contact:

Re: IUP_FB_Editor+ - fork of IUP_FB_Editor

Post by Makoto WATANABE »

Dear WQ1980;

Thank you for telling me how to save the "Autocase words" file.
>Main menu -> Edit -> Autocase text
The keywords in my source file were in uppercase at first and lowercase thereafter.

1. In Options -> Fonts, I can't select a font.

2. In Options -> Colors, I can't change the color.

3. I want the help to be displayed when I place the cursor on a keyword in the editor and press F1.

4. Sometimes opening an existing file causes a crash.

5. Now we can select Japanese as the Language in Options -> General.
http://makoto-watanabe.main.jp/zJP+.cfg
WQ1980
Posts: 48
Joined: Sep 25, 2015 12:04
Location: Russia

Re: IUP_FB_Editor+ - fork of IUP_FB_Editor

Post by WQ1980 »

Makoto WATANABE wrote: 1. In Options -> Fonts, I can't select a font.
2. In Options -> Colors, I can't change the color.
Very strange
What operating system? Windows or Linux? x32 or x64?
Makoto WATANABE wrote: 3. I want the help to be displayed when I place the cursor on a keyword in the editor and press F1.
"Settings" -> "Path to the help Freebasic" -> Set the path to the help file

"Settings" -> "Hotkeys" -> "General" -> click "Help" -> Set hotkey (F1 or other)
Or in Options.cfg -> [Hotkeys] -> help=65470
Makoto WATANABE wrote: 4. Sometimes opening an existing file causes a crash.
Please give me an example of such a file
Makoto WATANABE wrote: 5. Now we can select Japanese as the Language in Options -> General.
http://makoto-watanabe.main.jp/zJP+.cfg
Thank you!
I will update all versions soon
Makoto WATANABE
Posts: 231
Joined: Apr 10, 2010 11:41
Location: Japan
Contact:

Re: IUP_FB_Editor+ - fork of IUP_FB_Editor

Post by Makoto WATANABE »

Dear WQ1980;

Thanks for your quick reply.

1. In Options -> Fonts, I can't select a font.
2. In Options -> Colors, I can't change the color.

My operating system is Windows 10 64bit.
I am able to select and set items using arrow keys and Enter key.
I would like to select with the mouse click.


3. I want the help to be displayed when I place the cursor on a keyword in the editor and press F1.

I have set up a path and a hotkey.
Image
Image
However, the help chm is not displayed.


4. Sometimes opening an existing file causes a crash.

It crashes immediately after changing the language setting.
It shows up after several attempts to load.
I will check the occurrence status for a while.
WQ1980
Posts: 48
Joined: Sep 25, 2015 12:04
Location: Russia

Re: IUP_FB_Editor+ - fork of IUP_FB_Editor

Post by WQ1980 »

Makoto WATANABE wrote:Dear WQ1980;

Thanks for your quick reply.

1. In Options -> Fonts, I can't select a font.
2. In Options -> Colors, I can't change the color.

My operating system is Windows 10 64bit.
I am able to select and set items using arrow keys and Enter key.
I would like to select with the mouse click.
Thanks for the info
I found a bug
Makoto WATANABE wrote: 3. I want the help to be displayed when I place the cursor on a keyword in the editor and press F1.

I have set up a path and a hotkey.
However, the help chm is not displayed.
Does this work in regular IUP_FB_EDITOR?

fbnp+ works with utf8\Unicode
Regular fbnp works with system encoding
Need to add additional customization
Makoto WATANABE
Posts: 231
Joined: Apr 10, 2010 11:41
Location: Japan
Contact:

Re: IUP_FB_Editor+ - fork of IUP_FB_Editor

Post by Makoto WATANABE »

Dear WQ1980;

Thanks for your quick reply.

>Does this work in regular IUP_FB_EDITOR?
This is an image with the cursor on "Mod" of the code and F1 pressed.

Image
Makoto WATANABE
Posts: 231
Joined: Apr 10, 2010 11:41
Location: Japan
Contact:

Re: IUP_FB_Editor+ - fork of IUP_FB_Editor

Post by Makoto WATANABE »

Dear WQ1980;

I'm sorry.

I had the wrong place to register the help file path.
I added a path to "Path to the help Freebasic" in "Options"->"Path", and I got help in F1.
I learned that adding a path to "Customizing Help files" does not show up in F1.


Addition:
In FbEdit, we can register multiple chm's at "Options"->"Help Menu Optipn".
Then, for example, pressing F1 on the Window9 keyword will display the Window9 help, and pressing F1 on the FreeBASIC keyword will display the FreeBASIC help.
I hope your editor can also display multiple chms.
darwin4ever
Posts: 38
Joined: Feb 03, 2017 22:40

Re: IUP_FB_Editor+ - fork of IUP_FB_Editor

Post by darwin4ever »

Hi,
There seems to be a problem, the specified path for "Path to the directory INCLUDE" in the Program settings/Path is not used for "compile".
*.bi files located in that directory are not found and result in an compile-error.

I have following situation

Code: Select all

Freebasic Directory
- INCLUDE SubDirectory containing general *.bi files
- Project SubDirectory-1 containing Project *.bas file and making use of general *.bi files
- Project SubDirectory-2 containing Project *.bas file and making use of general *.bi files
- a.s.o
Post Reply