aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2023-01-31 23:03:34 +0100
committerGitHub <noreply@github.com>2023-01-31 17:03:34 -0500
commitca40109fb85eca29d7c17c5f5f92808e5ff9fcf6 (patch)
tree5c95875cf162d2ef2afd19ff1a62bb7c2071df3e /manifest.json
parentd7dc1806bf2eea33affbbd1a0a7c64141ee99ebf (diff)
downloadlite-xl-plugins-ca40109fb85eca29d7c17c5f5f92808e5ff9fcf6.tar.gz
lite-xl-plugins-ca40109fb85eca29d7c17c5f5f92808e5ff9fcf6.zip
Remove workaround for sorted `Doc:get_selection` issue (#197)
* `dragdropselected`: Replace deprecated `math.pow` with `^` * Remove workaround for sorted `Doc:get_selection` issue Reverts 94f7c8b33371e49d6f026f5be6a41acd73ad9c6b.
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifest.json b/manifest.json
index b8c0480..41f3c4a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -80,7 +80,7 @@
},
{
"description": "Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))*",
- "version": "0.1",
+ "version": "0.2",
"path": "plugins/colorpreview.lua",
"id": "colorpreview",
"mod_version": "3"
@@ -136,7 +136,7 @@
},
{
"description": "Provides basic drag and drop of selected text (in same document)",
- "version": "0.1",
+ "version": "0.2",
"path": "plugins/dragdropselected.lua",
"id": "dragdropselected",
"mod_version": "3"
@@ -1055,7 +1055,7 @@
},
{
"description": "Allows for you to write a regex and its replacement in one go, and live preview the results.",
- "version": "0.1",
+ "version": "0.2",
"path": "plugins/regexreplacepreview.lua",
"id": "regexreplacepreview",
"mod_version": "3"
@@ -1100,7 +1100,7 @@
},
{
"description": "Highlights regions of code that match the current selection *([screenshot](https://user-images.githubusercontent.com/3920290/80710883-5f597c80-8ae7-11ea-97f0-76dfacc08439.png))*",
- "version": "0.1",
+ "version": "0.2",
"path": "plugins/selectionhighlight.lua",
"id": "selectionhighlight",
"mod_version": "3"
@@ -1136,7 +1136,7 @@
},
{
"description": "Sorts selected lines alphabetically",
- "version": "0.1",
+ "version": "0.2",
"path": "plugins/sort.lua",
"id": "sort",
"mod_version": "3"