PureBasic 4.10 Beta1 for Linux released

Developed or developing a new product in PureBasic? Tell the world about it.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

PureBasic 4.10 Beta1 for Linux released

Post by freak »

Hello everyone,

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 
 
Have fun... :D

The PureBasic Team
Last edited by freak on Wed Aug 08, 2007 12:35 am, edited 1 time in total.
quidquid Latine dictum sit altum videtur
byo
Enthusiast
Enthusiast
Posts: 635
Joined: Mon Apr 02, 2007 1:43 am
Location: Brazil

Post by byo »

Amazing job, guys! Thanks.
Downloading it.
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

thanks pb team, will test tonight
User avatar
flaith
Enthusiast
Enthusiast
Posts: 704
Joined: Mon Apr 25, 2005 9:28 pm
Location: $300:20 58 FC 60 - Rennes
Contact:

Post by flaith »

:D that's great, thanks a lot !
“Fear is a reaction. Courage is a decision.” - WC
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

Ah that's cool! Thank you!
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
User avatar
oryaaaaa
Addict
Addict
Posts: 825
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Post by oryaaaaa »

Arigato gozaimasu. <(_ _)>
Thank you
Post Reply