1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Make Goto line a Popup and allow column input

This commit is contained in:
kit
2024-02-22 15:32:12 -05:00
parent e25776e95c
commit f41cd8ad52
8 changed files with 110 additions and 53 deletions

View File

@@ -145,7 +145,7 @@ class TextShaderEditor : public ShaderEditor {
RichTextLabel *warnings_panel = nullptr;
uint64_t idle = 0;
GotoLineDialog *goto_line_dialog = nullptr;
GotoLinePopup *goto_line_popup = nullptr;
ConfirmationDialog *erase_tab_confirm = nullptr;
ConfirmationDialog *disk_changed = nullptr;