[Tool/Web/Other] [Editor] PawnEdit IDE (Development preview)
#1

Hello and welcome everyone.

I got already bored by old pawno and decided to build
my own, modern, more flexible
Pawn Editor

After doing all stuff I've found it's good and decided to show it all.



And here's the link for PawnEdit Development Preview 1:

http://luby.acech24.pl/files/pawnedit1.rar

Cheers and have fun with new programming style :>
Luby
Reply
#2

nice Development will test it now.

Hold on.
Reply
#3

Quote:
Originally Posted by kirollos
View Post
nice Development will test it now.

Hold on.
Okay Don't forget to give your results and/or suggestions :>
Reply
#4

Tested and it's 100% works. keep up the good work

i loved the compline color box, if it don't have errors = green box and if there are errors = red box :P
Reply
#5

looks & sounds good
will test & maybe use.
thanks for the release.
Reply
#6

I love the fact that it's so clean looking.

May I suggest adding a vertical edge at line 80.
Reply
#7

Where is the function list box? It looks nice btw.
Reply
#8

Add that you can open more than one script at once (in tabs, like notepad++) !
Reply
#9

Looks cool, but what's the difference?
Reply
#10

Quote:
Originally Posted by T0pAz
View Post
Where is the function list box? It looks nice btw.
Don't worry it will come with new version the development is going on!
I also love the minimalistic clean looklike You don't need to focus on editor, but just code
Vertical line is good idea too, I will add it.
Reply
#11

You can Ctrl + Z further back than what you edited leading to a blank file.

Suggestions:

- Tabs.
- Double clicking to select tab spaces.
- Click and dragging text should highlight as you drag, not after.
- Optional functions list.
- Tabs should NOT be changed to spaces.
Reply
#12

Really cool.
Reply
#13

You should most definitely add "-;+ -(+" to compiler(pawncc.exe)'s launch line, as it has become a fashion in PAWN scripts floating around about SAMP.

Currently your program's compile/run feature allows the next code:
Code:
SendClientMessage(playerid, COLOR_LIGHTBLUE, "k");
to also be written as:
Code:
SendClientMessage(playerid, COLOR_LIGHTBLUE, "k")
or even:
Code:
SendClientMessage playerid, COLOR_LIGHTBLUE, "k"
This difference in parameters will actually make it incompatible for some scripts(like YSI), and I personally would consider it incredibly bad practise to write such code(one that does not use ')' nor ';' in it).

Also, unfortunately, it is a SAMP forum rule that you must make the source code available.

I must say, I do like the compiler green for flawless script.

Edit: also the text highlighting fails at multi-line comments and it seems to mess about with the indentation of the code a lot. Also a huge dislike goes towards replacing the \t with spaces.
Reply


Forum Jump:


Users browsing this thread: 11 Guest(s)