SA-MP Forums Archive
Code::Blocks? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Code::Blocks? (/showthread.php?tid=320012)



Code::Blocks? - Steeve_Smith - 21.02.2012

Hi

Is there any way to script with an IDE like Code::Blocks (for your server scripts)? Cause it would be really cool to do that. I've been scripting with Notepad++ for a while, but it crashes now (I tried to re-install it).

By the way, feel free to tell the name of your Favorite Pawn editor :P


Re: Code::Blocks? - Cameltoe - 21.02.2012

Pawno, there is nothing better and cleaner.


Re: Code::Blocks? - Slash_ - 21.02.2012

yes pawno.exe


Re: Code::Blocks? - Mr.Fames - 21.02.2012

I like Notepad++ better but sometimes it crashes when i compile my script so i will say Pawno because it never crashed in my hands :P


Re: Code::Blocks? - Babul - 21.02.2012

PawnStudio ftw. i <3 its auto indentation, code collapsing (vital since the gamemode got >17000 lines), and the most important: it makes backups, so its really, REALLY hard to lose scripts.


Re: Code::Blocks? - MP2 - 21.02.2012

Quote:
Originally Posted by Babul
View Post
PawnStudio ftw. i <3 its auto indentation, code collapsing (vital since the gamemode got >17000 lines), and the most important: it makes backups, so its really, REALLY hard to lose scripts.
Just downloaded it. How do I set the syntax highlighting to the one that pawno uses? (strings/defines/keywords blue, comments green etc.)


Re: Code::Blocks? - Slash_ - 21.02.2012

Quote:
Originally Posted by Mr.Fames
View Post
I like Notepad++ better but sometimes it crashes when i compile my script so i will say Pawno because it never crashed in my hands :P
oh lmao it hapenned to my when i compile in notepad it gets crash and close, bcuz notepad doesnt support a lot lines lol so many lines getting it crashed im working on pawno


Re: Code::Blocks? - Babul - 21.02.2012

@MP2: i guess you already found it in the menu "Extras" - "Preferences" - "Highlighter"?


Re: Code::Blocks? - MP2 - 21.02.2012

Why isn't the pawno one pre-made..?
Personally I can't be arsed to set it all up to how I want it, so I'll stick to pawno. I love the auto-indentation though..


Re: Code::Blocks? - Vince - 21.02.2012

Personally, I hate code folding. I've tried an editor once that supported code folding, but I just couldn't work with that. Switched back to Pawno.

I use notepad++ in addition to Pawno to handle all my include files. I like to move large enum structures and constant array data to a separate file, away from the main block.