Sublime Text 3 plugins that may allow you to have a better workflow. Please note that Sublime Text 2 isn't supported by this plugin.
Don't know why you want to use Sublime Text and don't like reading? Watch these videos.
The plugins are available through Sublime Package Contol. If you have not done this yet, follow these instructions to install Package Control.
This repo provides a repository.json, which points to the latest releases. Open the Command Palette (Command+Shift+P on OS X, Control+Shift+P on Linux/Windows) and choose Package Control: Add repository. Enter following url:
https://raw.github.com/ePages-rnd/sublimetext-plugins/master/repository.json
Now you can install the plugins:
- Bring up the Command Palette (
Command+Shift+Pon OS X,Control+Shift+Pon Linux/Windows). - Select "Package Control: Install Package", wait while Package Control fetches the latest package list.
- Search for our plugins.
The advantage of using this method is that Package Control will automatically keep the plugins up to date with the latest version.
See the README.md inside the plugin folders for personal settings you may have to adjust.
All frequently used epages6 commands like restart app server, import xml, open error log etc.
TLE syntax check on save.
TLE syntax highlighting.
$PERL syntax check on save.
JSLint plugin for Sublime Text 2, using node and node-jslint.
Shows diffs - also in an external diff tool - between the current file, or selection(s) in the current file, and clipboard, another file, or unsaved changes.
This Sublime Text 2 Package provides support for working with tags generated by Exuberant CTags.
CodeFormatter has support for the following languages:
- PHP - By PEAR PHP_Beautifier
- JavaScript/JSON/JSONP - By JSBeautifier
- HTML - By JSBeautifier
- CSS - By JSBeautifier
- Python - By PythonTidy (only ST2)
Pretty sweet for keeping your /User/SettingsName.sublime-settings files nice and tidied up.
Emmet is a plugin for many popular text editors which greatly improves HTML & CSS workflow. Seriously, if you work with a lot of html/css, have a look at this...
Brings the last active window (optional in Chrome, Canary, Safari and WebKit on Mac) to the foreground and reload the active tab.
Shortcuts and menu entries for opening a terminal at the current file, or the current root project folder.
A simple plugin to save favorite files that are not part of a project. It supports adding and removing favorites and open favorite files.
A text command which takes multiple views and enables an event listener to monitor them. If the visible region of the active view changes, the other views get moved by the same amount either up or down.
Basic functionality for working with virtual machines running epages on unix and windows, e.g.
- Open file (e.g. copy template debugging comment -> strg+shift+o in Sublime Text -> opens file on your system).
- Restart app server.
- Restart perl.
- Set JSDebugLevel.
- Import and delete XMLs.
- Import and delete hook XMLs.
- Perl::Critic.
- Perl syntax check.
- Javascript syntax check.
- Perl organize imports.
- Correct permissions.
- Ctags perl (Linux only, requires ctags plugin).
- ...
Runs cvs on your console and prints output to Sublime Text console.
- Status
- Diff
- Update
- Get Clean Copy
- Commit
- Status and branch in status bar
- ...