27.03.2008, 18:39
Last release: 2008-03-31 (0.1.2)
Hello.
Here's a preview version of my new Pawn editor, cakePawn. It features syntax highlighting, simple method insight, compiler gui integration and a multiple document interface. It's written in C# and is released under the GPLv3.
cakePawn is a re-write based on the concept of Pawn-Developer by Aivi previously posted on this forum (but removed due to no source release).
A few new things in cakePawn are: countless bugs fixed, multiple document interface, basic method insight, english GUI, and very many other improvements.
Screenshots:
http://ade.se/projects/cakepawn/screenshot1.jpg
http://ade.se/projects/cakepawn/screenshot2.jpg
Not yet implemented (todo):
- Code completion
- Dynamic code parsing for insight and completion
- Server controls (restart, rcon/gmx, reloadfs)
This first preview release is mainly to get some feedback about any bugs you may find and other suggestions for things to add. I would not recommend using it to develop your scripts unless you make backups regularly.
This program requires the .Net framework, version 2.
If you have any questions how to get the program running, please type them here: http://www.******.com Seriously though, I won't have time to help you. Also, I don't use anti-virus software, because I don't like them. But I've scanned the files on some online scanners, and they didn't find anything. Anyway, use at your own risk.
Downloads at http://ade.se/projects/cakepawn/
Version history
Код:
--------------------------------- 0.1.2 * bugfix: fixed an encoding problem that caused the first line to be unreadable by the compiler * bugfix: fixed a duplicate callback in the templates * bugfix: fixed cut/copy/paste problem when editor window didn't have focus * bugfix: previously missing file pawnc.dll is now included in the binary distribution. * new: the compiler window appears as small only when no errors and warnings are present and big otherwise. doubleclick the window titlebar to toggle the size. * changed: changed the appearance of the line numbers and the margin to the text. * changed: the way cakepawn reads errors from the compiler to a better one. * changed: compile window look and text output --------------------------------- 0.1.1 * bugfix: pawncc.exe is looked for in executable directory now. * bugfix: line numbers no longer slightly cut off * bugfix: templates for gamemode and filterscripts now included * bugfix: shift+enter now adds a new line correctly * bugfix: error checking added for file in arguments on startup * bugfix: added error checking when adding file associations failed (insufficient user rights) * bugfix: readded the formatting manager for auto-brace insert and tab management * bugfix: correct filename on save as * bugfix: compile window crash on doubleclicking an error on a removed line * bugfix: added basic error handling for reading the library * changed: adjusted left text margin and look * changed: the way cakePawn calls pawncc.exe. The command used is now found in the compile window