Skip to content

Commit

Permalink
Hotfix: Disable padawan
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwan Richard committed Mar 15, 2016
1 parent b01dda2 commit 983e68a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
5 changes: 0 additions & 5 deletions PHP Companion.py
Expand Up @@ -5,11 +5,6 @@
from .php_companion.commands.replace_fqcn_command import ReplaceFqcnCommand
from .php_companion.commands.goto_definition_scope import GotoDefinitionScopeCommand
from .php_companion.commands.insert_php_constructor_property import InsertPhpConstructorPropertyCommand
from .php_companion.commands.padawan_generate_index_command import PadawanGenerateIndexCommand
from .php_companion.commands.padawan_plugin_add_command import PadawanPluginAddCommand
from .php_companion.commands.padawan_plugin_remove_command import PadawanPluginRemoveCommand
from .php_companion.commands.padawan_server_commands import PadawanStopServerCommand, PadawanStartServerCommand, PadawanRestartServerCommand
from .php_companion.listeners.padawan_completer import PadawanCompleter
from .php_companion.commands.implement import ImplementCommand
from .php_companion.commands.parse import ParseCommand
from .php_companion.commands.create import CreateCommand
8 changes: 1 addition & 7 deletions PHP Companion.sublime-commands
Expand Up @@ -4,11 +4,5 @@
{ "caption": "PHPCompanion:Import Namespace", "command": "import_namespace" },
{ "caption": "PHPCompanion:Goto Definition Scope", "command": "goto_definition_scope" },
{ "caption": "PHPCompanion:Insert Constructor Property", "command": "insert_php_constructor_property" },
{ "caption": "PHPCompanion:Implement Interface", "command": "implement" },
{ "caption": "Padawan:Start Server", "command": "padawan_start_server" },
{ "caption": "Padawan:Restart Server", "command": "padawan_restart_server" },
{ "caption": "Padawan:Stop Server", "command": "padawan_stop_server" },
{ "caption": "Padawan:Add plugin", "command": "padawan_plugin_add" },
{ "caption": "Padawan:Remove plugin", "command": "padawan_plugin_remove" },
{ "caption": "Padawan:Generate Index", "command": "padawan_generate_index" }
{ "caption": "PHPCompanion:Implement Interface", "command": "implement" }
]

0 comments on commit 983e68a

Please sign in to comment.