the 4.10 version is now also available for Linux. All new features of the Windows version
(Drag & Drop, XML, etc) are working there as well.
Also a number of bugs has been fixed since the last public release as you can read in the bugs forum.
The beta is available for download on you user account:
http://www.purebasic.com/download.php3
Note:
Because the platform dependant changes were not so big (only the DnD lib and WebGadget code needed to be redone),
we actually skipped the alpha testing phase for Linux.
So expect some bugs, especially in the two mentioned libs.
Code: Select all
-------------------------------------------------------------
PureBasic 4.10 Beta 1 for Linux
-------------------------------------------------------------
- Added Drag'n'drop and XML libraries
- Added feature complete WebGadget()
- Added Scintilla library
- Added new Module library based on ModPlug
- added TruncateFile() for file lib
- The compiler is now resident when launched from the IDE for faster compilations
- Fixed many bugs
IDE changes:
------------
Compiler Options:
- added new tab with settings for Compile/Run:
- the debugger type can be chosen for an individual program
- the current directory for executing the program can be chosen
- the temporary exe can be created in the source directory
- external tools can be enabled on a per-program basis (if the option is enabled in the tools config)
- added tab for compiler constants:
- special editor constants for build counting
- custom constants can be defined, even by using environment variables
- improved "Run" command by keeping all compiled sources ready
- new pipe based IDE->Compiler communication. (documented in the Library SDK)
Coloring:
- improved color management: (individual color settings can be disabled)
- new colors to hilight matching/mismatching braces
- optional color for procedure backgrounds
- New color for "custom keywords" to color Preprocessor/Macro packages
AutoComplete:
- The shortcut to insert a word can now be customized (Shortcut options)
NOTE: The default is now TAB, so if you are used to the ENTER key, just change it back
- various improvements of the autocomplete handling
Misc:
- The font & color for the Toolspanel can be disabled
- A custom font for the Debug Output window can be specified

The PureBasic Team