Skip to content

Version 0.9.4

Compare
Choose a tag to compare
@chrissimpkins chrissimpkins released this 13 Apr 18:06
· 14 commits to master since this release

New Command

glue goto <file query> : use the Sublime Text Goto Anything feature from the command line. Enter part of a filename or directory to match files in your project. Then enter search filters to jump to areas within the file. # followed by additional text performs a within file search. @ followed by additional text attempts to match symbols in files. : followed by a numeral jumps to a line number in the file. See the Sublime Text documentation for more details about the Goto Anything features.

Updated Command

cd : the idiom cd ~ was added that allows you to navigate to your platform dependent user home directory. Works on all platforms.

Bug Fix

○ Fixed an exception that was raised when you submit an empty command string. Thanks to Andy Dai for pull request #13 that addressed this issue.