diff --git a/Default (OSX).sublime-keymap b/Default (OSX).sublime-keymap index 082fd3d..10519a4 100644 --- a/Default (OSX).sublime-keymap +++ b/Default (OSX).sublime-keymap @@ -1,10 +1,10 @@ -[ - { - "keys": ["super+shift+r"], - "command": "ax_text", - "args":{ - "call" : "\\Chigi\\Sublime\\Commands\\CommandsEntrancePanel", - "cmd_args":{} - } - } -] +[ + { + "keys": ["command+shift+r"], + "command": "ax_text", + "args":{ + "call" : "\\Chigi\\Sublime\\Commands\\CommandsEntrancePanel", + "cmd_args":{} + } + } +] diff --git a/readme.html b/readme.html index 2d43a73..3d42578 100644 --- a/readme.html +++ b/readme.html @@ -1,101 +1,110 @@ - - -
- - - -VERSION: 2.5
-Author: Richard Lea (chigix@zoho.com)
-Weibo: @千木郷
-The plugin is to add support for php developers to develop a sublime plugin using php.
-With Package Control
-If you have Package Control installed, you can install PhpConnector from inside Sublime Text itself. Open the Command Palette and select “Package Control: Install Package”, then search for PhpConnector.
Without Package Control
-If you haven’t got Package Control installed you will need to make a clone of this repository into your packages folder, like so:
-git clone https://github.com/chigix/sublime-php-connector.git "PhpConnector"
If you find error or wathever just fork it and send me a pull request.
The only binding key map: ctrl+shift+r
You can over ride it via user settings.
-Defaultly, All commands defination were in sublime_php_command\Commands\
and the Chigi.phpconnector-commands
file in the root directory of sublime_php_command
, and every execute class should under a unique namespace and within a method called run
.
Demos are in the sublime_php_command\Commands\Chigi\
, so as you can see, their namespace was Chigi
.
The plugin is licensed under the MIT license.
-Copyright (C) <2014> Richard Lea
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-VERSION: 3.0
+Author: Richard Lea (chigix@zoho.com)
+Weibo: @千木郷
+The plugin is to add support for php developers to develop a sublime plugin using php.
+With Package Control
+If you have Package Control installed, you can install PhpConnector from inside Sublime Text itself. Open the Command Palette and select “Package Control: Install Package”, then search for PhpConnector.
Without Package Control
+If you haven’t got Package Control installed you will need to make a clone of this repository into your packages folder, like so:
+git clone https://github.com/chigix/sublime-php-connector.git "PhpConnector"
If you find error or wathever just fork it and send me a pull request.
The only binding key map: ctrl+shift+r(OS X: ⇧⌘P).
+You can override it via user settings.
+Defaultly, All commands defination were in sublime_php_command\Commands\
and the Chigi.phpconnector-commands
file in the root directory of sublime_php_command
, and every execute class should under a unique namespace and within a method called run
.
Demos are in the sublime_php_command\Commands\Chigi\
, so as you can see, their namespace was Chigi
.
The plugin is licensed under the MIT license.
+Copyright (C) <2014> Richard Lea
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+