6 April 2019. Various syntax highlighting improvements. Git: Git repositories at the top level of a users home directory are ignored for performance reasons. See also the. Settings now open in a new window, with the default and user settings side-by-side. Hovering over a symbol will show a popup indicating where it's defined.
This is controlled with the showdefinitions setting. Build errors are now shown inline at the location where they occurred.
26 March 2015. Fixed high CPU usage caused by a corrupt index. This was occuring for some users upgrading from 3065. Added setting indexworkers to control the number of threads used for file indexing. By default the number of threads is based on the number of CPU cores. By setting indexworkers to 1 or 2, indexing will be slower, but less intrusive. Fixed a crash when showing the Command Palette with an empty.sublime-build file.
Tab completion no longer completes numbers. Edit/Show Completions can still be used for thisBuild 3080.
12 March 2013. 1 ed ringtone. Added Jump Back and Jump Forward commands, available from the Goto menu. HTML: Improved completions and auto indent. HTML: Tags are closed when. 9 February 2013.
Improved protection against degenerate syntax definitions. Linux: Fixed version incompatibilities with libffi. OSX: Fixed exec command on 10.7. OSX: Fixed incompatibility between Dictionary lookup and gpuwindowbuffer. Objective-C: Improved symbol indexing. API: Plugins may import modules from pluginloaded.
API: sublime.version, sublime.platform, sublime.architecture, and sublime.channel may now be used before pluginloaded is called. API: Added View.commandhistoryBuild 3010. 1 February 2013.
Improved symbol indexing for Ruby. OSX: Reduced CPU usage when gpuwindowbuffer is enabled. Symbol Indexing works on Windows XP. Can monitor indexing behavior by entering sublime.logindexing(True) in the console. Tweaked brace matching logic. Removed undesirable animation during startup. API: Added ssl module on OS X and Windows.
API: Fixed ctypes regression in 3008 on OS X. API: Plugins can define pluginloaded and pluginunloaded module functions. Pluginloaded will be called when the API is ready to use. API: Added View.findbyclass. API: Added View.expandbyclass.
API: Fixed EventListener.onnewasync. API: Tweaking handling of showquickpanel when items is a mixed list of strings and sequencesBuild 3008.
29 January 2013. Added Goto Definition, and Goto Symbol in Project. Significantly improved startup time. Significantly improved Replace All performance.
Improved matching algorithm used for Goto Anything and Autocomplete, now accepts transposed characters. UI: Enhanced pane management. UI: Previewing files from the sidebar creates a preview tab. UI: Improved animation in the side bar.
Projects: Multiple workspaces can be created for a single project. Projects: When adding folders to the sidebar, symlinks are not followed by default.