Important note:
Currently chromium (on which Brackets is build) doesn't allow "paste" commands through regular JS, therefor this extension will not perform any paste actions anymore. Once brackets decides to allow this (set the proper configuration flag on chromium) the plugin should be functional again. In the meantime you might want to head over to @jbardnz's RightClickExtended which uses nodeJS module for copy-paste actions. https://github.com/jbardnz/RightClickExtended
#Brackets-rightClick
Although it's ready to use, it's still considered a work in progress. Feel free to jump in, if you think you can contribute!
Issues, suggestions, or anything of the nature [here] (https://github.com/i07/rightClick/issues).
To install.
- use brackets Extensions manager ( tip: search for 'copy' )
- or manually through extension manager by URL: https://github.com/i07/rightClick/archive/master.zip
It's all basic JS, no dependencies, so light weight and just does the job! :)
#version history
- 1.0.5 fixed paste a external copy, corrected cursor position on multi-line paste
- 1.0.4 initial version