godot/scene/gui
Paulb23 bc4cee4458 Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter
- Extacted all syntax highlighting code from text edit
- Removed enable syntax highlighting from text edit
- Added line_edited_from signal to text_edit
- Renamed get/set_syntax_highlighting to get/set_syntax_highlighter
- Added EditorSyntaxHighligher
2020-07-11 17:09:58 +01:00
..
base_button.cpp Uncheck 'Pressed' if toggle_mode is unchecked 2020-07-02 19:14:10 +01:00
base_button.h Add override keywords. 2020-07-10 13:56:54 +01:00
box_container.cpp
box_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
button.cpp
button.h Add override keywords. 2020-07-10 13:56:54 +01:00
center_container.cpp
center_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
check_box.cpp
check_box.h Add override keywords. 2020-07-10 13:56:54 +01:00
check_button.cpp
check_button.h Add override keywords. 2020-07-10 13:56:54 +01:00
color_picker.cpp Remove ToolButton in favor of Button 2020-06-19 20:49:49 +02:00
color_picker.h Add override keywords. 2020-07-10 13:56:54 +01:00
color_rect.cpp
color_rect.h
container.cpp
container.h Add override keywords. 2020-07-10 13:56:54 +01:00
control.cpp Fix content scale mode, closes #37941 2020-07-02 17:16:13 -03:00
control.h Add override keywords. 2020-07-10 13:56:54 +01:00
dialogs.cpp Add ability to clamp embedded subwindows to parent, fixes #37792 2020-07-01 12:49:35 -03:00
dialogs.h Add override keywords. 2020-07-10 13:56:54 +01:00
file_dialog.cpp Remove String::find_last (same as rfind) 2020-07-03 15:26:22 +02:00
file_dialog.h Add override keywords. 2020-07-10 13:56:54 +01:00
gradient_edit.cpp
gradient_edit.h Add override keywords. 2020-07-10 13:56:54 +01:00
graph_edit.cpp Emit signals for GraphEdit multi-node selection and unselection 2020-07-09 19:15:27 +08:00
graph_edit.h Add override keywords. 2020-07-10 13:56:54 +01:00
graph_node.cpp Fixed separation of ports on GraphNode 2020-07-03 11:28:08 +02:00
graph_node.h Add override keywords. 2020-07-10 13:56:54 +01:00
grid_container.cpp
grid_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
item_list.cpp
item_list.h Add override keywords. 2020-07-10 13:56:54 +01:00
label.cpp
label.h Add override keywords. 2020-07-10 13:56:54 +01:00
line_edit.cpp Fix some popups menu missing screen transform. 2020-07-01 14:44:19 -03:00
line_edit.h Add override keywords. 2020-07-10 13:56:54 +01:00
link_button.cpp
link_button.h Add override keywords. 2020-07-10 13:56:54 +01:00
margin_container.cpp
margin_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
menu_button.cpp
menu_button.h Add override keywords. 2020-07-10 13:56:54 +01:00
nine_patch_rect.cpp
nine_patch_rect.h Add override keywords. 2020-07-10 13:56:54 +01:00
option_button.cpp
option_button.h Add override keywords. 2020-07-10 13:56:54 +01:00
panel_container.cpp
panel_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
panel.cpp
panel.h
popup_menu.cpp
popup_menu.h Add override keywords. 2020-07-10 13:56:54 +01:00
popup.cpp
popup.h Add override keywords. 2020-07-10 13:56:54 +01:00
progress_bar.cpp
progress_bar.h Add override keywords. 2020-07-10 13:56:54 +01:00
range.cpp
range.h Add override keywords. 2020-07-10 13:56:54 +01:00
reference_rect.cpp
reference_rect.h
rich_text_effect.cpp
rich_text_effect.h
rich_text_label.cpp Fix RichTextLabel fill alignment regression 2020-07-03 10:30:24 +02:00
rich_text_label.h Add override keywords. 2020-07-10 13:56:54 +01:00
scroll_bar.cpp Allow scroll_to_line when scroll_active is 'false' 2020-06-03 19:55:27 +02:00
scroll_bar.h Add override keywords. 2020-07-10 13:56:54 +01:00
scroll_container.cpp
scroll_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
SCsub
separator.cpp
separator.h Add override keywords. 2020-07-10 13:56:54 +01:00
shortcut.cpp
shortcut.h
slider.cpp
slider.h Add override keywords. 2020-07-10 13:56:54 +01:00
spin_box.cpp
spin_box.h Add override keywords. 2020-07-10 13:56:54 +01:00
split_container.cpp
split_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
subviewport_container.cpp
subviewport_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
tab_container.cpp Handle gone TabContainer popup nicely 2020-06-24 19:34:32 +02:00
tab_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
tabs.cpp
tabs.h Add override keywords. 2020-07-10 13:56:54 +01:00
text_edit.cpp Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter 2020-07-11 17:09:58 +01:00
text_edit.h Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter 2020-07-11 17:09:58 +01:00
texture_button.cpp Added flip_h and flip_v properties in TextureButton 2020-07-01 11:31:27 +02:00
texture_button.h Add override keywords. 2020-07-10 13:56:54 +01:00
texture_progress.cpp
texture_progress.h Add override keywords. 2020-07-10 13:56:54 +01:00
texture_rect.cpp
texture_rect.h Add override keywords. 2020-07-10 13:56:54 +01:00
tree.cpp Prevent dragging from SceneTree buttons 2020-07-02 15:27:59 +08:00
tree.h Add override keywords. 2020-07-10 13:56:54 +01:00
video_player.cpp VideoPlayer: fix possible race condition 2020-06-29 13:01:54 +10:00
video_player.h Add override keywords. 2020-07-10 13:56:54 +01:00