05.05.2013, 23:56
(
Последний раз редактировалось [LoD]Hauke; 14.07.2013 в 21:43.
)
PAWNit - Beta 0.8.8
Im currently developing a new pawn IDE called PAWNit.
It isn't released at the moment - and sorry, it is not translated to english yet.
I think the best way to present it, is to show you some pictures:
This is the "basic" style of PAWNit:
Code analysis:
PAWNit searches for includes automatically. If an include is used in your script, it is marked in green:
If an include is used by an include, it will be marked in dark green:
Colorpicker:
Even PAWNit has a colorpicker
Search and replace:
Compiler output:
If there was an error or warning while compiling, PAWNit shows you in the "Compiler output". With a double click you can jump to the line.
Auto indentation:
Auto completion:
Help with functions:
Protected PWN Files:
With this function, you can protect your script with a password. Only with the correct password you can open it.
After protection the file is useless without the password:
Demonstration video:
[ame]http://www.youtube.com/watch?v=mTQT_XFSlvc[/ame]
Code Editor Designer:
You can change the complete design of the code editor. Here is an example:
In this dialog you can change the design:
Own keywords:
If you have defined some macros or special keywords, you can add them to the highlighting:
Example: