mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Make Goto line a Popup and allow column input
This commit is contained in:
parent
e25776e95c
commit
f41cd8ad52
8 changed files with 110 additions and 53 deletions
|
|
@ -53,7 +53,7 @@ private:
|
|||
PopupMenu *bookmarks_menu = nullptr;
|
||||
PopupMenu *context_menu = nullptr;
|
||||
|
||||
GotoLineDialog *goto_line_dialog = nullptr;
|
||||
GotoLinePopup *goto_line_popup = nullptr;
|
||||
|
||||
enum {
|
||||
EDIT_UNDO,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue