View Single Post
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 07-15-2018 , 13:57   Re: [Editor] Sublime AMXX-Editor v2.2
Reply With Quote #108

Quote:
Originally Posted by OciXCrom View Post
I'm very confused on where the latest version of this thing is. The one in the Package Control has a version of 2.0.4 and is missing the AMXX menu in the toolbar.
The one in package control is the one I did and published here on this other thread: [TUT] Compiling AMXX plugins with Sublime Text.

By default I do not add the menu because not everybody want that menu showing up when they
install it by Package Control. On that version, you can add the menu by creating this file
`Packages/User/Main.sublime-menu` on your Sublime Text files:
Code:
[
    {
        "caption": "Amx Mod X",
        "id": "amxmodx",
        "children":
        [
            {
                "command": "new_amxx_include",
                "caption": "New Include"
            },
            {
                "command": "new_amxx_plugin",
                "caption": "New Plug-In"
            },
            {
                "command": "open_file",
                "args": {"file": "${packages}/User/Amxmodx/AmxxPawn.sh"},
                "caption": "Configure Linux/Cygwin Compiler"
            },
            {
                "command": "open_file",
                "args": {"file": "${packages}/User/Amxmodx/AmxxPawn.bat"},
                "caption": "Configure Windows/Bat Compiler"
            },
            { "caption": "-" },
            {
                "command": "open_file",
                "args": { "file": "${packages}/User/AmxmodxConsole.sublime-settings" },
                "caption": "Edit Amxmodx Console Settings"
            },
            {
                "command": "open_file",
                "args": { "file": "${packages}/User/Amxmodx.sublime-settings" },
                "caption": "Edit Amxmodx Autocompletion Settings"
            },
        ]
    },
]
Quote:
Originally Posted by OciXCrom View Post
The first post in this thread has two different files and none of them have the new things mentioned on the images above my comments (e.g. Function List).
The new things the mentions are for the next version, which he did not released yet.

The other files at the first post are:
  1. The Full Sublime Text installation + His plugin
  2. The other is only his plugin, which requires you to download Sublime Text and install it.
  3. The old version of this plugin
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline