Merge pull request #25782 from hsandt/feature/fix-toggle-comment-indent

Feature/fix toggle comment indent
This commit is contained in:
Rémi Verschelde 2019-03-16 11:17:47 -07:00 committed by GitHub
commit e5a310cd38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 101 additions and 133 deletions

View file

@ -136,6 +136,7 @@ protected:
void _change_syntax_highlighter(int p_idx);
void _edit_option(int p_op);
void _edit_option_toggle_inline_comment();
void _make_context_menu(bool p_selection, bool p_color, bool p_foldable, bool p_open_docs, bool p_goto_definition);
void _text_edit_gui_input(const Ref<InputEvent> &ev);
void _color_changed(const Color &p_color);