SA-MP Forums Archive
I need some ideas for my Pawn Script Editor - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I need some ideas for my Pawn Script Editor (/showthread.php?tid=69011)



I need some ideas for my Pawn Script Editor - NoZer0 - 15.03.2009

Hello, People
I'm busy with making a editor for pawn named Pawned ((Pawn Ed)itor), But i need some good ideas what everybody wants in a editor.
The editor is build in C# (Microsoft Visual C# Express Edition)

I already got:
Auto indent,
Auto complete,
Syntax Highlighting,
Code Folding (thx to Zoopaman for the idea )

The UI (User Interface (The style of the editor :P))
If you got some ideas for a nice looking ui?
Post some screens, and maybe i used it.



NOTE: if i use your idea or screen, credits will be given.


Re: I need some ideas for my Pawn Script Editor - introzen - 15.03.2009

You're busy with DMEngine, and now you wanna create a new Pawn editor?

EDIT: OMFG you changed signature 1 sec after my post xD


Re: I need some ideas for my Pawn Script Editor - Zoopaman - 15.03.2009

collapse code
Like,
pawn Code:
public SomeStuff {
  //code goes here
}
can be collapsed to
pawn Code:
[+] public SomeStuff {}
A new editor would be very welcome, cos I hate pawno for its lack of some simple features


Re: I need some ideas for my Pawn Script Editor - NoZer0 - 15.03.2009

Quote:
Originally Posted by Zoopaman
collapse code
Like,
pawn Code:
public SomeStuff {
  //code goes here
}
can be collapsed to
pawn Code:
[+] public SomeStuff {}
A new editor would be very welcome, cos I hate pawno for its lack of some simple features
Good Idea, Will be added.

Your name will be shown in the credits :P


Re: I need some ideas for my Pawn Script Editor - Pyrokid - 15.03.2009

You should definitely look at the program Notepad++ for some good ideas. I love that editor and many use it.


Re: I need some ideas for my Pawn Script Editor - NoZer0 - 15.03.2009

Quote:
Originally Posted by [Fackin'
Pyro ]
You should definitely look at the program Notepad++ for some good ideas. I love that editor and many use it.
ok, but notepad++ isn't build for pawn, or am i mistaking?


Re: I need some ideas for my Pawn Script Editor - Weirdosport - 15.03.2009

Quote:
Originally Posted by NoZer0
Quote:
Originally Posted by [Fackin'
Pyro ]
You should definitely look at the program Notepad++ for some good ideas. I love that editor and many use it.
ok, but notepad++ isn't build for pawn, or am i mistaking?
It's not solely for pawn no, but if you download the right syntax highlighting it can be used to script it.

Note: It does not compile pawn.


Re: I need some ideas for my Pawn Script Editor - NoZer0 - 15.03.2009

Quote:
Originally Posted by Weirdosport
Quote:
Originally Posted by NoZer0
Quote:
Originally Posted by [Fackin'
Pyro ]
You should definitely look at the program Notepad++ for some good ideas. I love that editor and many use it.
ok, but notepad++ isn't build for pawn, or am i mistaking?
It's not solely for pawn no, but if you download the right syntax highlighting it can be used to script it.

Note: It does not compile pawn.
But isn't it easyer to have a editor that's supports the pawn compiler for functions like (jump to error and error help?)


Re: I need some ideas for my Pawn Script Editor - StrickenKid - 15.03.2009

it needs syntax highlighting


Re: I need some ideas for my Pawn Script Editor - Think - 15.03.2009

Quote:
Originally Posted by <__Ethan__>
it needs syntax highlighting
read the first post.

and i think there should be a strip trailing spaces so it strips away all spaces after a code.