Skip to content

Commit

Permalink
New Version 1.2.8
Browse files Browse the repository at this point in the history
Version 1.2.8 (May 16, 2021)
- Added: Open Last Opened File Type to Options
- Added: Real Numbers option to Code Editor Colors
- Fixed: Show message in Debug
- Added: StatusBar Editor
- Added: Project Properties: Change Appilcation Icon
- Added: ImageList Editor
- Added: ToolBar Editor
- Added: Add Spaces function
- Added: Identifiers and Numbers syntax higlighting
- Fixed: Define variables (F2) with square brackets
- Added: Show Keywords Tooltip option
- Added: LLVM and GAS64 compile variants to Project Properties
- Added: Open Help with xCHM in Linux
- Added: FreeBasic keywords tooltip
- Fixed: Complete word
- Fixed: Add end construction to #Ifdef, #ifndef
- Improved: Keywords
- Added: Save Prompt Dialog
- Added: Advanced options to Project Properties
- Added: Change Font and Color in Properties Window
- Fixed: Reduced number of GDI objects
- Added: Work with image files in Designer
- Added: Image Manager
- Added: TopMenu to Designer form
- Added: Menu Editor
- Added: Default event menu item to Designer Popup menu
- Fixed: Cut, Copy, Paste components
- Fixed: Current and Default compiler option
- Fixed: Linux compile arguments
- Added: Command option to External Tools
- Added: Other Editors option
- Fixed: Debug on Linux (by default gdb console)
- Fixed: Fixed: Command Prompt in Linux
  • Loading branch information
XusinboyBekchanov committed May 16, 2021
1 parent 0f8f147 commit f904671
Show file tree
Hide file tree
Showing 27 changed files with 499 additions and 584 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
},
"linux": {
"command": "/media/FreeBasic/FreeBASIC-1.07.1-linux-x86_64/bin/fbc",
"command": "/mnt/media/FreeBasic/FreeBASIC-1.07.3-linux-x86_64/bin/fbc",
"args": [
"-g",
"VisualFBEditor.bas",
Expand Down
4 changes: 2 additions & 2 deletions Examples/Add-In/Help Add-In.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#define VER_FILEDESCRIPTION_STR "Example Add-In for Visual FB Editor\0"

#define VER_FILEVERSION 1,0,0,83
#define VER_FILEVERSION_STR "1.0.0.83\0"
#define VER_FILEVERSION 1,0,0,84
#define VER_FILEVERSION_STR "1.0.0.84\0"

#define VER_LEGALCOPYRIGHT_STR "\0"

Expand Down
Binary file removed Examples/GridData/frmGridDataTest.exe
Binary file not shown.
49 changes: 0 additions & 49 deletions Projects/D

This file was deleted.

43 changes: 0 additions & 43 deletions Projects/Form1.frm

This file was deleted.

59 changes: 0 additions & 59 deletions Projects/Form1.rc

This file was deleted.

51 changes: 0 additions & 51 deletions Projects/Form2.rc

This file was deleted.

22 changes: 0 additions & 22 deletions Projects/Manifest.xml

This file was deleted.

30 changes: 0 additions & 30 deletions Projects/Project1.vfp

This file was deleted.

33 changes: 0 additions & 33 deletions Projects/Untitled.bas

This file was deleted.

Binary file removed Projects/home_32.ico
Binary file not shown.
Loading

0 comments on commit f904671

Please sign in to comment.