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

[Editor] Sublime AMXX-Editor v2.2


Post New Thread Reply   
 
Thread Tools Display Modes
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 10-15-2016 , 06:09   Re: [Editor] Sublime AMXX-Editor v2.2
Reply With Quote #91

Does the auto-completion support 3rd party includes? It doesn't parse Okapi at all for me.
klippy is offline
Mistrick
Senior Member
Join Date: Aug 2012
Location: Russia
Old 10-15-2016 , 10:29   Re: [Editor] Sublime AMXX-Editor v2.2
Reply With Quote #92

KliPPy, works fine, just put inc in a compiler folder(Data\Packages\amxmodx\compiler\include ).
Click image for larger version

Name:	2342c3423x5v3534dfgdf.png
Views:	140
Size:	9.5 KB
ID:	157971
Mistrick is offline
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 10-15-2016 , 10:50   Re: [Editor] Sublime AMXX-Editor v2.2
Reply With Quote #93

Then why is there "include_directory" setting when it doesn't even parse files in there? Illogical.

Last edited by klippy; 10-15-2016 at 10:50.
klippy is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 10-15-2016 , 10:53   Re: [Editor] Sublime AMXX-Editor v2.2
Reply With Quote #94

Quote:
Originally Posted by KliPPy View Post
Then why is there "include_directory" setting when it doesn't even parse files in there?
It is bugged and should be fixed.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
Destro-
Veteran Member
Join Date: Jun 2010
Location: $me->location();
Old 10-15-2016 , 13:15   Re: [Editor] Sublime AMXX-Editor v2.2
Reply With Quote #95

Quote:
Originally Posted by KliPPy View Post
Does the auto-completion support 3rd party includes? It doesn't parse Okapi at all for me.
Quote:
Originally Posted by KliPPy View Post
Then why is there "include_directory" setting when it doesn't even parse files in there? Illogical.
view the console, for me is working properly
__________________

Last edited by Destro-; 10-15-2016 at 13:34.
Destro- is offline
ish12321
Veteran Member
Join Date: May 2016
Old 10-15-2016 , 13:24   Re: [Editor] Sublime AMXX-Editor v2.2
Reply With Quote #96

3rd party includes ..
This doesn't have autocomplete for them ?
__________________
['O|s|G'] | Death Wins a.k.a Ish Chhabra was here
ish12321 is offline
Destro-
Veteran Member
Join Date: Jun 2010
Location: $me->location();
Old 10-15-2016 , 13:33   Re: [Editor] Sublime AMXX-Editor v2.2
Reply With Quote #97

Quote:
Originally Posted by ish12321 View Post
3rd party includes ..
This doesn't have autocomplete for them ?
It is the main feature...
__________________
Destro- is offline
ish12321
Veteran Member
Join Date: May 2016
Old 10-16-2016 , 09:34   Re: [Editor] Sublime AMXX-Editor v2.2
Reply With Quote #98

I can't get autocomplete in many things
after including fun by #include <fun>
When I type set_user_godmode....
No autocomplete
__________________
['O|s|G'] | Death Wins a.k.a Ish Chhabra was here
ish12321 is offline
Destro-
Veteran Member
Join Date: Jun 2010
Location: $me->location();
Old 10-16-2016 , 12:20   Re: [Editor] Sublime AMXX-Editor v2.2
Reply With Quote #99

Quote:
Originally Posted by Destro- View Post
view the console, for me is working properly
View -> Show/Hide Console
__________________
Destro- is offline
icimaro1337
Junior Member
Join Date: Jan 2016
Location: Moldova, Chisinau
Old 10-17-2016 , 13:23   Re: [Editor] Sublime AMXX-Editor v2.2
Reply With Quote #100

I have next question, i'm working on a plugin, i'm distributed this plugin into two parts, and i'm including them in main plugin, same as other includes, but in those two parts autocomplete doesn't work, because they don't have #include <file> as main one...

It looks like:
main.sma
PHP Code:
#include <amxmodx>
#include <first_part.inl>
#include <seconds_part.inl>

public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR);// Here work's autocomplete

    
first_part_init();

first_part.inl
PHP Code:
first_part_init()
{
    
client_print... // autocomplete doesn't work

Hope you understand... Thanx.

Also, yesterday i'm installed windows 10, and now autocomplete for 3rd party includes doesn't work, same as for Klippy... Paths in settings are right!

Last edited by icimaro1337; 10-17-2016 at 13:49.
icimaro1337 is offline
Send a message via Skype™ to icimaro1337
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 07:24.


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