ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

Amxx编辑器

作者: evandrocoan ST3

Sublime Text上Amx Mod X的自动完成和构建系统

详细信息

  • 3.0.44
  • github.com
  • github.com
  • 2年前
  • 2小时前
  • 7年前

安装次数

  • 总计 2K
  • Win 2K
  • Mac 86
  • Linux 140
8月6日 8月5日 8月4日 8月3日 8月2日 8月1日 7月31日 7月30日 7月29日 7月28日 7月27日 7月26日 7月25日 7月24日 7月23日 7月22日 7月21日 7月20日 7月19日 7月18日 7月17日 7月16日 7月15日 7月14日 7月13日 7月12日 7月11日 7月10日 7月9日 7月8日 7月7日 7月6日 7月5日 7月4日 7月3日 7月2日 7月1日 6月30日 6月29日 6月28日 6月27日 6月26日 6月25日 6月24日 6月23日 6月22日
Windows 1 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 2 0 0 0 1 0 0 0 3 2 0 1 0 1 2 0 2 0 0 0 0 1 1 0 0 1
Mac 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

读我

源代码
raw.githubusercontent.com

Sublime AmxxEditor

Build Status Build status codecov Latest Release

最初这是一个Sublime AMXX-Editor的镜像,Sublime AMXX-Editor可在以下位置找到:

  1. [编辑器] Sublime AMXX-Editor v2.2

现在它是一个包含新设置和改进的分支。您可以在以下链接中看到其一些功能:

  1. [教程] 使用Sublime Text编译AMXX插件

其功能是自动完成。这是设置文件:AmxxEditor.sublime-settings

最初目的是将此项目作为一个分支,因为它目前在GitHub上不可用。可以作为我的Sublime Text设置的子模块使用:https://github.com/evandrocoan/SublimeTextStudio

安装

使用软件包控制

  1. 下载并安装 Sublime Text 3 (https://text.sublime.net.cn/3)
  2. 转到菜单 工具 -> 安装包控制,然后等待几秒钟,直到安装完成
  3. 现在,转到菜单 首选项 -> 包控制
  4. 在打开的快速面板中,输入 添加频道 并按 Enter
  5. 然后,输入以下地址并按 Enter

    https://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json
    
  6. 转到菜单 工具 -> 命令面板... (Ctrl+Shift+P)

  7. 在打开的快速面板中,输入 首选项:包控制设置 - 用户 并按 Enter

  8. 然后,在您的 Package Control.sublime-settings 文件中找到以下设置

    "channels":
    [
        "https://packagecontrol.sublime.net.cn/channel_v3.json",
        "https://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json",
    ],
    
  9. 将其更改为以下内容,即将 https://raw.githubusercontent... 行设置为第一行

    "channels":
    [
        "https://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json",
        "https://packagecontrol.sublime.net.cn/channel_v3.json",
    ],
    
    • 必须在 **https://packagecontrol.sublime.net.cn...** 这一行之前添加 **https://raw.githubusercontent...** 这一行,否则您将无法安装此分叉版本的扩展包,而只能安装通过 Package Control 默认通道可用的原始版本 **https://packagecontrol.sublime.net.cn...**
  10. 现在,进入菜单 Preferences -> Package Control

  11. 在打开的快速操作面板中输入 Install Package 并按 Enter

  12. 然后,搜索 AmxxEditor 并按 Enter

参见

  1. ITE - 集成工具集环境
  2. Package Control 文档 查看详细信息。

手动安装

  1. 进入 Preferences > Browse Packages…,并将此扩展包克隆到其中。
    
    git clone https://github.com/evandrocoan/AmxxEditor AmxxEditor
    
  2. 重启 Sublime

许可证

“Sublime AMXX-Editor”是为 SublimeText 3 而做的“SourcePawn Completions”修改版,由

Copyright (C) 2013-2016 ppalex7 <https://github.com/ppalex7/SourcePawnCompletions>
Copyright (C) 2016-2017 AMXX-Editor by Destro <https://forums.alliedmods.net/showthread.php?t=284385>
Copyright (C) 2017-2018 Evandro Coan <https://github.com/evandrocoan/AmxxEditor>

 Redistributions of source code must retain the above
 copyright notice, this list of conditions and the
 following disclaimer.

 Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following
 disclaimer in the documentation and/or other materials
 provided with the distribution.

 Neither the name Evandro Coan nor the names of any
 contributors may be used to endorse or promote products
 derived from this software without specific prior written
 permission.

 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
 Free Software Foundation; either version 3 of the License, or ( at
 your option ) any later version.

 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.

查看

  1. LICENSE 文件
  2. 网站 https://www.gnu.org/licenses/gpl-3.0.en.html
  3. https://amxmodx-es.com/Thread-Editor-Sublime-Text-3-auto-completion-pawn-syntax-compiler