View Single Post
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 02-06-2017 , 11:55   Re: [TUT] How to setup a simple IDE to program/compile AMXX plugins (with Sublime Tex
Reply With Quote #14

Quote:
Originally Posted by Mistrick View Post
Only default theme has full highlighting support. My theme is broken in this pack.
I tried to create full support for both but my syntax definition is too different.
But anyways you can set the syntax compatible with your and other themes.

For other themes, go to the bottom of the screen, and select the syntax:
Code:
Open all with current extension as... -> amxmodx -> AMXX-Pawn
, instead of Amxx Pawn -> AmxxPawn

Pictures:
Spoiler

Quote:
Originally Posted by Mistrick View Post
What about setting for don't paste function parameters after autocompletion, add only "()".
I will look in to that, should be simple.


Quote:
Originally Posted by Mistrick View Post
How turn off vertical line in the middle of the window?
Go to the menu `Preferences -> Settings - User`, and find the line:
Code:
    "rulers":     [         100     ],
And change it to:
Code:
    "rulers":     [             ],
Or
Code:
    "rulers":     [         100,         120     ],
If you want to add more of them.
__________________
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; 02-06-2017 at 21:59.
addons_zz is offline