feat(SublimeText2.UtilPackages): cache packages
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
# Changelog for AdvancedNewFile
|
||||
- 2 February 2013
|
||||
- Update to be compatible with Sublime Text 3.
|
||||
- 14 January 2013
|
||||
- Add `alias_root` setting, used with aliases with relative paths.
|
||||
- Add setting to allow user to specify which folder from the project should be used.
|
||||
- Bug fixes
|
||||
- Do not require relative alias paths to begin with `./`
|
||||
- Prevent duplicate entries from appearing in auto complete list.
|
||||
|
||||
- 17 December 2012
|
||||
- Allow selected text to fill entry window.
|
||||
- Basic work for continued autocompletion (Only applies if there is a single completion option)
|
||||
- Bug fixes
|
||||
- Properly display completions when using "ctrl+space" to manually display auto complete options.
|
||||
- Prevent error pop up from occuring when explicitly creating a directory structure.
|
||||
- Fix bug where using cursor text causes an error.
|
||||
- Prevent spaces from being inserted when tab is without a possible completion.
|
||||
|
||||
- 26 November 2012
|
||||
- Add setting to display path for file to be created in status bar.
|
||||
- Add setting to set default base path (home, current, top_folder, path).
|
||||
- Add setting to ignore case for auto completion.
|
||||
- Add support for relative paths in alias.
|
||||
- Add OS Specific Aliases to settings.
|
||||
- Display an error when attempting to use an invalid alias.
|
||||
- Display an error when attempting to open a directory in a view.
|
||||
- Display an error if path creation fails.
|
||||
- Bug Fixes
|
||||
- Auto complete bug for files with spaces in their name
|
||||
- Status bar update causing errors when no view is present.
|
||||
- Specifying absolute paths for Windows produced unexpected behavior.
|
||||
|
||||
- 30 October 2012
|
||||
- Initial work for tab autocompletion
|
||||
- Files created when path entered
|
||||
- Add setting to fill with a default value.
|
||||
- Setting to prefill entry box with text in quotes.
|
||||
- Add setting to display non directory files
|
||||
- Add user defined aliases.
|
||||
- Bug fixes.
|
||||
- Prevent buffer from being opened when a directory is specified.
|
||||
|
||||
- 20 April 2012
|
||||
- Add ability to specify top level folders
|
||||
- Bug fixes
|
||||
- Fix Windows keybindings
|
||||
- Fix save issue on Windows
|
||||
|
||||
- 29 October 2011
|
||||
- Initial release of AdvancedNewFile plugin
|
Reference in New Issue
Block a user