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
5 changed files with 101 additions and 133 deletions

View File

@ -211,6 +211,10 @@ public:
void delete_lines();
void clone_lines_down();
/// Toggle inline comment on currently selected lines, or on current line if nothing is selected,
/// by adding or removing comment delimiter
void toggle_inline_comment(const String &delimiter);
void goto_line(int p_line);
void goto_line_selection(int p_line, int p_begin, int p_end);