AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Code Snippets/Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=83)
-   -   Amx Mod X's Syntax and theme for Sublime Text 3 from Notepad++ (https://forums.alliedmods.net/showthread.php?t=287196)

addons_zz 09-02-2016 20:28

Amx Mod X's Syntax and theme for Sublime Text 3 from Notepad++
 
Sublime Text AMXX Pawn Syntax and Notepad++ Theme
=============

The theme and syntax file on Sublime Text must to be compatible within each other.
So when using one theme, you should use a syntax which implements that theme.
To keep the good work, there are naming conventions which both theme and syntax use.
Then we may have a general compatible stuff. But when doing this I broke a little it,
and added a new thing, doc tags /** ... */ vs /* ... */.

I developed this using other works, You can find their names on @author stuff.
However, there is a missing credit to give. The guy who wrote this: pawn.sublime-completions.
I found him (OvidiuS) on the thread/post Sublime Text 2.

When I have time, I will look for him, and improve the theme compatibility and syntax naming conversions along other languages as Java, C++, JavaScript, PHP, HTML, CSS, etc.
Probably I will create new syntaxes adding some missing stuff as the java/c++ doc tags /** ... */ vs /* ... */ as you may see on the Amxx version bellow.
  1. http://i.imgur.com/iXk6Qpb.png
  2. http://i.imgur.com/BXfaFSv.png



## Notes

It only works well for the Sublime Text Notepad++ Theme.



## Installation
  1. Download & Install Sublime 3.
  2. Install Sublime Package Manager (https://packagecontrol.io/installation)
  3. Go to Preferences > Browse Packages... and clone this package into there.
    Code:

    git clone https://github.com/evandrocoan/SublimeAmxxPawn SublimeAmxxPawn
  4. Restart Sublime

  5. Not clear enough? See the full installation video guide How To Install Sublime Notepad Theme

addons_zz 09-03-2016 14:03

Re: Amx Mod X's Syntax and theme for Sublime Text 3 from Notepad++
 
Added a full installation guide video: How To Install Sublime Notepad Theme


All times are GMT -4. The time now is 05:01.

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