real terminal emulation (initially probably only on osx/linux)
Sounds like an ambitious endeavor. Good luck.
real terminal emulation (initially probably only on osx/linux)
C0D312 wrote:Sounds like an ambitious endeavor. Good luck.
tanepiper wrote:If SublimeREPL on Windows could support cygwin, that could open up a lot of opportunities.
wuub wrote:[*] Add SublimeREPL to PackageControl[/list]
This is one of the things that will probably require terminal emulation to be useful.
[
{
"id": "tools",
"children":
[{
"caption": "SublimeREPL",
"mnemonic": "r",
"id": "SublimeREPL",
"children":
[
{
"command": "repl_open",
"caption": "CodeSniffer Joomla",
"mnemonic": "j",
"args":
{
"type": "subprocess",
"encoding": "utf8",
"cmd": ["phpcs", "--standard=Joomla", "--tab-width=4", "$file"],
"cwd": "$file_path",
"syntax": "Packages/PHP/PHP.tmLanguage",
"external_id": "phpcs"
}
}
]
}]
}
]

C0D312 wrote:Is it cross-platform?
Return to Plugin Announcements
Users browsing this forum: No registered users and 7 guests