diff options
author | rxi <rxi@users.noreply.github.com> | 2020-06-27 13:58:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 13:58:25 +0100 |
commit | 52a3fe32f0fd1825c9319496080065701055d92f (patch) | |
tree | 2e67f1db110529bc0485ca1baafad5b8f0db8f19 /README.md | |
parent | 62b4fe8d789f3159b3285180e3eb779cbe9d7719 (diff) | |
parent | 8e60499ef327ae6cd133ce2af71c041848bbe6c9 (diff) | |
download | lite-xl-plugins-52a3fe32f0fd1825c9319496080065701055d92f.tar.gz lite-xl-plugins-52a3fe32f0fd1825c9319496080065701055d92f.zip |
Merge pull request #67 from SwissalpS/proposeDnD
added basic drag and drop of selected text
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ Plugin | Description [`copyfilelocation`](plugins/copyfilelocation.lua?raw=1) | Copy file location to clipboard [`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps [`detectindent`](plugins/detectindent.lua?raw=1) | Automatically detects and uses the indentation size and tab type of a loaded file +[`draganddropselectedtext`](plugins/draganddropselectedtext.lua?raw=1) | Provides basic drag and drop of selected text (in same document) [`drawwhitespace`](plugins/drawwhitespace.lua?raw=1) | Draws tabs and spaces *([screenshot](https://user-images.githubusercontent.com/3920290/80573013-22ae5800-89f7-11ea-9895-6362a1c0abc7.png))* [`eval`](plugins/eval.lua?raw=1) | Replaces selected Lua code with its evaluated result [`exec`](plugins/exec.lua?raw=1) | Runs selected text through shell command and replaces with result |