You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Implements "Batch Rename" editor tool.
This commit is contained in:
@@ -121,7 +121,6 @@ private:
|
||||
void shift_selection_check_post(bool);
|
||||
|
||||
void selection_fill_at_cursor();
|
||||
void selection_delete();
|
||||
void set_window_pos(int p_pos);
|
||||
|
||||
void set_cursor_at_pixel_pos(int p_x);
|
||||
@@ -157,6 +156,7 @@ public:
|
||||
|
||||
void select(int p_from = 0, int p_to = -1);
|
||||
void select_all();
|
||||
void selection_delete();
|
||||
void deselect();
|
||||
|
||||
void delete_char();
|
||||
|
||||
Reference in New Issue
Block a user