Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maliayas/sublimetext_smartnewwindow
Create new Sublime Text window by replicating existing workspace folders.
https://github.com/maliayas/sublimetext_smartnewwindow
sublime-text-plugin
Last synced: about 1 month ago
JSON representation
Create new Sublime Text window by replicating existing workspace folders.
- Host: GitHub
- URL: https://github.com/maliayas/sublimetext_smartnewwindow
- Owner: maliayas
- Created: 2015-08-17T21:40:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-17T21:41:27.000Z (over 9 years ago)
- Last Synced: 2023-03-22T12:26:30.260Z (almost 2 years ago)
- Topics: sublime-text-plugin
- Language: JavaScript
- Homepage: https://packagecontrol.io/packages/SmartNewWindow
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SmartNewWindow
SmartNewWindow is a Sublime Text plugin that combines 3 commands in one
keybinding:* New workspace for the project
* New workspace for the open folders
* New windowPicking the appropriate one is based on the context:
1. If there is an open project, a new workspace is created.
2. If there is no open project but there are open folders, then the
unsaved workspace is replicated (only folders). Sublime Text doesn't
offer this natively.
3. Otherwise an empty window is created.The keybinding is CtrlShiftN for
Windows/Linux and ⌘⇧N for OS X.## Overview
* [Installation](#installation)
* [Configuration](#configuration)
* [License](#license)## Installation
You can install the plugin via
* Package Manager by searching `SmartNewWindow`
* `git clone https://github.com/maliayas/SublimeText_SmartNewWindow.git SmartNewWindow`
* Downloading the [zip][] of the repo and extracting into `Packages/SmartNewWindow`## Configuration
For customizing the keybinding, you can use the `Preferences > Package Settings > Smart New Window` menu.
## License
SmartNewWindow is released under the [MIT License][mit].
[mit]: http://www.opensource.org/licenses/MIT
[zip]: https://github.com/maliayas/SublimeText_SmartNewWindow/archive/master.zip