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

[TUT] Compiling AMXX plugins with Sublime Text


Post New Thread Reply   
 
Thread Tools Display Modes
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 12-21-2018 , 18:14   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #151

OK! I'm having problems kkkkkk

After installing everything I have nothing of your print installed. Follow the mistakes!

First stage, date files inside the Data folder



First app opening



After a few seconds the errors.



And after this question, where do I click? I already put no, I already put ... I could not install



I'm sorry I did something stupid.
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/

Last edited by iceeedr; 12-21-2018 at 18:15.
iceeedr is offline
Send a message via Skype™ to iceeedr
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 12-21-2018 , 19:59   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #152

Quote:
Originally Posted by iceeedr View Post
First app opening

This is happening because the package Notepad++ Color Scheme has the wrong version installed.

May be you have and old version of Sublime Text installed. You should use the latest stable version right now, which is 3176.

Anyways, you can always fix this with the following steps:
  1. To the the menu `Preferences -> Browse Packages...`
  2. Close Sublime Text
  3. If you find a directory called `Notepad++ Color Scheme`, delete the directory `Notepad++ Color Scheme`.
  4. If you cannot find a directory called `Notepad++ Color Scheme`, it means the package installed on the directory `Installed Packages`.
  5. To open the `Installed Packages` directory, just move one directory up: (you will be here)
  6. Then, delete the file `Notepad++ Color Scheme.sublime-package` inside the directory `Installed Packages`
  7. Open Sublime Text again, it should complain/show an error about a missing package
  8. Just hit OK and Restart Sublime Text


Quote:
Originally Posted by iceeedr View Post
After a few seconds the errors.

This is a bug which happens on Package Control and Sublime Text when it is upgrading/updating too much packages at the same time. See these links for more information:
  1. https://github.com/wbond/package_control/issues/1191 Package Control: Advanced Install Package
  2. https://github.com/SublimeTextIssues/Core/issues/2155 Hanging when adding several packages to the `ignored_packages` setting

I managed to fix it early this month, but just noticed I had forgot release a fix for it here.

My fix was to replace the Package Control you have installed right now, by my version of it called PackagesManager.

I just released a new version on the first post replacing Package Control by PackagesManager.


Quote:
Originally Posted by iceeedr View Post
And after this question, where do I click? I already put no, I already put ... I could not install

If you select the second option, and press enter, will stop showing up.

As I already explained before for the other bug, as soon as the next Pull Request gets merged, I should release a new version improving this menu, making it more clear.
  1. https://github.com/wbond/package_control_channel/pull/7389 Fixed my dependencies URLs names not on lowercase convention
__________________
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; 12-21-2018 at 20:02.
addons_zz is offline
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 12-21-2018 , 20:20   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #153

I'm using the most up-to-date version of the application, apparently the problem was its "data" file, after using this your new is working.

Thanks a lot for your hard work and patience.
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 02-08-2019 , 17:06   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #154

Can we get an updated tutorial on how to set up multiple compilers which can be ran individually?

Edit: I managed to do it.
__________________

Last edited by OciXCrom; 02-10-2019 at 09:21.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 02-08-2019 , 17:21   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #155

How I change the button to compile plugins?
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 02-10-2019 , 09:02   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #156

After I installed the package, I can no longer ctrl+click to put multiple cursors on the screen. I tried removing it and it fixed the problem. Any ideas?

Spoiler


Edit: I noticed another problem. When I open Sublime and I start scrolling a file, it scrolls it back to the beginning after 3 seconds and another time after another 3 seconds. Looks like it's loading something and it's reopening the file. It's annoying having to wait 6 seconds before you start scrolling.
__________________

Last edited by OciXCrom; 02-10-2019 at 09:48.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 02-24-2019 , 10:19   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #157

There is a new error in the package

Code:
File "C:\Users\Desktop\AppData\Roaming\Sublime Text 3\Packages\AmxxEditor\AmxxEditor.py", line 72, in <module>
    from debug_tools import getLogger
ImportError: No module named 'debug_tools'
EDIT: Fixed, I just downloaded module manually.
https://github.com/evandrocoan/debugtools
__________________









Last edited by CrazY.; 02-25-2019 at 13:03.
CrazY. is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 03-16-2019 , 17:53   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #158

Quote:
Originally Posted by OciXCrom View Post
Can we get an updated tutorial on how to set up multiple compilers which can be ran individually?

Edit: I managed to do it.
At the end of the year I can write one. But reading old posts on this thread, you will find some steps/information.

Quote:
Originally Posted by iceeedr View Post
How I change the button to compile plugins?
Change it how? From where to where?

Quote:
Originally Posted by OciXCrom View Post
After I installed the package, I can no longer ctrl+click to put multiple cursors on the screen. I tried removing it and it fixed the problem. Any ideas?
It is because I changed the keybind to `Ctrl+Alt+Click`.

Quote:
Originally Posted by OciXCrom View Post
I noticed another problem. When I open Sublime and I start scrolling a file, it scrolls it back to the beginning after 3 seconds and another time after another 3 seconds. Looks like it's loading something and it's reopening the file. It's annoying having to wait 6 seconds before you start scrolling.
To stop this, just disable the package `FixProjectSwitchRestartBug`. To disable it, you can go to the menu `Tools -> Command Palette` and type `Disable Package`, press enter, then type the name of the package.

Quote:
Originally Posted by CrazY. View Post
There is a new error in the package

Code:
File "C:\Users\Desktop\AppData\Roaming\Sublime Text 3\Packages\AmxxEditor\AmxxEditor.py", line 72, in <module>
    from debug_tools import getLogger
ImportError: No module named 'debug_tools'
EDIT: Fixed, I just downloaded module manually.
https://github.com/evandrocoan/debugtools
There is 3 months renamed the external dependency of `debug_tools` from `DebugTools` to `debugtools`. This is pending to be renamed here:
1. https://github.com/wbond/package_con...nnel/pull/7389 Fixed my dependencies URLs names not on lowercase convention

But they did not accepted the change, for an unknown reason.

A quick fix should be manually installing the `debug_tools` dependency.

But you can also install it automatically by:
  1. Go to the menu `Preferences -> Package Control`
  2. Type `Add Channel` on the opened quick panel and press enter
  3. Then enter the following address and press enter:
    Code:
    https://raw.githubusercontent.com/evandrocoan/SublimeStudioChannel/master/channel.json
  4. Open the Sublime Text command palette and run the command `Satisfy Dependencies`
  5. Then, open your Sublime Text console and check when the command has finished to run.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 03-17-2019 , 09:30   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #159

Quote:
It is because I changed the keybind to `Ctrl+Alt+Click`.
How can I change it back? Or is there a good reason why you changed it?
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 03-17-2019 , 10:20   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #160

Currently the key that compiles is F7, how to switch it to F9 for example?
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
Reply


Thread Tools
Display Modes

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 05:56.


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