Posts: 63
Threads: 6
Joined: May 2010
Reputation:
0
I have been searching for a pawn IDE or something that allows me to integrate it in a fully fledged IDE such as Netbeans, Code::Blocks or Eclipse. If there is such thing I'd really appreciate if you could provide the download link.
I know of the existence of text editors with pawn support. That's not what I'm after(example: Samp[CE], pawno, Pawn Studio(too imature for an IDE), Samp Editor....). What I'm after is an editor with full project support, full autocompletion(full, not just for functions), PAWN syntax highlighting and so on. If such thing exists, or anyone wants to create it,
Regards
Posts: 76
Threads: 19
Joined: Dec 2011
Reputation:
0
Have you had ago at creating it yourself? Also why would you want auto completion as it is not the same as C++ as in you don't need to have thing included. So yeah basically good luck trying to find one also this post would do better in the "General Section".
Posts: 63
Threads: 6
Joined: May 2010
Reputation:
0
#DarkKillerWithPride<3 Autocompletion actually reduces significatively the ammount of time required to make any script. Also, project support(decent project support) is almost(..) necessary to develop a decent well coded gamemode/script. It seems that such thing does not exist though. If nothing like that exists I'd like to know what is the community's recomendation for a PAWN IDE replacement.
Posts: 63
Threads: 6
Joined: May 2010
Reputation:
0
If you go to the basis of the meaning of project, you can easily know what I mean by project support. I call project support(It's perfectly normal to be something different for you(plural)) to something that has a main project file which holds the data of the project structure, which will be the location of the project's files, such as includes, and source file(pwn). It's a rough concept of project support but I have no other thing to call this so I hope you understood now what I tried to say.
Posts: 63
Threads: 6
Joined: May 2010
Reputation:
0
Well, although it might seem pointless it is not. If I have the ability to manage the files from the editor(open, close move, change name) I can make my script a far more organized and a lot faster. It's all about saving time and being used to something. Well, but it seems that there is no such thing. What is your recommendation for a PAWN coding tool?
Thanks for the fast replies.
Posts: 63
Threads: 6
Joined: May 2010
Reputation:
0
Sinner, it's something like it.
Posts: 1,047
Threads: 23
Joined: Jun 2009
04.01.2012, 04:15
(
Last edited by Gamer_Z; 21/09/2017 at 01:23 PM.
)
I think with full project support he means to have something like this:
(Just made it up in VC++2010E)
Then when hitting compile it will compile all pawn scripts and place them in the correct directories relative to your server path, then you can run the server instantenious or something.. would be cool to have such an editor.