Raised This Month: $51 Target: $400
 12% 

Any good editor?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Depresie
Veteran Member
Join Date: Nov 2013
Old 07-07-2016 , 17:50   Any good editor?
Reply With Quote #1

Is there any fucking good editor similar to amxmodx studio?

All im asking is:

1. Be able to compile from editor ( like in amxx studio )
2. Set up include, compiler and output path ( like in amxx studio )
3. Dark skin
4. Good error log window ( like in amxx studio )
5. No search and scrolling bugs

Seriously, it's been years and yet nobody fixed the little annoying bugs or added a night skin

Please, don't recommend sublime editor or fanxy studio.
__________________
Depresie is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 07-07-2016 , 20:39   Re: Any good editor?
Reply With Quote #2

Notepad++ to edit and compile from the command terminal.


Update:
I use this to compile and install. Just running 'compile_and_install.bat', it calls 'install.bat' to installs the files:
compile_and_install.bat
install.bat

I use also the fysiks' AMXX Keywords for Syntax Highlighting on my Notepad++, but with the C++ code syntax.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 07-07-2016 at 21:11. Reason: update
addons_zz is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 07-07-2016 , 21:20   Re: Any good editor?
Reply With Quote #3

Quote:
Originally Posted by addons_zz View Post
I use also the fysiks' AMXX Keywords for Syntax Highlighting on my Notepad++, but with the C++ code syntax.
Have you seen this: Notepad++ Tips and Tricks?

I compile (outputing the resulting file in the plugins folder) with a single keypress, no batch file required. All I need to do is restart my server and the new version of the plugin is running.

Also, I apparently create a batch file that is also in that thread. I only use the first method.
__________________

Last edited by fysiks; 07-07-2016 at 21:22. Reason: typo
fysiks is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 07-07-2016 , 23:10   Re: Any good editor?
Reply With Quote #4

Quote:
Originally Posted by fysiks View Post
Have you seen this: Notepad++ Tips and Tricks?
I didn't, thanks. Now looks like @Depresie can have what does he seeks for.
I used the 'Replace compile.exe with compile.bat' from xPaw to build my bat.

I just ran it, I used :
Code:
cmd /k ""amxxpc.exe" -o"F:\SteamCMD\steamapps\common\Half-Life\czero\addons\amxmodx\plugins\$(NAME_PART).amxx" "$(FULL_CURRENT_PATH)""
Works fine. (my amxxpc.exe is on path), but it keep always opening a new window which I have to close, so I just to prefer keeping a dedicated window and running the last command (up arrow + enter).
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 09-02-2016 at 18:02. Reason: update
addons_zz is offline
meTaLiCroSS
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viņa del Mar, Chile
Old 07-08-2016 , 00:13   Re: Any good editor?
Reply With Quote #5

Quote:
Originally Posted by Depresie View Post
Is there any fucking good editor similar to amxmodx studio?

All im asking is:

1. Be able to compile from editor ( like in amxx studio )
2. Set up include, compiler and output path ( like in amxx studio )
3. Dark skin
4. Good error log window ( like in amxx studio )
5. No search and scrolling bugs

Seriously, it's been years and yet nobody fixed the little annoying bugs or added a night skin

Please, don't recommend sublime editor or fanxy studio.
Notepad++ can do almost everything

1. Yep
2. I guess you have all in 1 folder
3. Yep, and more if you want
4. Ctrl+G and the line will be shown
5. I've been using np with a plugin with more than 30000 lines, and works like a charm, no stuck or something else

Quote:
Originally Posted by addons_zz View Post
Works fine. (my amxxpc.exe is on path), but it keep always opening a new window which I have to close, so I just to prefer keeping a dedicated window and running the last command (up arrow + enter).
Don't worry.

__________________
Quote:
Originally Posted by joropito View Post
You're right Metalicross

Last edited by meTaLiCroSS; 07-08-2016 at 00:15.
meTaLiCroSS is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 07-08-2016 , 05:17   Re: Any good editor?
Reply With Quote #6

I'm using notepad++ since years, the version made by Arkshine and it's enough for me. Just remember to disable Notepad# plugin(IIRC) so you don't get a crash when reaching end of file.
__________________

Last edited by HamletEagle; 07-08-2016 at 05:18.
HamletEagle is offline
Depresie
Veteran Member
Join Date: Nov 2013
Old 07-08-2016 , 08:03   Re: Any good editor?
Reply With Quote #7

How do i get it working for amxx?

I understood this is for the compiler

PHP Code:
https://forums.alliedmods.net/showthread.php?t=118119 
But what should i download from here?
PHP Code:
https://forums.alliedmods.net/showthread.php?t=86974?t=86974 
Can anyone upload his notepad++ for amxx here? im sure more users will find it useful
__________________

Last edited by Depresie; 07-08-2016 at 08:17.
Depresie is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 07-08-2016 , 08:54   Re: Any good editor?
Reply With Quote #8

Quote:
Originally Posted by addons_zz View Post
but it keep always opening a new window which I have to close
This is normal. I never leave the window open, I always type 'exit' once I see what line I need to look at and then compile again after fixing that line or other lines that are nearby that I notice are wrong.

Quote:
Originally Posted by Depresie View Post
How do i get it working for amxx?

I understood this is for the compiler

PHP Code:
https://forums.alliedmods.net/showthread.php?t=118119 
But what should i download from here?
PHP Code:
https://forums.alliedmods.net/showthread.php?t=86974?t=86974 
Can anyone upload his notepad++ for amxx here? im sure more users will find it useful
If you are using my Notepad++ additions, you should install the official Notepad++ i.e. nobody should be giving it to you. Then, you can follow the instructions provided in the threads. If you have trouble implementing them, post in the respective thread and someone will try to help you.

P.S. Please don't post links in code or PHP tags, just past it as plain text so that the forum can convert them to a clickable link.
__________________

Last edited by fysiks; 07-08-2016 at 08:55.
fysiks is offline
Depresie
Veteran Member
Join Date: Nov 2013
Old 07-08-2016 , 09:29   Re: Any good editor?
Reply With Quote #9

sorry, idk why i did that..
__________________
Depresie is offline
indraraj striker
Veteran Member
Join Date: Mar 2014
Location: Under the water
Old 07-08-2016 , 09:32   Re: Any good editor?
Reply With Quote #10

Quote:
Originally Posted by HamletEagle View Post
I'm using notepad++ since years, the version made by Arkshine and it's enough for me. Just remember to disable Notepad# plugin(IIRC) so you don't get a crash when reaching end of file.
yes i m getting crash when i reach end of file when file contain paragraph or about plugin. can you tell me how to disable notepad# plugin
__________________
Thanks everyone. #miss_you_all
indraraj striker is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:28.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode