[Tool/Web/Other] CarbonPawn 1.0
#1

A new IDE for PAWN created for that little bit of extra comfort. This program runs on Java and uses the Standard Widget Toolkit.

+Features:
-Similar behaviour to Pawno
-Indentation doesn't add spaces
-List of syntax highlights that you can disable/enable as you wish
-Shows selection length so you can make optimized strings more easily
-User definable colours for syntax highlighting, background and a lot more
-Supports tabbed scripting
-Content assist(Ctrl+Space)
-Parameter assist(Ctrl+Shift+Space)
-Goto.. line with a separate window
-Find/Replace
-Outlines global variables, functions, enumerations and definitions
-Outline can be filtered, also affecting the content assist
-Insert a colour option
-Ability to choose where compiled AMX is moved after compilation
-Native look to the OS environment you're in
+Image:
-CarbonPawn running on Windows 7 with customized colour settings:

+Requirements
-Java Runtime Environment (lastest is preferred)
-Correct SWT library for your system
-Decent PC: P4 with at least 512mb of system ram preferred

+Notes
-You use this software at your own responsibility, no warrants
-When modifying the program you must keep original credits as-well.
-Even though this program should be stable, it may still crash, so save your progress a lot
-Optionally you can add "BOOL_IgnoreSettingsSaveFail=true" to the settings.ini file so that the program would not prompt you that the settings had not been saved, useful if the program is in a Read-Only area

+Open with (Windows)
Since you cannot open a file type with a .jar file on Windows, you have to create a .bat file(replace the path with a correct one):

Код:
java -jar "C:\CarbonPawn\carbonpawn.jar" %1
pause
Note that there must be a last empty line.
Alternatively, if it does not work, but you do have JRE installed, you may try to locate the "java.exe" and create a bat like this:
Код:
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -jar "C:\CarbonPawn\carbonpawn.jar" %1
pause
Also you must make sure that if you are using x86 version of java on a 64bit system, you will need the 32-bit(x86) version SWT library.

+Download
-[upload.ee] CarbonPawn 1.0 build 106 Linux 32-bit
-[upload.ee] CarbonPawn 1.0 build 106 Linux 64-bit
-[upload.ee] CarbonPawn 1.0 build 106 Windows 32-bit
-[upload.ee] CarbonPawn 1.0 build 106 Windows 64-bit

+Source code
-You may modify as long as you keep the original credits as-well.
-Written using Eclipse IDE, you'll need to reference the SWT library.
-Download:http://www.upload.ee/files/1556720/C...ource.zip.html

+Changelog
-[06.07.11] 1.0a build 106
* Removed the Development menu as it was only for debug purposes.
* Made the program open-source.
-[27.06.11] 0.9f build 105
* Changed the way line numbers are rendered to a less memory-intensive method
* Disabling line numbers now hides them completely
* You can now change the colour of the line between text area and line numbers(Separator line)
* Selecting multiple lines and pressing Tab now changes the indentation of those lines
* Shift+Tab now removes indentation from selected line(s)
* Text options now apply to all existing tabs aswell
* Fixed the param. assist not showing up on Ubuntu
* Added open file types(which are meant to be suggestive, *.* is also in the list)
* Added '*.p' to the open/save file types
-[22.06.11] 0.9e build 102
* Fixed indentation bug going out of line
* Added option to disable the indentation add feature(after '{')
* Added support for char quotes 'a'
* Fixed the algorithm gathering the outline
* The Home key now takes the caret to the indentation end, on a second click to the line beginning
-[08.06.11] 0.9d build 100
* Fixed bug of Goto.. line crashing on Win 32bit
-[08.06.11] 0.9d build 99
* Close tab "x" button
* Save as.. file type
* Added quickbar
* Local function highlight
* '#asdf' is now detected differently
* Minimize to tray option
* Possibility to re-colour the tabs when highlight options changed
* Fixed bug at parameter assist jumping to param from quotes
-[28.05.11] 0.9c build 98
* Save All option (Ctrl+Shift+S)
* Prompts for saving unsaved tabs
* Support for folders inside includes folder, adding some support to systems like YSI
* Include function highlight
* Added highlight support for controls{"new", "public", "if" etc.} and numbers
* Unimportant highlights can now be turned off as having them all on can be too colourful
* Added a colour picker Tools->Insert a colour (Ctrl+K)
* Added an option to change the selected bracket border colour
* Some minor improvements in algorithms
* Added the Sa-MP server includes to the package & the compiler for windows packages
* You can now hop to the warning/error line when selecting it in compiler output window
-[17.05.11] 0.9b build 96
* Preferences is now scrollable in the event that its contents are out of reach
* You can now change the colour of guide windows' (like Replace & content assist)
* Added redo (Ctrl+Y)
* Speed improvements when opening a file
* Added a cool About window ^^
* Set font.. now saves
* Fixed syntax highlighting, replace and some minor things that greatly added to the stability of the program


Feedback is welcome.
Reply


Messages In This Thread
CarbonPawn 1.0 - by CarbonFiberSpoon - 06.08.2011, 11:31
Re: CarbonPawn 1.0 - by RandomDude - 06.08.2011, 11:39
Re: CarbonPawn 1.0 - by wups - 06.08.2011, 12:09
Re: CarbonPawn 1.0 - by StreetGT - 06.08.2011, 12:35
Re: CarbonPawn 1.0 - by FireCat - 06.08.2011, 13:43
Re: CarbonPawn 1.0 - by [Ask]Terminator - 06.08.2011, 14:32
Re: CarbonPawn 1.0 - by CarbonFiberSpoon - 06.08.2011, 15:19
Re: CarbonPawn 1.0 - by [Ask]Terminator - 06.08.2011, 16:32
Re: CarbonPawn 1.0 - by Crimson - 06.08.2011, 20:28
Re: CarbonPawn 1.0 - by Scenario - 07.08.2011, 02:31
Re: CarbonPawn 1.0 - by CarbonFiberSpoon - 07.08.2011, 08:07
Re: CarbonPawn 1.0 - by Scenario - 07.08.2011, 16:24
Re: CarbonPawn 1.0 - by Dreftas - 10.08.2011, 21:17
Re: CarbonPawn 1.0 - by CarbonFiberSpoon - 29.08.2011, 08:22
AW: CarbonPawn 1.0 - by nescha - 25.11.2011, 22:24
Re: CarbonPawn 1.0 - by System64 - 25.11.2011, 22:50
Re: CarbonPawn 1.0 - by Momo5000 - 28.12.2011, 06:56
Re: CarbonPawn 1.0 - by T0pAz - 28.12.2011, 08:57
Re: CarbonPawn 1.0 - by Momo5000 - 28.12.2011, 09:41
Re : CarbonPawn 1.0 - by Kutter - 28.12.2011, 09:51
Re: CarbonPawn 1.0 - by Ricop522 - 05.04.2012, 17:59
Re: CarbonPawn 1.0 - by simstosh - 07.02.2013, 16:33
Re: CarbonPawn 1.0 - by Logan_Adams - 03.07.2013, 12:47
Re: CarbonPawn 1.0 - by AlexPro99 - 03.07.2013, 18:20
Re: CarbonPawn 1.0 - by kN1GhT - 07.07.2013, 15:25
Re: CarbonPawn 1.0 - by skydux123 - 16.07.2013, 06:08
Re: CarbonPawn 1.0 - by SwisherSweet - 22.09.2013, 19:15
Re: CarbonPawn 1.0 - by camaro8 - 31.12.2013, 12:11
Re: CarbonPawn 1.0 - by THE_KING$5$ - 04.01.2014, 19:55
Re: CarbonPawn 1.0 - by PawnoQ - 14.02.2014, 12:48
Re : CarbonPawn 1.0 - by S4t3K - 21.02.2014, 11:34
Re: CarbonPawn 1.0 - by SaltySandy - 21.02.2014, 13:54
Re: CarbonPawn 1.0 - by Ozil - 26.02.2014, 12:50

Forum Jump:


Users browsing this thread: 3 Guest(s)