VisualFBEditor - IDE for FreeBasic

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

Re: VisualFBEditor - IDE for FreeBasic

Post by Xusinboy Bekchanov »

Wawavoun wrote: Jun 29, 2023 11:21 Always one error when compiling CanvasDraw.bas with GTK3 under windows :
Fixed: Compiling Picture with GTK in Windows:
https://github.com/XusinboyBekchanov/My ... a628609894
Xusinboy Bekchanov
Posts: 719
Joined: Jul 26, 2018 18:28

Re: VisualFBEditor - IDE for FreeBasic

Post by Xusinboy Bekchanov »

New Version:
Version 1.3.5 (September 17, 2023)
- Added: Use WASM menu item
- Fixed: Find and Replace
- Added: Confirm first before Replace All in Project
- Fixed: Replacing in procedure
- Added: ByRef Designer As My.Sys.Object parameter to all events
- Added: "Create event handlers without static event handler if event allows it" option
- Added: IntelliSense for Types and Enums in blocks
- Fixed: Compiling Android Project with fbc 1.10.0
- Fixed: Crash IDE on close tab
- Added: SapiTTS Example
- Fixed: Compiling CanvasDraw Example in Linux
- Improved: Edit Control caret in Linux
- Added: Edit Control Font changing in Linux
- Added: Find Compilers in Linux
- Fixed: Compiling crash in Linux
- Fixed: Debugging with other debuggers in Linux
- Fixed: Opening empty files in Linux.
- Added: Saving the "Show tip of the day" setting when closing the Tip of the day, previously it was saved only when closing the IDE.
- Fixed: Changing Control bounds with mouse in Designer (Linux)
- Fixed: Checking Use Defines on Linux
- Fixed: Crashing IDE on Linux
- Fixed: Updating ToolBar and ToolPalette controls on Designer.
- Fixed: Application titles of Project templates
- Fixed: Compiling ScintillaControl with fbc 1.10.0
- Added: Module Numbering and Macro Numbering
- Fixed: Drop files with extensions .vfp, .vfs to IDE
- Added: Format With Basis Word menu item
- Fixed: Copy and Paste controls in Designer
- Fixed: Copy controls from other Form
- Improved: UnComment block
- Added: SQLite3 example
- Updated: app-release.apk
- Added: onDestroy event to Android activity
- Added: File not found messages when run Android applications
- Fixed: Showing Chinese characters in Chinese calendar example
- Improved: Collapsing and Uncollapsing constructions inside #if, #ifdef, #elseif and #else in Edit Control
- Changed: Showing Type procedures in Function List
- Fixed: Change Keywords Case with Old Symbol
- Improved: IntelliSense
- Removed: ByRef and ByVal parameters from unused identifier suggestions.
- Fixed: Compiling Bass Example
- Improved: Suggestions
- Fixed: Suggestions for not used Enum items
- Added: IntelliSense for Line Continuation
- Improved: Collapse of Lines with Line Continuation and Line Separator in Edit Control
- Fixed: Changing Location, Size Properties
- Added: Asm Keywords Help
- Added: Delete blank lines menu item
- Added: Convert selection code to Lowercase & Uppercase menu items
- Added: Canvas Draw Example
- Fixed: Crash IDE
- Fixed: Compiling with fbc 1.10.0
- Added: AutoSave after entered chars option.
- Fixed: Auto suggestions for Asm
- Improved: Asm IntelliSense
- Improved: ChineseCalendar Example
Tolo68
Posts: 105
Joined: Mar 30, 2020 18:18
Location: Spain

Re: VisualFBEditor - IDE for FreeBasic

Post by Tolo68 »

Thank you Xusinboy, you will have to try it !! 😁
Xusinboy Bekchanov
Posts: 719
Joined: Jul 26, 2018 18:28

Re: VisualFBEditor - IDE for FreeBasic

Post by Xusinboy Bekchanov »

Tolo68 wrote: Sep 17, 2023 10:34 Thank you Xusinboy, you will have to try it !! 😁
What does not work?
Tolo68
Posts: 105
Joined: Mar 30, 2020 18:18
Location: Spain

Re: VisualFBEditor - IDE for FreeBasic

Post by Tolo68 »

Xusinboy Bekchanov wrote: Sep 17, 2023 11:16
Tolo68 wrote: Sep 17, 2023 10:34 Thank you Xusinboy, you will have to try it !! 😁
What does not work?
If it works, I already downloaded it, I meant that I was going to see this new version !! At the moment I have only executed it, then I will try a little more, Best regards!!!
Xusinboy Bekchanov
Posts: 719
Joined: Jul 26, 2018 18:28

Re: VisualFBEditor - IDE for FreeBasic

Post by Xusinboy Bekchanov »

Tolo68 wrote: Sep 17, 2023 11:52
Xusinboy Bekchanov wrote: Sep 17, 2023 11:16
Tolo68 wrote: Sep 17, 2023 10:34 Thank you Xusinboy, you will have to try it !! 😁
What does not work?
If it works, I already downloaded it, I meant that I was going to see this new version !! At the moment I have only executed it, then I will try a little more, Best regards!!!
Best regards to you too!
cm_wang
Posts: 7
Joined: Mar 03, 2021 5:11

Re: VisualFBEditor - IDE for FreeBasic

Post by cm_wang »

Congratulations on the release of your new version!
Post Reply