VisualFBEditor - IDE for FreeBasic

User projects written in or related to FreeBASIC.
Post Reply
Xusinboy Bekchanov
Posts: 791
Joined: Jul 26, 2018 18:28

Re: VisualFBEditor - IDE for FreeBasic

Post by Xusinboy Bekchanov »

PeterHu wrote: Feb 01, 2024 2:55 And,how to use debug in the IDE?is it simple and straightforward?I tried,Toggle the breadkpoints,Use debugger,Step into (F8) etc. and led to another crash...
Before compiling, you need to enable Use Debugger. If you are using the 64-bit version, you need to compile it with the -gen gas64 switch. You do not describe the actions that led to the crash. Just speak in general terms.
PeterHu
Posts: 159
Joined: Jul 24, 2022 4:57

Re: VisualFBEditor - IDE for FreeBasic

Post by PeterHu »

Xusinboy Bekchanov wrote: Feb 01, 2024 3:38
PeterHu wrote: Feb 01, 2024 2:55 And,how to use debug in the IDE?is it simple and straightforward?I tried,Toggle the breadkpoints,Use debugger,Step into (F8) etc. and led to another crash...
Before compiling, you need to enable Use Debugger. If you are using the 64-bit version, you need to compile it with the -gen gas64 switch. You do not describe the actions that led to the crash. Just speak in general terms.
My bad...Recently my computer and network is not stable
I will try again later when the computer resume works.
PeterHu
Posts: 159
Joined: Jul 24, 2022 4:57

Re: VisualFBEditor - IDE for FreeBasic

Post by PeterHu »

PeterHu wrote: Jan 21, 2024 6:46
Xusinboy Bekchanov wrote: Jan 21, 2024 1:26
PeterHu wrote: Jan 20, 2024 7:56

Yes,win10 64 bit
Starting with Windows 10 October 2018 Update (version 1809), Microsoft added support for dark mode in File Explorer.

What version of Windows 10 do you have?
ah,this could be the reason,mine is V.1607
Is there any way to set the amazing IDE to dark mode with versions like this?
Thanks.
Xusinboy Bekchanov
Posts: 791
Joined: Jul 26, 2018 18:28

Re: VisualFBEditor - IDE for FreeBasic

Post by Xusinboy Bekchanov »

PeterHu wrote: Feb 22, 2024 9:44
PeterHu wrote: Jan 21, 2024 6:46
Xusinboy Bekchanov wrote: Jan 21, 2024 1:26
Starting with Windows 10 October 2018 Update (version 1809), Microsoft added support for dark mode in File Explorer.

What version of Windows 10 do you have?
ah,this could be the reason,mine is V.1607
Is there any way to set the amazing IDE to dark mode with versions like this?
Thanks.
Then many elements will need to be drawn themselves.
UEZ
Posts: 988
Joined: May 05, 2017 19:59
Location: Germany

Re: VisualFBEditor - IDE for FreeBasic

Post by UEZ »

Hi Xusinboy Bekchanov,

indeed, very good IDE but I'm struggling to get all tabs opened after restart of the IDE. Is there a way to do it?
Additionally, it would be good to have the option to add more compile options which can be selected in the IDE.
Xusinboy Bekchanov
Posts: 791
Joined: Jul 26, 2018 18:28

Re: VisualFBEditor - IDE for FreeBasic

Post by Xusinboy Bekchanov »

UEZ wrote: Feb 23, 2024 8:36 Hi Xusinboy Bekchanov,
Hi,
UEZ wrote: Feb 23, 2024 8:36 indeed, very good IDE but I'm struggling to get all tabs opened after restart of the IDE. Is there a way to do it?
It is possible to save the session, and in the settings specify when opening the IDE to open the last open session.
UEZ wrote: Feb 23, 2024 8:36 Additionally, it would be good to have the option to add more compile options which can be selected in the IDE.
When we have time we will add this too.
UEZ
Posts: 988
Joined: May 05, 2017 19:59
Location: Germany

Re: VisualFBEditor - IDE for FreeBasic

Post by UEZ »

Xusinboy Bekchanov wrote: Feb 23, 2024 23:54
UEZ wrote: Feb 23, 2024 8:36 Hi Xusinboy Bekchanov,
Hi,
UEZ wrote: Feb 23, 2024 8:36 indeed, very good IDE but I'm struggling to get all tabs opened after restart of the IDE. Is there a way to do it?
It is possible to save the session, and in the settings specify when opening the IDE to open the last open session.
UEZ wrote: Feb 23, 2024 8:36 Additionally, it would be good to have the option to add more compile options which can be selected in the IDE.
When we have time we will add this too.
It doesn't work saving the opened tabs as session. The session file size is 3 bytes.
When we have time we will add this too.
Is a team behind this IDE?
Xusinboy Bekchanov
Posts: 791
Joined: Jul 26, 2018 18:28

Re: VisualFBEditor - IDE for FreeBasic

Post by Xusinboy Bekchanov »

UEZ wrote: Feb 24, 2024 16:55 It doesn't work saving the opened tabs as session. The session file size is 3 bytes.
Fixed: Save Session:
https://github.com/XusinboyBekchanov/Vi ... 4d30e0d1fd
UEZ wrote: Feb 24, 2024 16:55 Is a team behind this IDE?
There is a team. Authors are listed in the About window.
Xusinboy Bekchanov
Posts: 791
Joined: Jul 26, 2018 18:28

Re: VisualFBEditor - IDE for FreeBasic

Post by Xusinboy Bekchanov »

UEZ wrote: Feb 23, 2024 8:36 Additionally, it would be good to have the option to add more compile options which can be selected in the IDE.
Added: Build Configurations option:
https://github.com/XusinboyBekchanov/Vi ... adc83f6224
PeterHu
Posts: 159
Joined: Jul 24, 2022 4:57

Re: VisualFBEditor - IDE for FreeBasic

Post by PeterHu »

This project is awesome!
Thank you,team!
UEZ
Posts: 988
Joined: May 05, 2017 19:59
Location: Germany

Re: VisualFBEditor - IDE for FreeBasic

Post by UEZ »

Hi Xusinboy Bekchanov,

I changed the main.bas file and works now but after downloading the latest repository I get errors when compiling:

Code: Select all

compiling:    VisualFBEditor.bas -o VisualFBEditor.c (main module)
d:\Temp\VisualFBEditor\src\frmSplash.frm(80) error 42: Variable not declared, ML in '.Text = ML("64-bit")'
d:\Temp\VisualFBEditor\src\Main.bas(49) error 9: Expected expression, found 'ML'
d:\Temp\VisualFBEditor\src\Main.bas(147) error 99: No matching overloaded function, TEXT()
d:\Temp\VisualFBEditor\src\EditControl.bas(74) error 9: Expected expression, found 'ML'
d:\Temp\VisualFBEditor\src\EditControl.bas(75) error 9: Expected expression, found 'ML'
d:\Temp\VisualFBEditor\src\EditControl.bas(76) error 9: Expected expression, found 'ML'
d:\Temp\VisualFBEditor\src\EditControl.bas(77) error 9: Expected expression, found 'ML'
d:\Temp\VisualFBEditor\src\EditControl.bas(78) error 9: Expected expression, found 'ML'
d:\Temp\VisualFBEditor\src\EditControl.bas(79) error 9: Expected expression, found 'ML'
d:\Temp\VisualFBEditor\src\EditControl.bas(80) error 9: Expected expression, found 'ML'
d:\Temp\VisualFBEditor\src\EditControl.bas(80) error 133: Too many errors, exiting
Did I missed something?

Thanks.
Xusinboy Bekchanov
Posts: 791
Joined: Jul 26, 2018 18:28

Re: VisualFBEditor - IDE for FreeBasic

Post by Xusinboy Bekchanov »

UEZ wrote: Mar 08, 2024 20:11 Did I missed something?

Thanks.
Hi, maybe you updated VisualFBEditor and didn't update MyFbFramework.
UEZ
Posts: 988
Joined: May 05, 2017 19:59
Location: Germany

Re: VisualFBEditor - IDE for FreeBasic

Post by UEZ »

Xusinboy Bekchanov wrote: Mar 09, 2024 1:17
UEZ wrote: Mar 08, 2024 20:11 Did I missed something?

Thanks.
Hi, maybe you updated VisualFBEditor and didn't update MyFbFramework.
Silly me, I didn't use the resource from https://github.com/XusinboyBekchanov/MyFbFramework.
UEZ
Posts: 988
Joined: May 05, 2017 19:59
Location: Germany

Re: VisualFBEditor - IDE for FreeBasic

Post by UEZ »

I see that "Build Configuration" was added - nice. :) I added already some settings.

But when I have selected it in "Options" and click OK / Cancel / Apply the focus of the IDE gets lost.

An autosave session option would be nice, too.
Xusinboy Bekchanov
Posts: 791
Joined: Jul 26, 2018 18:28

Re: VisualFBEditor - IDE for FreeBasic

Post by Xusinboy Bekchanov »

UEZ wrote: Mar 10, 2024 21:11 I see that "Build Configuration" was added - nice. :) I added already some settings.

But when I have selected it in "Options" and click OK / Cancel / Apply the focus of the IDE gets lost.
Fixed: Focusing Forms after close child form:
https://github.com/XusinboyBekchanov/My ... 6692f1d3be
UEZ wrote: Mar 10, 2024 21:11 An autosave session option would be nice, too.
Added: Auto Save Session option:
https://github.com/XusinboyBekchanov/Vi ... 494d5de3db
Post Reply