Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmcorz/invertquotes
Plugin for Sublime Text to convert single quotes to double quotes and vice versa
https://github.com/fmcorz/invertquotes
python sublime-text sublime-text-3
Last synced: about 7 hours ago
JSON representation
Plugin for Sublime Text to convert single quotes to double quotes and vice versa
- Host: GitHub
- URL: https://github.com/fmcorz/invertquotes
- Owner: FMCorz
- License: mit
- Created: 2012-04-11T15:12:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-18T12:22:38.000Z (over 11 years ago)
- Last Synced: 2023-03-23T08:27:10.968Z (over 1 year ago)
- Topics: python, sublime-text, sublime-text-3
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Invert Quotes
=============Plugin for Sublime Text to invert quotes by replacing singles by doubles and vice versa.
Usage
-----The commands are accessible via the command palette and shortcuts.
### Invert Quotes: Scope delimiter only (CTRL + ')
Will only invert string delimiters
### Invert Quotes: All in scope (CTRL + SHIFT + ')
Will invert string delimiters as well as the quotes in the scope of the string, or all the quotes found in the selected text.
Requirements
------------Sublime Text 2 or 3.
Installation
------------Simply clone this repository into the Packages directory.
Preferences > Browse Packages...
Alternatively, add the URL of this repository to the Package Control.
Command palette > Package Control: Add Repository
License
-------Licensed under the [MIT License](http://www.opensource.org/licenses/mit-license.php)