I need some ideas for my Pawn Script Editor
#1

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.
Reply
#2

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
Reply
#3

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
Reply
#4

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
Reply
#5

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

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?
Reply
#7

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.
Reply
#8

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?)
Reply
#9

it needs syntax highlighting
Reply
#10

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)