Edit of asset "Code Snippets" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | Code Snippets | |
| Description |
Use Control+T. Activating a snippet will insert it at the cursor position. - Add/edit snippets in Godot with the "Edit" button (or use your own text editor). - multiple tabstops (jumped to in numerically ascending order) - variables of the same tabstop (for example when [@2] is used multiple times in the snippet) will be mirrored - placeholders/dropdown choices (see .gif) ----------------------- See built-in help page and tooltips for more details. ----------------------- New: - added: rename, move-up and move-down buttons - added: detection for snippet file corruption... sorta. No action will be taken. It will only warn the user. - minor bugfixes/changes |
Use Control+T. Activating a snippet will insert it at the cursor position. - Add/edit snippets in Godot with the "Edit" button (or use your own text editor). - multiple tabstops (jumped to in numerically ascending order) - variables of the same tabstop (for example when [@2] is used multiple times in the snippet) will be mirrored - placeholders/dropdown choices (see .gif) ----------------------- See built-in help page and tooltips for more details. ----------------------- New: - changed default shortcut to Ctrl+T as Ctrl+Tab had a function when code was selected - improved calculation of text cursor position (it also now respects hidden lines) - added more options to the settings page - Bugfixes: last jump marker wasn't mirrored to the same markers if there were no other markers (with a different number) in-between |
| Category | Tools | |
| License | MIT | |
| Repository Provider | GitHub | |
| Repository Url | https://github.com/Leleat/Godot-CodeSnippets | |
| Issues Url | https://github.com/Leleat/Godot-CodeSnippets/issues | |
| Godot version | Godot 3.2 | |
| Version String | 1.2.1 | 1.2.0 |
| Download Commit | 718150ae513f0e262bb7190e744dec2b448c3915 | bdca74830721c54c06f2de186479084f440dbd4a |
| Download Url (Computed) | https://github.com/Leleat/Godot-CodeSnippets/archive/718150ae513f0e262bb7190e744dec2b448c3915.zip | https://github.com/Leleat/Godot-CodeSnippets/archive/bdca74830721c54c06f2de186479084f440dbd4a.zip |
| Icon Url |
https://raw.githubusercontent.com/Leleat/AGodotCodeSnippetPlugin/master/icon.png
|
|