Raised This Month: $ Target: $400
 0% 

[TUT] Compiling AMXX plugins with Sublime Text


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 02-06-2017 , 18:31   Re: [TUT] How to setup a simple IDE to program/compile AMXX plugins (with Sublime Tex
Reply With Quote #1

Quote:
Originally Posted by Mistrick View Post
Yes. Thanks.
You are welcome.

Quote:
Originally Posted by Mistrick View Post
IntelTip PopUp doesn't work
I do not use the IntelTip, as it is only available on builds higher than 3114, which is frequently crashing here.
However, I can install it to see what is going on.

Update:

I just remembered, I disabled by default a setting on the Sublime Text which should be relate to it.
Try to enable this, Go to the menu `Preferences -> Settings - User`, and find the line:
Code:
    "show_definitions": false,
And change it to:
Code:
    "show_definitions": true,
There is also the setting on the `auto-completion` settings.
Code:
Amx Mod X -> Edit AMXX-Autocompletion Settings

...
    "enable_inteltip": false,
Pictures:
Spoiler

Quote:
Originally Posted by Mistrick View Post
highlighted not like a function.
I quite do not get what this means, could you show some screenshots?
I tested it here and it seems file with the default theme and the `Mistrick` Theme. Follow the screenshots:
  1. On this first I am showing the Go to command, I implemented over the `register_cvar`, could be related to it the problem.
    When you do the Go to, it goes to the cvar on configuration file, if it exists and is correctly set to the cfg syntax I ship out with this settings.



__________________
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 22:04.
addons_zz is offline
Mistrick
Senior Member
Join Date: Aug 2012
Location: Russia
Old 02-06-2017 , 19:12   Re: [TUT] How to setup a simple IDE to program/compile AMXX plugins (with Sublime Tex
Reply With Quote #2

Quote:
Originally Posted by addons_zz View Post
I quite do not get what this means, could you show some screenshots?
Wrong detection with AmxxPawn syntax.
Spoiler
Mistrick is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 02-06-2017 , 21:57   Re: [TUT] How to setup a simple IDE to program/compile AMXX plugins (with Sublime Tex
Reply With Quote #3

Quote:
Originally Posted by Mistrick View Post
Wrong detection with AmxxPawn syntax.
Thanks, I forgot to capture these other cases when I build the `register_cvar` scopes.
Until now I only had been doing:
Code:
register_cvar( "gal_srv_start", "0" );
But not:
Code:
register_cvar( cvar_name_string, "0" );

Therefore, Released a new version:
Code:
v1.2.1 | 2017-01-07
 * Fixed the `register_cvar` not being recognized at some cases on the AmxxPawn.sublime-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; 02-07-2017 at 00:22.
addons_zz 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 14:55.


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