SA-MP Forums Archive
What IDE / Editor do you use? - 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: Discussion (https://sampforum.blast.hk/forumdisplay.php?fid=84)
+---- Thread: What IDE / Editor do you use? (/showthread.php?tid=419792)

Pages: 1 2 3


What IDE / Editor do you use? - Bicentric - 02.03.2013

Hello people,

I have created this topic in order to find out which IDE / Editor people use when writing various types scripts. The majority of you will say Pawno. But as you can see here, there are a lot more options available, but I have never actually come across another person who uses a single one of them.

As for writing libraries, I use Notepad++ with a C++ syntax.

Also, I had a look around on the forum, and didn't see any other topic like this, but I probably have missed one somewhere, if that is the case and that topic is still active, could an administrator please delete this one.

Cheers,
- Bicentric


Re: What IDE / Editor do you use? - zgintasz - 02.03.2013

Previously I used notepad++, now I use Sublime Text 2 and I must say it's a lot more better than anything else, many more features, helpful plugins.


Re: What IDE / Editor do you use? - playbox12 - 02.03.2013

I'm using Notepad++ for PAWN and various other languages, sometimes I use it to edit small portions of bigger programs. I also use a lot of Visual Studio for C#.


Re: What IDE / Editor do you use? - Sinner - 02.03.2013

Notepad++ for PAWN. Never needed anything else.


Re: What IDE / Editor do you use? - Basssiiie - 02.03.2013

I'm pretty surprised how many people seem to use Notepad++. I use it too, with these extras.


Re: What IDE / Editor do you use? - Scenario - 02.03.2013

I as well use Notepad++ for just about all code writing. I'll even use it for other types of files, too.

It has a much better UI than any other IDE I've seen.


Re: What IDE / Editor do you use? - Bicentric - 02.03.2013

Quote:
Originally Posted by Basssiiie
Посмотреть сообщение
I'm pretty surprised how many people seem to use Notepad++. I use it too, with these extras.
I am too.

Since we're also saying what editors we use for other programming languages then:

I use Eclipse for Java, SciTE for Lua, and Notepad++ for JavaScript, PHP, HTML, CSS etc, never really got into doing C# and C++.


Re: What IDE / Editor do you use? - thefatshizms - 02.03.2013

I use pawno for everything pawn. Notepad++ for web languages and codeblocks for C languages


Re: What IDE / Editor do you use? - RebeloX - 02.03.2013

I use Sublime Text 2


Re: What IDE / Editor do you use? - SuperViper - 02.03.2013

I used to use Notepad++ but then it began crashing on me in the middle of writing code and it didn't save my changes so that got me really mad and I started using Sublime Text and it's been really amazing.


Re: What IDE / Editor do you use? - MP2 - 02.03.2013

I generally use pawno. I do use Notepad++ a lot though, but I would use it more if I could get the compiler working with it (I've followed Slice's tutorial but with no luck). Also, the 'fake natives' don't seem to work with it. Can anyone confirm that?


Re: What IDE / Editor do you use? - zgintasz - 02.03.2013

Trust me, if you use notepad++ and think it's good enough - you are wrong. Try Sublime Text 2, you will be surprised. Auto complete is probably one of the best features in it .


Re: What IDE / Editor do you use? - ReneG - 02.03.2013

Sublime Text 2 is awesome, period.


Re: What IDE / Editor do you use? - xeeZ - 02.03.2013

Quote:
Originally Posted by VincentDunn
Посмотреть сообщение
Sublime Text 2 is awesome, period.
70 bucks isn't awesome

https://www.sublimetext.com/buy


Re: What IDE / Editor do you use? - zgintasz - 02.03.2013

Quote:
Originally Posted by xeeZ
Посмотреть сообщение
70 bucks isn't awesome

https://www.sublimetext.com/buy
There is another way to use it without paying money and everyone knows it .


Re: What IDE / Editor do you use? - Y_Less - 02.03.2013

Quote:
Originally Posted by zgintasz
Посмотреть сообщение
There is another way to use it without paying money and everyone knows it .
Shame doing so gets you banned!


Re: What IDE / Editor do you use? - MP2 - 02.03.2013

lol^

I hardly think a text editor (which is basically what it is) is worth $70. That's silly.


Re: What IDE / Editor do you use? - Bakr - 02.03.2013

Notepad++ is good to use, but every time a new SA:MP version is released you have to deal with adding all the new functions in. In my personal opinion, all I ever needed for SA:MP scripts was Pawno, but with tabs, so I'm using CarbonPawn currently.


Re: What IDE / Editor do you use? - ReneG - 02.03.2013

Quote:
Originally Posted by xeeZ
Посмотреть сообщение
70 bucks isn't awesome

https://www.sublimetext.com/buy
You don't have to pay 70 bucks, just visit their download page, and get the free license. It's unlimited, the only downside is that a dialog box pops up after you hit ctrl+save ~10 times. Even then, all you have to is press Esc. Anyways, it's a really powerful text editor.


Re: What IDE / Editor do you use? - Bicentric - 03.03.2013

So I been messing around with Sublime Text 2 today, and it's just plain awesome, I do have one question though, do you guys have a compiler working for it, a PAWN syntax, and a function lookup?