-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
# Gdscript func finder shortcuts | ||
|
||
Very simple plugin that adds shortcuts to scroll to the previous and next func definitions. | ||
|
||
Inspired by PICO-8 script editor where you use the 'page up/down' keys to move acress functions. | ||
|
||
Shortcuts: | ||
- Page Up : Go to previous 'func' | ||
- Page Down : Go to next 'func' | ||
|
||
## TODO maybes | ||
|
||
Right now, it replaces the behavior of the 'page up' and 'page down' keys inside the script editor. | ||
I could add a proper shortcut configuration in the future instead. | ||
# Configuration | ||
|
||
You can set the `Use Shift` configuration in the ProjectSettings/Plugins/Gdscript Func Finder. | ||
|
||
If you enable this, the scroll shortcut will only work if you are holding shift. | ||
|
||
And you can use the page up/down keys with their normal scroll behavior. |