View Single Post
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 02-15-2018 , 08:59   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #78

Code:
{
    // Path to includes folder, the files here will be used for auto completion.
    "include_directory": "C:\\Program Files\\Counter-Strike 1.6\\cstrike\\addons\\amxmodx\\scripting\\include",

    // ( true / false ) Enable the parameters addition when auto completing.
    "add_function_parameters": true,

    // ( true / false ) Enable IntelTip PopUp
    "enable_inteltip": true,

    // ( true / false ) Enable Auto-Increment Build/Version
    "enable_buildversion": false,

    // ( true / false ) Enable auto completing functions and global variables from the current file.
    // If you change this setting, you need to restart Sublime Text before it can take effect.
    "function_autocomplete": true,

    // ( true / false ) Enable auto completing words from the current file.
    "word_autocomplete": true,

    // Enable editor debug messages, see the file `amxmodx/AMXXEditor.py` for all debugging levels.
    //
    // 0 - Disabled debugging.
    // 1 - Errors messages.
    "debug_level": 1,

    // ( color name ) Set color scheme ( dark / twlight / atomic / white / npp )
    "color_scheme": "dark",

    // The new file syntax when using the menu `Amx Mod X -> New Plug-in`. Possible values are:
    //
    // "Packages/Amxx Pawn/AmxxPawn.sublime-syntax"
    // "Packages/amxmodx/AMXX-Pawn.sublime-syntax"
    //
    "amxx_file_syntax": "Packages/AmxxPawn/AMXX-Pawn.sublime-syntax",

    // ( 0.5 ~ 5.0 ) Delay before regenerating auto-completion snippets
    "live_refresh_delay": 60.0
}
__________________








CrazY. is offline