PureBasic 3.94 Beta 4 for Windows released
Posted: Sat Jul 30, 2005 4:50 am
Hello everybody.
We did it again... here is the next beta version for 3.94 for Windows.
We hope that this can be the last beta before the final release, so please
give this a final good round of testing to have it as stable as possible.
It is as usual on http://www.purebasic.com/
Also to everyone who does the language files:
There will (hopefully) be no more changes to the language file (only if fixing a bug makes it neccesary)
So if you have finished your translation, email it to me so i can include it in the final package.
(translations@freak1.de)
Another note:
You may notice in the Preferences (color settings) a disabled combobox named "Default Color schemes"
The reason why it is disabled is because we do not have any yet
So if you think your colors are good and unique, feel free to export them
(with the new import/export option) and send them to me too.. maybe it will be included.
(we will only add a small number there though)
Here is a list of commandline parameters that the IDE now accepts:
That's it, have fun...
The PureBasic Team
We did it again... here is the next beta version for 3.94 for Windows.
We hope that this can be the last beta before the final release, so please
give this a final good round of testing to have it as stable as possible.
It is as usual on http://www.purebasic.com/
Also to everyone who does the language files:
There will (hopefully) be no more changes to the language file (only if fixing a bug makes it neccesary)
So if you have finished your translation, email it to me so i can include it in the final package.
(translations@freak1.de)
Another note:
You may notice in the Preferences (color settings) a disabled combobox named "Default Color schemes"
The reason why it is disabled is because we do not have any yet

So if you think your colors are good and unique, feel free to export them
(with the new import/export option) and send them to me too.. maybe it will be included.
(we will only add a small number there though)
Here is a list of commandline parameters that the IDE now accepts:
Code: Select all
/P <Preferences file> - load/save preferences from/to the specified file
/T <Templates file> - load/save templates from/to this file
/A <Tools dile> - load/save external tools settings from/to this file
/S <Source path> - change the "SourcePath" settings (default path to open files)
/E <Explorer path> - change the path displayed in the explorer tool
/B <PureBasic path> - use given path as purebasic basepath. (this is really only usefull for us to debug)
/L <line> - changes the currentline in the source that is active (last on the commandline) to the given line
/NOEXT - prevents the writing of the .pb extension to the registry. very usefully if you have several different
PB copies installed but want one to remain the default for clicking on files.
You can also specify wildcards for filenames on the commandline now.
So by giving <path>\*.pb you can make it load a whole directory
For linux/mac there are of course the according parameters: (they are actually also accepted on windows)
-p or --preferences
-t or --templates
-a or --tools
-s or --sourcepath
-e or --explorerpath
-b or --basepath
-l or --line
The PureBasic Team