From 91c84d467bf98f44645eb3057202cb5da113d2d7 Mon Sep 17 00:00:00 2001 From: Eric Gaudet Date: Sun, 22 Jan 2023 12:01:54 -0800 Subject: Add smartopenselected plugin (#176) Try to open the selection as a filename or path in the project. Path separators are used to replace ".", so import path can also be found. Co-authored-by: Eric Gaudet --- manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 1b5697d..b8c0480 100644 --- a/manifest.json +++ b/manifest.json @@ -1120,6 +1120,13 @@ "id": "smallclock", "mod_version": "3" }, + { + "description": "Opens the selected filename or path in project. Useful to open imports.", + "version": "0.1", + "path": "plugins/smartopenselected.lua", + "id": "smartopenselected", + "mod_version": "3" + }, { "description": "Smooth caret animation *([gif](https://user-images.githubusercontent.com/20792268/139006049-a0ba6559-88cb-49a7-8077-4822445b4a1f.gif))*", "version": "0.1", -- cgit v1.2.3