You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,15 @@
1
1
# AdvancedNewFile
2
-
Advanced file creation for Sublime Text 2 and Sublime Text 3.
2
+
Advanced file creation for Sublime Text.
3
3
4
4
## Overview
5
5
6
-
This plugin allows for faster file creation within a project. Please see the [Features](https://github.com/skuroda/Sublime-AdvancedNewFile#features) section for more detailed information about advanced features.
6
+
This plugin allows for faster file creation within a project. Please see the [Features](https://github.com/SublimeText/AdvancedNewFile#features) section for more detailed information about advanced features.
7
+
8
+
## Compatability Notes
9
+
### Sublime Text 2 and 3
10
+
Version 1.7.0 is the final version that will be compatible with Sublime Text 2 and 3. Compatiability with
11
+
these versions of Sublime Text are no longer planned to be maintained and will not receive future enhancements.
12
+
If the latest features are needed, consider upgrading to Sublime Text 4.
7
13
8
14
## Installation
9
15
Note with either method, you may need to restart Sublime Text 2 for the plugin to load.
@@ -30,16 +36,16 @@ or
30
36
Depending on your install on windows, the ST packages path may be `%APPDATA%/Sublime Text 2/...`
31
37
32
38
## Usage
33
-
Simply bring up the AdvancedNewFile input through the appropriate [key binding](https://github.com/skuroda/Sublime-AdvancedNewFile#keymaps). Then, enter the path, along with the file name into the input field. Upon pressing enter, the file will be created. In addition, if the directories specified do not yet exists, they will also be created. For more advanced usage of this plugin, be sure to look at [Advanced Path Usage](https://github.com/skuroda/Sublime-AdvancedNewFile#advanced-path-usage). By default, the path to the file being created will be filled shown in the status bar as you enter the path information.
39
+
Simply bring up the AdvancedNewFile input through the appropriate [key binding](https://github.com/SublimeText/AdvancedNewFile). Then, enter the path, along with the file name into the input field. Upon pressing enter, the file will be created. In addition, if the directories specified do not yet exists, they will also be created. For more advanced usage of this plugin, be sure to look at [Advanced Path Usage](https://github.com/SublimeText/AdvancedNewFile#advanced-path-usage). By default, the path to the file being created will be shown in the status bar as you enter the path information.
34
40
35
41
**Default directory:**
36
-
The default directory is specified by the `default_root` setting. By default, it will be the top directory of the folders listed in the window. If this cannot be resolved, the home directory will be used. See [Settings](https://github.com/skuroda/Sublime-AdvancedNewFile#settings) (`default_root`) for more information.
42
+
The default directory is specified by the `default_root` setting. By default, it will be the top directory of the folders listed in the window. If this cannot be resolved, the home directory will be used. See [Settings](https://github.com/SublimeText/AdvancedNewFile#settings) (`default_root`) for more information.
37
43
38
44
### Commands with no Default Bindings
39
-
The plugin supports renaming and deleting files. However, these are not, by default bound to any key binding. For more information on the available commands, see the GitHub [wiki](https://github.com/skuroda/Sublime-AdvancedNewFile/wiki/Commands) page.
45
+
The plugin supports renaming and deleting files. However, these are not, by default bound to any key binding. For more information on the available commands, see the GitHub [wiki](https://github.com/SublimeText/AdvancedNewFile/wiki/Commands) page.
40
46
41
47
### Adding Commands to Menu
42
-
The plugin does not contain any menu commands by default. To add them yourself, please see the GitHub[wiki](https://github.com/skuroda/Sublime-AdvancedNewFile/wiki/Menu-Entries)
48
+
The plugin does not contain any menu commands by default. To add them yourself, please see the GitHub[wiki](https://github.com/SublimeText/AdvancedNewFile/wiki/Menu-Entries)
43
49
44
50
## Keymaps
45
51
If you have issues with keymaps, consider running [FindKeyConflicts](https://github.com/skuroda/FindKeyConflicts), also available through the package manager. Alternatively, set command logging to true by entering `sublime.log_commands(True)` in the Sublime Text console.
@@ -61,11 +67,11 @@ Default settings can be seen by navigating to `Preferences -> Packages Settings
61
67
62
68
`alias`:
63
69
64
-
A dictionary that contains a set of aliases tied to a directory. For more information, see [Aliases](https://github.com/skuroda/Sublime-AdvancedNewFile#aliases)
70
+
A dictionary that contains a set of aliases tied to a directory. For more information, see [Aliases](https://github.com/SublimeText/AdvancedNewFile#aliases)
65
71
66
72
`os_specific_alias`:
67
73
68
-
A dictionary containing a set of aliases tied to a directory. These aliases will be platform specific. For more information, see [Platform Specific Aliases](https://github.com/skuroda/Sublime-AdvancedNewFile#platform-specific-aliases)
74
+
A dictionary containing a set of aliases tied to a directory. These aliases will be platform specific. For more information, see [Platform Specific Aliases](https://github.com/SublimeText/AdvancedNewFile#platform-specific-aliases)
69
75
70
76
`default_initial`:
71
77
@@ -221,7 +227,7 @@ All of the above settings can also be specified as part of the project specific
221
227
222
228
## Features
223
229
#### __init__.py creation:
224
-
This plugin may optionally create `__init__` in the created directories. Please reference [Key Maps](https://github.com/skuroda/Sublime-AdvancedNewFile#keymaps) to see the default key bindings to do this.
230
+
This plugin may optionally create `__init__` in the created directories. Please reference [Key Maps](https://github.com/SublimeText/AdvancedNewFile#keymaps) to see the default key bindings to do this.
225
231
226
232
#### Tab Autocompletion:
227
233
After typing in a partial path, simply press tab to autocomplete it. Continue to press tab to cycle through the options.
@@ -231,7 +237,7 @@ After typing in a partial path, simply press tab to autocomplete it. Continue to
231
237
To begin at the home directory simply start with `~/` like you would in the shell.
232
238
233
239
#### Aliases:
234
-
You can create an alias to quickly navigate to a directory. Simply type in the alias followed by a colon. Then specify the path as you would normally. Note, in an event a specified alias conflicts with a [predefined alias](https://github.com/skuroda/Sublime-AdvancedNewFile#predefined-aliases), the specified alias will take precedence.
240
+
You can create an alias to quickly navigate to a directory. Simply type in the alias followed by a colon. Then specify the path as you would normally. Note, in an event a specified alias conflicts with a [predefined alias](https://github.com/SublimeText/AdvancedNewFile#predefined-aliases), the specified alias will take precedence.
235
241
236
242
Alias paths may be relative or absolute. If a relative path is specified, the `alias_root` setting will be used as the base. When specifying absolute paths, be sure to use the system specific style (e.g. Windows `C:\\Users\\username\\Desktop`, OS X and Linux `/home/username/desktop/`). In addition, you may specify an alias from the home directory by using `~/`.
0 commit comments