i07 / rightClick

Brackets extension, to allow copy,cut,paste via the context menu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 logo #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).


Brackets rightclick

To install.


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

About

Brackets extension, to allow copy,cut,paste via the context menu

License:MIT License


Languages

Language:JavaScript 100.0%