Edit of asset "Command Palette" Accepted

Old/Current New/Edit
Title Command Palette Quicksearch open scenes and scripts
Description Features:

- Open any file. Filter by type or name.
- Select any node in the current scene. Add a new script to a node.
- Edit Inspector properties of the currently selected node.
- Edit general Project/Editor settings. Add new Project settings.
- Traverse files in file tree style (see .gif).
- Go to line.
- Go to method.
- Quickswitch to the last file opened.
- copy file/node/property/settings paths to the clipboard.
- Opening a script also opens the scene, which the script is attached to. This gives you autocompletion on the Node(Paths) and their methods.
- autocompletion on file/node/settings paths when ending the search_string with " " (double space); for an example see .gif
- signal connection with your keyboard
- context menu for FileSystemDock, Script list panel and SceneTreeDock (single selection only) with your keyboard

-----------------

See the built-in help page on how to use everything (type "?" in the Command Palette) and read the README.md
This plugin (for 3.2.X) adds a global keyboard shortcut to access a list of all open scripts and scenes which can be filtered by a search_string.

After activation of the plugin reopen the project (only needed to do upon enabling the plugin the first time).

Features:

- Pressing Ctrl+E opens a popup, which lists all open scenes and scripts.
- The file names are preceded by a line number and followed by their respective file location.
- Ending the search_string with " X", where X is an integer, jumps to that line in the list.
- Starting the search-string with "c " (as in code) filters the open scripts.
- Starting the search-string with "s " (as in scene) filters the open scenes.
- Opening a script also opens the scene, which the script is attached to. It only works if the script and the scene (.tscn) have the same name. This gives you autocompletion on the node paths to children and their methods.

(The filter only applies to the actual file name, so you won't get flooded with search results)
Category Misc Misc
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/Leleat/AGodotCommandPalette https://github.com/Leleat/SearchScriptScenePlugin
Issues Url https://github.com/Leleat/AGodotCommandPalette/issues https://github.com/Leleat/SearchScriptScenePlugin/issues
Godot version Godot 3.2 Godot 3.2
Version String 1.5.0 1.0.0
Download Commit edd2f548357a830afc77b202949eb52a73488be5 d10fa0fbf8a65b316b371017748a73aa06084c9e
Download Url (Computed) https://github.com/Leleat/AGodotCommandPalette/archive/edd2f548357a830afc77b202949eb52a73488be5.zip https://github.com/Leleat/SearchScriptScenePlugin/archive/d10fa0fbf8a65b316b371017748a73aa06084c9e.zip
Icon Url https://raw.githubusercontent.com/Leleat/AGodotCommandPalette/master/icon.png
https://raw.githubusercontent.com/Leleat/SearchScriptScenePlugin/master/addons/SearchSceneScriptDock/icon.png