1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Add shortcut for quick-toggling word wrap

This commit is contained in:
kobewi
2023-04-19 23:46:22 +02:00
parent 27253f3eb2
commit ff310f0969
6 changed files with 19 additions and 0 deletions

View File

@@ -129,6 +129,7 @@ class ScriptTextEditor : public ScriptEditorBase {
EDIT_TO_LOWERCASE,
EDIT_CAPITALIZE,
EDIT_EVALUATE,
EDIT_TOGGLE_WORD_WRAP,
EDIT_TOGGLE_FOLD_LINE,
EDIT_FOLD_ALL_LINES,
EDIT_UNFOLD_ALL_LINES,