code_editor.cpp 70 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117
  1. /**************************************************************************/
  2. /* code_editor.cpp */
  3. /**************************************************************************/
  4. /* This file is part of: */
  5. /* GODOT ENGINE */
  6. /* https://godotengine.org */
  7. /**************************************************************************/
  8. /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
  9. /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
  10. /* */
  11. /* Permission is hereby granted, free of charge, to any person obtaining */
  12. /* a copy of this software and associated documentation files (the */
  13. /* "Software"), to deal in the Software without restriction, including */
  14. /* without limitation the rights to use, copy, modify, merge, publish, */
  15. /* distribute, sublicense, and/or sell copies of the Software, and to */
  16. /* permit persons to whom the Software is furnished to do so, subject to */
  17. /* the following conditions: */
  18. /* */
  19. /* The above copyright notice and this permission notice shall be */
  20. /* included in all copies or substantial portions of the Software. */
  21. /* */
  22. /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
  23. /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
  24. /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */
  25. /* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
  26. /* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
  27. /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
  28. /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
  29. /**************************************************************************/
  30. #include "code_editor.h"
  31. #include "core/input/input.h"
  32. #include "core/os/keyboard.h"
  33. #include "core/string/string_builder.h"
  34. #include "core/templates/pair.h"
  35. #include "editor/editor_settings.h"
  36. #include "editor/editor_string_names.h"
  37. #include "editor/plugins/script_editor_plugin.h"
  38. #include "editor/themes/editor_scale.h"
  39. #include "editor/themes/editor_theme_manager.h"
  40. #include "scene/gui/menu_button.h"
  41. #include "scene/gui/separator.h"
  42. #include "scene/resources/font.h"
  43. void GotoLineDialog::popup_find_line(CodeEdit *p_edit) {
  44. text_editor = p_edit;
  45. // Add 1 because text_editor->get_caret_line() starts from 0, but the editor user interface starts from 1.
  46. line->set_text(itos(text_editor->get_caret_line() + 1));
  47. line->select_all();
  48. popup_centered(Size2(180, 80) * EDSCALE);
  49. line->grab_focus();
  50. }
  51. int GotoLineDialog::get_line() const {
  52. return line->get_text().to_int();
  53. }
  54. void GotoLineDialog::ok_pressed() {
  55. // Subtract 1 because the editor user interface starts from 1, but text_editor->set_caret_line(n) starts from 0.
  56. const int line_number = get_line() - 1;
  57. if (line_number < 0 || line_number >= text_editor->get_line_count()) {
  58. return;
  59. }
  60. text_editor->remove_secondary_carets();
  61. text_editor->unfold_line(line_number);
  62. text_editor->set_caret_line(line_number);
  63. hide();
  64. }
  65. GotoLineDialog::GotoLineDialog() {
  66. set_title(TTR("Go to Line"));
  67. VBoxContainer *vbc = memnew(VBoxContainer);
  68. vbc->set_anchor_and_offset(SIDE_LEFT, Control::ANCHOR_BEGIN, 8 * EDSCALE);
  69. vbc->set_anchor_and_offset(SIDE_TOP, Control::ANCHOR_BEGIN, 8 * EDSCALE);
  70. vbc->set_anchor_and_offset(SIDE_RIGHT, Control::ANCHOR_END, -8 * EDSCALE);
  71. vbc->set_anchor_and_offset(SIDE_BOTTOM, Control::ANCHOR_END, -8 * EDSCALE);
  72. add_child(vbc);
  73. Label *l = memnew(Label);
  74. l->set_text(TTR("Line Number:"));
  75. vbc->add_child(l);
  76. line = memnew(LineEdit);
  77. vbc->add_child(line);
  78. register_text_enter(line);
  79. text_editor = nullptr;
  80. line_label = nullptr;
  81. set_hide_on_ok(false);
  82. }
  83. void FindReplaceBar::_notification(int p_what) {
  84. switch (p_what) {
  85. case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: {
  86. if (!EditorThemeManager::is_generated_theme_outdated()) {
  87. break;
  88. }
  89. [[fallthrough]];
  90. }
  91. case NOTIFICATION_READY: {
  92. find_prev->set_icon(get_editor_theme_icon(SNAME("MoveUp")));
  93. find_next->set_icon(get_editor_theme_icon(SNAME("MoveDown")));
  94. hide_button->set_texture_normal(get_editor_theme_icon(SNAME("Close")));
  95. hide_button->set_texture_hover(get_editor_theme_icon(SNAME("Close")));
  96. hide_button->set_texture_pressed(get_editor_theme_icon(SNAME("Close")));
  97. hide_button->set_custom_minimum_size(hide_button->get_texture_normal()->get_size());
  98. } break;
  99. case NOTIFICATION_VISIBILITY_CHANGED: {
  100. set_process_unhandled_input(is_visible_in_tree());
  101. } break;
  102. case NOTIFICATION_THEME_CHANGED: {
  103. matches_label->add_theme_color_override("font_color", results_count > 0 ? get_theme_color(SNAME("font_color"), SNAME("Label")) : get_theme_color(SNAME("error_color"), EditorStringName(Editor)));
  104. } break;
  105. case NOTIFICATION_PREDELETE: {
  106. if (base_text_editor) {
  107. base_text_editor->remove_find_replace_bar();
  108. base_text_editor = nullptr;
  109. }
  110. } break;
  111. }
  112. }
  113. void FindReplaceBar::unhandled_input(const Ref<InputEvent> &p_event) {
  114. ERR_FAIL_COND(p_event.is_null());
  115. Ref<InputEventKey> k = p_event;
  116. if (k.is_valid() && k->is_action_pressed(SNAME("ui_cancel"), false, true)) {
  117. Control *focus_owner = get_viewport()->gui_get_focus_owner();
  118. if (text_editor->has_focus() || (focus_owner && is_ancestor_of(focus_owner))) {
  119. _hide_bar();
  120. accept_event();
  121. }
  122. }
  123. }
  124. void FindReplaceBar::_focus_lost() {
  125. if (Input::get_singleton()->is_action_pressed(SNAME("ui_cancel"))) {
  126. // Unfocused after pressing Escape, so hide the bar.
  127. _hide_bar(true);
  128. }
  129. }
  130. void FindReplaceBar::_update_flags(bool p_direction_backwards) {
  131. flags = 0;
  132. if (is_whole_words()) {
  133. flags |= TextEdit::SEARCH_WHOLE_WORDS;
  134. }
  135. if (is_case_sensitive()) {
  136. flags |= TextEdit::SEARCH_MATCH_CASE;
  137. }
  138. if (p_direction_backwards) {
  139. flags |= TextEdit::SEARCH_BACKWARDS;
  140. }
  141. }
  142. bool FindReplaceBar::_search(uint32_t p_flags, int p_from_line, int p_from_col) {
  143. if (!preserve_cursor) {
  144. text_editor->remove_secondary_carets();
  145. }
  146. String text = get_search_text();
  147. Point2i pos = text_editor->search(text, p_flags, p_from_line, p_from_col);
  148. if (pos.x != -1) {
  149. if (!preserve_cursor && !is_selection_only()) {
  150. text_editor->unfold_line(pos.y);
  151. text_editor->set_caret_line(pos.y, false);
  152. text_editor->set_caret_column(pos.x + text.length(), false);
  153. text_editor->center_viewport_to_caret(0);
  154. text_editor->select(pos.y, pos.x, pos.y, pos.x + text.length());
  155. line_col_changed_for_result = true;
  156. }
  157. text_editor->set_search_text(text);
  158. text_editor->set_search_flags(p_flags);
  159. result_line = pos.y;
  160. result_col = pos.x;
  161. _update_results_count();
  162. } else {
  163. results_count = 0;
  164. result_line = -1;
  165. result_col = -1;
  166. text_editor->set_search_text("");
  167. text_editor->set_search_flags(p_flags);
  168. }
  169. _update_matches_label();
  170. return pos.x != -1;
  171. }
  172. void FindReplaceBar::_replace() {
  173. text_editor->remove_secondary_carets();
  174. bool selection_enabled = text_editor->has_selection(0);
  175. Point2i selection_begin, selection_end;
  176. if (selection_enabled) {
  177. selection_begin = Point2i(text_editor->get_selection_from_line(0), text_editor->get_selection_from_column(0));
  178. selection_end = Point2i(text_editor->get_selection_to_line(0), text_editor->get_selection_to_column(0));
  179. }
  180. String repl_text = get_replace_text();
  181. int search_text_len = get_search_text().length();
  182. text_editor->begin_complex_operation();
  183. if (selection_enabled && is_selection_only()) {
  184. // Restrict search_current() to selected region.
  185. text_editor->set_caret_line(selection_begin.width, false, true, 0, 0);
  186. text_editor->set_caret_column(selection_begin.height, true, 0);
  187. }
  188. if (search_current()) {
  189. text_editor->unfold_line(result_line);
  190. text_editor->select(result_line, result_col, result_line, result_col + search_text_len, 0);
  191. if (selection_enabled && is_selection_only()) {
  192. Point2i match_from(result_line, result_col);
  193. Point2i match_to(result_line, result_col + search_text_len);
  194. if (!(match_from < selection_begin || match_to > selection_end)) {
  195. text_editor->insert_text_at_caret(repl_text, 0);
  196. if (match_to.x == selection_end.x) {
  197. // Adjust selection bounds if necessary.
  198. selection_end.y += repl_text.length() - search_text_len;
  199. }
  200. }
  201. } else {
  202. text_editor->insert_text_at_caret(repl_text, 0);
  203. }
  204. }
  205. text_editor->end_complex_operation();
  206. results_count = -1;
  207. results_count_to_current = -1;
  208. needs_to_count_results = true;
  209. if (selection_enabled && is_selection_only()) {
  210. // Reselect in order to keep 'Replace' restricted to selection.
  211. text_editor->select(selection_begin.x, selection_begin.y, selection_end.x, selection_end.y, 0);
  212. } else {
  213. text_editor->deselect(0);
  214. }
  215. }
  216. void FindReplaceBar::_replace_all() {
  217. text_editor->remove_secondary_carets();
  218. text_editor->disconnect("text_changed", callable_mp(this, &FindReplaceBar::_editor_text_changed));
  219. // Line as x so it gets priority in comparison, column as y.
  220. Point2i orig_cursor(text_editor->get_caret_line(0), text_editor->get_caret_column(0));
  221. Point2i prev_match = Point2(-1, -1);
  222. bool selection_enabled = text_editor->has_selection(0);
  223. if (!is_selection_only()) {
  224. text_editor->deselect();
  225. selection_enabled = false;
  226. } else {
  227. result_line = -1;
  228. result_col = -1;
  229. }
  230. Point2i selection_begin, selection_end;
  231. if (selection_enabled) {
  232. selection_begin = Point2i(text_editor->get_selection_from_line(0), text_editor->get_selection_from_column(0));
  233. selection_end = Point2i(text_editor->get_selection_to_line(0), text_editor->get_selection_to_column(0));
  234. }
  235. int vsval = text_editor->get_v_scroll();
  236. String repl_text = get_replace_text();
  237. int search_text_len = get_search_text().length();
  238. int rc = 0;
  239. replace_all_mode = true;
  240. text_editor->begin_complex_operation();
  241. if (selection_enabled && is_selection_only()) {
  242. text_editor->set_caret_line(selection_begin.width, false, true, 0, 0);
  243. text_editor->set_caret_column(selection_begin.height, true, 0);
  244. } else {
  245. text_editor->set_caret_line(0, false, true, 0, 0);
  246. text_editor->set_caret_column(0, true, 0);
  247. }
  248. if (search_current()) {
  249. do {
  250. // Replace area.
  251. Point2i match_from(result_line, result_col);
  252. Point2i match_to(result_line, result_col + search_text_len);
  253. if (match_from < prev_match) {
  254. break; // Done.
  255. }
  256. prev_match = Point2i(result_line, result_col + repl_text.length());
  257. text_editor->unfold_line(result_line);
  258. text_editor->select(result_line, result_col, result_line, match_to.y, 0);
  259. if (selection_enabled) {
  260. if (match_from < selection_begin || match_to > selection_end) {
  261. break; // Done.
  262. }
  263. // Replace but adjust selection bounds.
  264. text_editor->insert_text_at_caret(repl_text, 0);
  265. if (match_to.x == selection_end.x) {
  266. selection_end.y += repl_text.length() - search_text_len;
  267. }
  268. } else {
  269. // Just replace.
  270. text_editor->insert_text_at_caret(repl_text, 0);
  271. }
  272. rc++;
  273. } while (search_next());
  274. }
  275. text_editor->end_complex_operation();
  276. replace_all_mode = false;
  277. // Restore editor state (selection, cursor, scroll).
  278. text_editor->set_caret_line(orig_cursor.x, false, true, 0, 0);
  279. text_editor->set_caret_column(orig_cursor.y, true, 0);
  280. if (selection_enabled) {
  281. // Reselect.
  282. text_editor->select(selection_begin.x, selection_begin.y, selection_end.x, selection_end.y, 0);
  283. }
  284. text_editor->set_v_scroll(vsval);
  285. matches_label->add_theme_color_override("font_color", rc > 0 ? get_theme_color(SNAME("font_color"), SNAME("Label")) : get_theme_color(SNAME("error_color"), EditorStringName(Editor)));
  286. matches_label->set_text(vformat(TTR("%d replaced."), rc));
  287. callable_mp((Object *)text_editor, &Object::connect).call_deferred("text_changed", callable_mp(this, &FindReplaceBar::_editor_text_changed), 0U);
  288. results_count = -1;
  289. results_count_to_current = -1;
  290. needs_to_count_results = true;
  291. }
  292. void FindReplaceBar::_get_search_from(int &r_line, int &r_col, bool p_is_searching_next) {
  293. if (!text_editor->has_selection(0) || is_selection_only()) {
  294. r_line = text_editor->get_caret_line(0);
  295. r_col = text_editor->get_caret_column(0);
  296. if (!p_is_searching_next && r_line == result_line && r_col >= result_col && r_col <= result_col + get_search_text().length()) {
  297. r_col = result_col;
  298. }
  299. return;
  300. }
  301. if (p_is_searching_next) {
  302. r_line = text_editor->get_selection_to_line();
  303. r_col = text_editor->get_selection_to_column();
  304. } else {
  305. r_line = text_editor->get_selection_from_line();
  306. r_col = text_editor->get_selection_from_column();
  307. }
  308. }
  309. void FindReplaceBar::_update_results_count() {
  310. if (!needs_to_count_results && (result_line != -1) && results_count_to_current > 0) {
  311. results_count_to_current += (flags & TextEdit::SEARCH_BACKWARDS) ? -1 : 1;
  312. if (results_count_to_current > results_count) {
  313. results_count_to_current = results_count_to_current - results_count;
  314. } else if (results_count_to_current <= 0) {
  315. results_count_to_current = results_count;
  316. }
  317. return;
  318. }
  319. String searched = get_search_text();
  320. if (searched.is_empty()) {
  321. return;
  322. }
  323. needs_to_count_results = false;
  324. results_count = 0;
  325. for (int i = 0; i < text_editor->get_line_count(); i++) {
  326. String line_text = text_editor->get_line(i);
  327. int col_pos = 0;
  328. bool searched_start_is_symbol = is_symbol(searched[0]);
  329. bool searched_end_is_symbol = is_symbol(searched[searched.length() - 1]);
  330. while (true) {
  331. col_pos = is_case_sensitive() ? line_text.find(searched, col_pos) : line_text.findn(searched, col_pos);
  332. if (col_pos == -1) {
  333. break;
  334. }
  335. if (is_whole_words()) {
  336. if (!searched_start_is_symbol && col_pos > 0 && !is_symbol(line_text[col_pos - 1])) {
  337. col_pos += searched.length();
  338. continue;
  339. }
  340. if (!searched_end_is_symbol && col_pos + searched.length() < line_text.length() && !is_symbol(line_text[col_pos + searched.length()])) {
  341. col_pos += searched.length();
  342. continue;
  343. }
  344. }
  345. results_count++;
  346. if (i == result_line) {
  347. if (col_pos == result_col) {
  348. results_count_to_current = results_count;
  349. } else if (col_pos < result_col && col_pos + searched.length() > result_col) {
  350. col_pos = result_col;
  351. results_count_to_current = results_count;
  352. }
  353. }
  354. col_pos += searched.length();
  355. }
  356. }
  357. }
  358. void FindReplaceBar::_update_matches_label() {
  359. if (search_text->get_text().is_empty() || results_count == -1) {
  360. matches_label->hide();
  361. } else {
  362. matches_label->show();
  363. matches_label->add_theme_color_override("font_color", results_count > 0 ? get_theme_color(SNAME("font_color"), SNAME("Label")) : get_theme_color(SNAME("error_color"), EditorStringName(Editor)));
  364. if (results_count == 0) {
  365. matches_label->set_text(TTR("No match"));
  366. } else if (results_count_to_current == -1) {
  367. matches_label->set_text(vformat(TTRN("%d match", "%d matches", results_count), results_count));
  368. } else {
  369. matches_label->set_text(vformat(TTRN("%d of %d match", "%d of %d matches", results_count), results_count_to_current, results_count));
  370. }
  371. }
  372. }
  373. bool FindReplaceBar::search_current() {
  374. _update_flags(false);
  375. int line, col;
  376. _get_search_from(line, col);
  377. return _search(flags, line, col);
  378. }
  379. bool FindReplaceBar::search_prev() {
  380. if (is_selection_only() && !replace_all_mode) {
  381. return false;
  382. }
  383. if (!is_visible()) {
  384. popup_search(true);
  385. }
  386. String text = get_search_text();
  387. _update_flags(true);
  388. int line, col;
  389. _get_search_from(line, col);
  390. col -= text.length();
  391. if (col < 0) {
  392. line -= 1;
  393. if (line < 0) {
  394. line = text_editor->get_line_count() - 1;
  395. }
  396. col = text_editor->get_line(line).length();
  397. }
  398. return _search(flags, line, col);
  399. }
  400. bool FindReplaceBar::search_next() {
  401. if (is_selection_only() && !replace_all_mode) {
  402. return false;
  403. }
  404. if (!is_visible()) {
  405. popup_search(true);
  406. }
  407. _update_flags(false);
  408. int line, col;
  409. _get_search_from(line, col, true);
  410. return _search(flags, line, col);
  411. }
  412. void FindReplaceBar::_hide_bar(bool p_force_focus) {
  413. if (replace_text->has_focus() || search_text->has_focus() || p_force_focus) {
  414. text_editor->grab_focus();
  415. }
  416. text_editor->set_search_text("");
  417. result_line = -1;
  418. result_col = -1;
  419. hide();
  420. }
  421. void FindReplaceBar::_show_search(bool p_focus_replace, bool p_show_only) {
  422. show();
  423. if (p_show_only) {
  424. return;
  425. }
  426. if (p_focus_replace) {
  427. search_text->deselect();
  428. callable_mp((Control *)replace_text, &Control::grab_focus).call_deferred();
  429. } else {
  430. replace_text->deselect();
  431. callable_mp((Control *)search_text, &Control::grab_focus).call_deferred();
  432. }
  433. if (text_editor->has_selection(0) && !is_selection_only()) {
  434. search_text->set_text(text_editor->get_selected_text(0));
  435. result_line = text_editor->get_selection_from_line();
  436. result_col = text_editor->get_selection_from_column();
  437. }
  438. if (!get_search_text().is_empty()) {
  439. if (p_focus_replace) {
  440. replace_text->select_all();
  441. replace_text->set_caret_column(replace_text->get_text().length());
  442. } else {
  443. search_text->select_all();
  444. search_text->set_caret_column(search_text->get_text().length());
  445. }
  446. preserve_cursor = true;
  447. _search_text_changed(get_search_text());
  448. preserve_cursor = false;
  449. }
  450. }
  451. void FindReplaceBar::popup_search(bool p_show_only) {
  452. replace_text->hide();
  453. hbc_button_replace->hide();
  454. hbc_option_replace->hide();
  455. selection_only->set_pressed(false);
  456. _show_search(false, p_show_only);
  457. }
  458. void FindReplaceBar::popup_replace() {
  459. if (!replace_text->is_visible_in_tree()) {
  460. replace_text->show();
  461. hbc_button_replace->show();
  462. hbc_option_replace->show();
  463. }
  464. selection_only->set_pressed((text_editor->has_selection(0) && text_editor->get_selection_from_line(0) < text_editor->get_selection_to_line(0)));
  465. _show_search(is_visible() || text_editor->has_selection(0));
  466. }
  467. void FindReplaceBar::_search_options_changed(bool p_pressed) {
  468. results_count = -1;
  469. results_count_to_current = -1;
  470. needs_to_count_results = true;
  471. search_current();
  472. }
  473. void FindReplaceBar::_editor_text_changed() {
  474. results_count = -1;
  475. results_count_to_current = -1;
  476. needs_to_count_results = true;
  477. if (is_visible_in_tree()) {
  478. preserve_cursor = true;
  479. search_current();
  480. preserve_cursor = false;
  481. }
  482. }
  483. void FindReplaceBar::_search_text_changed(const String &p_text) {
  484. results_count = -1;
  485. results_count_to_current = -1;
  486. needs_to_count_results = true;
  487. search_current();
  488. }
  489. void FindReplaceBar::_search_text_submitted(const String &p_text) {
  490. if (Input::get_singleton()->is_key_pressed(Key::SHIFT)) {
  491. search_prev();
  492. } else {
  493. search_next();
  494. }
  495. }
  496. void FindReplaceBar::_replace_text_submitted(const String &p_text) {
  497. if (selection_only->is_pressed() && text_editor->has_selection(0)) {
  498. _replace_all();
  499. _hide_bar();
  500. } else if (Input::get_singleton()->is_key_pressed(Key::SHIFT)) {
  501. _replace();
  502. search_prev();
  503. } else {
  504. _replace();
  505. }
  506. }
  507. String FindReplaceBar::get_search_text() const {
  508. return search_text->get_text();
  509. }
  510. String FindReplaceBar::get_replace_text() const {
  511. return replace_text->get_text();
  512. }
  513. bool FindReplaceBar::is_case_sensitive() const {
  514. return case_sensitive->is_pressed();
  515. }
  516. bool FindReplaceBar::is_whole_words() const {
  517. return whole_words->is_pressed();
  518. }
  519. bool FindReplaceBar::is_selection_only() const {
  520. return selection_only->is_pressed();
  521. }
  522. void FindReplaceBar::set_error(const String &p_label) {
  523. emit_signal(SNAME("error"), p_label);
  524. }
  525. void FindReplaceBar::set_text_edit(CodeTextEditor *p_text_editor) {
  526. if (p_text_editor == base_text_editor) {
  527. return;
  528. }
  529. if (base_text_editor) {
  530. base_text_editor->remove_find_replace_bar();
  531. base_text_editor = nullptr;
  532. text_editor->disconnect("text_changed", callable_mp(this, &FindReplaceBar::_editor_text_changed));
  533. text_editor = nullptr;
  534. }
  535. if (!p_text_editor) {
  536. return;
  537. }
  538. results_count = -1;
  539. results_count_to_current = -1;
  540. needs_to_count_results = true;
  541. base_text_editor = p_text_editor;
  542. text_editor = base_text_editor->get_text_editor();
  543. text_editor->connect("text_changed", callable_mp(this, &FindReplaceBar::_editor_text_changed));
  544. _update_results_count();
  545. _update_matches_label();
  546. }
  547. void FindReplaceBar::_bind_methods() {
  548. ClassDB::bind_method("_search_current", &FindReplaceBar::search_current);
  549. ADD_SIGNAL(MethodInfo("error"));
  550. }
  551. FindReplaceBar::FindReplaceBar() {
  552. vbc_lineedit = memnew(VBoxContainer);
  553. add_child(vbc_lineedit);
  554. vbc_lineedit->set_alignment(BoxContainer::ALIGNMENT_CENTER);
  555. vbc_lineedit->set_h_size_flags(SIZE_EXPAND_FILL);
  556. VBoxContainer *vbc_button = memnew(VBoxContainer);
  557. add_child(vbc_button);
  558. VBoxContainer *vbc_option = memnew(VBoxContainer);
  559. add_child(vbc_option);
  560. HBoxContainer *hbc_button_search = memnew(HBoxContainer);
  561. vbc_button->add_child(hbc_button_search);
  562. hbc_button_search->set_alignment(BoxContainer::ALIGNMENT_END);
  563. hbc_button_replace = memnew(HBoxContainer);
  564. vbc_button->add_child(hbc_button_replace);
  565. hbc_button_replace->set_alignment(BoxContainer::ALIGNMENT_END);
  566. HBoxContainer *hbc_option_search = memnew(HBoxContainer);
  567. vbc_option->add_child(hbc_option_search);
  568. hbc_option_replace = memnew(HBoxContainer);
  569. vbc_option->add_child(hbc_option_replace);
  570. // Search toolbar
  571. search_text = memnew(LineEdit);
  572. vbc_lineedit->add_child(search_text);
  573. search_text->set_custom_minimum_size(Size2(100 * EDSCALE, 0));
  574. search_text->connect("text_changed", callable_mp(this, &FindReplaceBar::_search_text_changed));
  575. search_text->connect("text_submitted", callable_mp(this, &FindReplaceBar::_search_text_submitted));
  576. search_text->connect("focus_exited", callable_mp(this, &FindReplaceBar::_focus_lost));
  577. matches_label = memnew(Label);
  578. hbc_button_search->add_child(matches_label);
  579. matches_label->hide();
  580. find_prev = memnew(Button);
  581. find_prev->set_flat(true);
  582. hbc_button_search->add_child(find_prev);
  583. find_prev->set_focus_mode(FOCUS_NONE);
  584. find_prev->connect("pressed", callable_mp(this, &FindReplaceBar::search_prev));
  585. find_next = memnew(Button);
  586. find_next->set_flat(true);
  587. hbc_button_search->add_child(find_next);
  588. find_next->set_focus_mode(FOCUS_NONE);
  589. find_next->connect("pressed", callable_mp(this, &FindReplaceBar::search_next));
  590. case_sensitive = memnew(CheckBox);
  591. hbc_option_search->add_child(case_sensitive);
  592. case_sensitive->set_text(TTR("Match Case"));
  593. case_sensitive->set_focus_mode(FOCUS_NONE);
  594. case_sensitive->connect("toggled", callable_mp(this, &FindReplaceBar::_search_options_changed));
  595. whole_words = memnew(CheckBox);
  596. hbc_option_search->add_child(whole_words);
  597. whole_words->set_text(TTR("Whole Words"));
  598. whole_words->set_focus_mode(FOCUS_NONE);
  599. whole_words->connect("toggled", callable_mp(this, &FindReplaceBar::_search_options_changed));
  600. // Replace toolbar
  601. replace_text = memnew(LineEdit);
  602. vbc_lineedit->add_child(replace_text);
  603. replace_text->set_custom_minimum_size(Size2(100 * EDSCALE, 0));
  604. replace_text->connect("text_submitted", callable_mp(this, &FindReplaceBar::_replace_text_submitted));
  605. replace_text->connect("focus_exited", callable_mp(this, &FindReplaceBar::_focus_lost));
  606. replace = memnew(Button);
  607. hbc_button_replace->add_child(replace);
  608. replace->set_text(TTR("Replace"));
  609. replace->connect("pressed", callable_mp(this, &FindReplaceBar::_replace));
  610. replace_all = memnew(Button);
  611. hbc_button_replace->add_child(replace_all);
  612. replace_all->set_text(TTR("Replace All"));
  613. replace_all->connect("pressed", callable_mp(this, &FindReplaceBar::_replace_all));
  614. selection_only = memnew(CheckBox);
  615. hbc_option_replace->add_child(selection_only);
  616. selection_only->set_text(TTR("Selection Only"));
  617. selection_only->set_focus_mode(FOCUS_NONE);
  618. selection_only->connect("toggled", callable_mp(this, &FindReplaceBar::_search_options_changed));
  619. hide_button = memnew(TextureButton);
  620. add_child(hide_button);
  621. hide_button->set_focus_mode(FOCUS_NONE);
  622. hide_button->connect("pressed", callable_mp(this, &FindReplaceBar::_hide_bar).bind(false));
  623. hide_button->set_v_size_flags(SIZE_SHRINK_CENTER);
  624. }
  625. /*** CODE EDITOR ****/
  626. static constexpr float ZOOM_FACTOR_PRESETS[7] = { 0.25f, 0.5f, 0.75f, 1.0f, 1.5f, 2.0f, 3.0f };
  627. // This function should be used to handle shortcuts that could otherwise
  628. // be handled too late if they weren't handled here.
  629. void CodeTextEditor::input(const Ref<InputEvent> &event) {
  630. ERR_FAIL_COND(event.is_null());
  631. const Ref<InputEventKey> key_event = event;
  632. if (!key_event.is_valid()) {
  633. return;
  634. }
  635. if (!key_event->is_pressed()) {
  636. return;
  637. }
  638. if (!text_editor->has_focus()) {
  639. if ((find_replace_bar != nullptr && find_replace_bar->is_visible()) && (find_replace_bar->has_focus() || (get_viewport()->gui_get_focus_owner() && find_replace_bar->is_ancestor_of(get_viewport()->gui_get_focus_owner())))) {
  640. if (ED_IS_SHORTCUT("script_text_editor/find_next", key_event)) {
  641. find_replace_bar->search_next();
  642. accept_event();
  643. return;
  644. }
  645. if (ED_IS_SHORTCUT("script_text_editor/find_previous", key_event)) {
  646. find_replace_bar->search_prev();
  647. accept_event();
  648. return;
  649. }
  650. }
  651. return;
  652. }
  653. if (ED_IS_SHORTCUT("script_text_editor/move_up", key_event)) {
  654. move_lines_up();
  655. accept_event();
  656. return;
  657. }
  658. if (ED_IS_SHORTCUT("script_text_editor/move_down", key_event)) {
  659. move_lines_down();
  660. accept_event();
  661. return;
  662. }
  663. if (ED_IS_SHORTCUT("script_text_editor/delete_line", key_event)) {
  664. delete_lines();
  665. accept_event();
  666. return;
  667. }
  668. if (ED_IS_SHORTCUT("script_text_editor/duplicate_selection", key_event)) {
  669. duplicate_selection();
  670. accept_event();
  671. return;
  672. }
  673. if (ED_IS_SHORTCUT("script_text_editor/duplicate_lines", key_event)) {
  674. text_editor->duplicate_lines();
  675. accept_event();
  676. return;
  677. }
  678. }
  679. void CodeTextEditor::_text_editor_gui_input(const Ref<InputEvent> &p_event) {
  680. Ref<InputEventMouseButton> mb = p_event;
  681. if (mb.is_valid()) {
  682. if (mb->is_pressed() && mb->is_command_or_control_pressed()) {
  683. if (mb->get_button_index() == MouseButton::WHEEL_UP) {
  684. _zoom_in();
  685. accept_event();
  686. return;
  687. }
  688. if (mb->get_button_index() == MouseButton::WHEEL_DOWN) {
  689. _zoom_out();
  690. accept_event();
  691. return;
  692. }
  693. }
  694. }
  695. Ref<InputEventMagnifyGesture> magnify_gesture = p_event;
  696. if (magnify_gesture.is_valid()) {
  697. _zoom_to(zoom_factor * powf(magnify_gesture->get_factor(), 0.25f));
  698. accept_event();
  699. return;
  700. }
  701. Ref<InputEventKey> k = p_event;
  702. if (k.is_valid()) {
  703. if (k->is_pressed()) {
  704. if (ED_IS_SHORTCUT("script_editor/zoom_in", p_event)) {
  705. _zoom_in();
  706. accept_event();
  707. return;
  708. }
  709. if (ED_IS_SHORTCUT("script_editor/zoom_out", p_event)) {
  710. _zoom_out();
  711. accept_event();
  712. return;
  713. }
  714. if (ED_IS_SHORTCUT("script_editor/reset_zoom", p_event)) {
  715. _zoom_to(1);
  716. accept_event();
  717. return;
  718. }
  719. }
  720. }
  721. }
  722. void CodeTextEditor::_line_col_changed() {
  723. if (!code_complete_timer->is_stopped() && code_complete_timer_line != text_editor->get_caret_line()) {
  724. code_complete_timer->stop();
  725. }
  726. String line = text_editor->get_line(text_editor->get_caret_line());
  727. int positional_column = 0;
  728. for (int i = 0; i < text_editor->get_caret_column(); i++) {
  729. if (line[i] == '\t') {
  730. positional_column += text_editor->get_indent_size(); // Tab size
  731. } else {
  732. positional_column += 1;
  733. }
  734. }
  735. StringBuilder sb;
  736. sb.append(itos(text_editor->get_caret_line() + 1).lpad(4));
  737. sb.append(" : ");
  738. sb.append(itos(positional_column + 1).lpad(3));
  739. line_and_col_txt->set_text(sb.as_string());
  740. if (find_replace_bar) {
  741. if (!find_replace_bar->line_col_changed_for_result) {
  742. find_replace_bar->needs_to_count_results = true;
  743. }
  744. find_replace_bar->line_col_changed_for_result = false;
  745. }
  746. }
  747. void CodeTextEditor::_text_changed() {
  748. if (code_complete_enabled && text_editor->is_insert_text_operation()) {
  749. code_complete_timer_line = text_editor->get_caret_line();
  750. code_complete_timer->start();
  751. }
  752. idle->start();
  753. if (find_replace_bar) {
  754. find_replace_bar->needs_to_count_results = true;
  755. }
  756. }
  757. void CodeTextEditor::_code_complete_timer_timeout() {
  758. if (!is_visible_in_tree()) {
  759. return;
  760. }
  761. text_editor->request_code_completion();
  762. }
  763. void CodeTextEditor::_complete_request() {
  764. List<ScriptLanguage::CodeCompletionOption> entries;
  765. String ctext = text_editor->get_text_for_code_completion();
  766. _code_complete_script(ctext, &entries);
  767. bool forced = false;
  768. if (code_complete_func) {
  769. code_complete_func(code_complete_ud, ctext, &entries, forced);
  770. }
  771. if (entries.size() == 0) {
  772. return;
  773. }
  774. for (const ScriptLanguage::CodeCompletionOption &e : entries) {
  775. Color font_color = completion_font_color;
  776. if (!e.theme_color_name.is_empty() && EDITOR_GET("text_editor/completion/colorize_suggestions")) {
  777. font_color = get_theme_color(e.theme_color_name, SNAME("Editor"));
  778. } else if (e.insert_text.begins_with("\"") || e.insert_text.begins_with("\'")) {
  779. font_color = completion_string_color;
  780. } else if (e.insert_text.begins_with("##") || e.insert_text.begins_with("///")) {
  781. font_color = completion_doc_comment_color;
  782. } else if (e.insert_text.begins_with("#") || e.insert_text.begins_with("//")) {
  783. font_color = completion_comment_color;
  784. }
  785. text_editor->add_code_completion_option((CodeEdit::CodeCompletionKind)e.kind, e.display, e.insert_text, font_color, _get_completion_icon(e), e.default_value, e.location);
  786. }
  787. text_editor->update_code_completion_options(forced);
  788. }
  789. Ref<Texture2D> CodeTextEditor::_get_completion_icon(const ScriptLanguage::CodeCompletionOption &p_option) {
  790. Ref<Texture2D> tex;
  791. switch (p_option.kind) {
  792. case ScriptLanguage::CODE_COMPLETION_KIND_CLASS: {
  793. if (has_theme_icon(p_option.display, EditorStringName(EditorIcons))) {
  794. tex = get_editor_theme_icon(p_option.display);
  795. } else {
  796. tex = get_editor_theme_icon(SNAME("Object"));
  797. }
  798. } break;
  799. case ScriptLanguage::CODE_COMPLETION_KIND_ENUM:
  800. tex = get_editor_theme_icon(SNAME("Enum"));
  801. break;
  802. case ScriptLanguage::CODE_COMPLETION_KIND_FILE_PATH:
  803. tex = get_editor_theme_icon(SNAME("File"));
  804. break;
  805. case ScriptLanguage::CODE_COMPLETION_KIND_NODE_PATH:
  806. tex = get_editor_theme_icon(SNAME("NodePath"));
  807. break;
  808. case ScriptLanguage::CODE_COMPLETION_KIND_VARIABLE:
  809. tex = get_editor_theme_icon(SNAME("Variant"));
  810. break;
  811. case ScriptLanguage::CODE_COMPLETION_KIND_CONSTANT:
  812. tex = get_editor_theme_icon(SNAME("MemberConstant"));
  813. break;
  814. case ScriptLanguage::CODE_COMPLETION_KIND_MEMBER:
  815. tex = get_editor_theme_icon(SNAME("MemberProperty"));
  816. break;
  817. case ScriptLanguage::CODE_COMPLETION_KIND_SIGNAL:
  818. tex = get_editor_theme_icon(SNAME("MemberSignal"));
  819. break;
  820. case ScriptLanguage::CODE_COMPLETION_KIND_FUNCTION:
  821. tex = get_editor_theme_icon(SNAME("MemberMethod"));
  822. break;
  823. case ScriptLanguage::CODE_COMPLETION_KIND_PLAIN_TEXT:
  824. tex = get_editor_theme_icon(SNAME("BoxMesh"));
  825. break;
  826. default:
  827. tex = get_editor_theme_icon(SNAME("String"));
  828. break;
  829. }
  830. return tex;
  831. }
  832. void CodeTextEditor::update_editor_settings() {
  833. // Theme: Highlighting
  834. completion_font_color = EDITOR_GET("text_editor/theme/highlighting/completion_font_color");
  835. completion_string_color = EDITOR_GET("text_editor/theme/highlighting/string_color");
  836. completion_comment_color = EDITOR_GET("text_editor/theme/highlighting/comment_color");
  837. completion_doc_comment_color = EDITOR_GET("text_editor/theme/highlighting/doc_comment_color");
  838. // Appearance: Caret
  839. text_editor->set_caret_type((TextEdit::CaretType)EDITOR_GET("text_editor/appearance/caret/type").operator int());
  840. text_editor->set_caret_blink_enabled(EDITOR_GET("text_editor/appearance/caret/caret_blink"));
  841. text_editor->set_caret_blink_interval(EDITOR_GET("text_editor/appearance/caret/caret_blink_interval"));
  842. text_editor->set_highlight_current_line(EDITOR_GET("text_editor/appearance/caret/highlight_current_line"));
  843. text_editor->set_highlight_all_occurrences(EDITOR_GET("text_editor/appearance/caret/highlight_all_occurrences"));
  844. // Appearance: Gutters
  845. text_editor->set_draw_line_numbers(EDITOR_GET("text_editor/appearance/gutters/show_line_numbers"));
  846. text_editor->set_line_numbers_zero_padded(EDITOR_GET("text_editor/appearance/gutters/line_numbers_zero_padded"));
  847. // Appearance: Minimap
  848. text_editor->set_draw_minimap(EDITOR_GET("text_editor/appearance/minimap/show_minimap"));
  849. text_editor->set_minimap_width((int)EDITOR_GET("text_editor/appearance/minimap/minimap_width") * EDSCALE);
  850. // Appearance: Lines
  851. text_editor->set_line_folding_enabled(EDITOR_GET("text_editor/appearance/lines/code_folding"));
  852. text_editor->set_draw_fold_gutter(EDITOR_GET("text_editor/appearance/lines/code_folding"));
  853. text_editor->set_line_wrapping_mode((TextEdit::LineWrappingMode)EDITOR_GET("text_editor/appearance/lines/word_wrap").operator int());
  854. text_editor->set_autowrap_mode((TextServer::AutowrapMode)EDITOR_GET("text_editor/appearance/lines/autowrap_mode").operator int());
  855. // Appearance: Whitespace
  856. text_editor->set_draw_tabs(EDITOR_GET("text_editor/appearance/whitespace/draw_tabs"));
  857. text_editor->set_draw_spaces(EDITOR_GET("text_editor/appearance/whitespace/draw_spaces"));
  858. text_editor->add_theme_constant_override("line_spacing", EDITOR_GET("text_editor/appearance/whitespace/line_spacing"));
  859. // Behavior: Navigation
  860. text_editor->set_scroll_past_end_of_file_enabled(EDITOR_GET("text_editor/behavior/navigation/scroll_past_end_of_file"));
  861. text_editor->set_smooth_scroll_enabled(EDITOR_GET("text_editor/behavior/navigation/smooth_scrolling"));
  862. text_editor->set_v_scroll_speed(EDITOR_GET("text_editor/behavior/navigation/v_scroll_speed"));
  863. text_editor->set_drag_and_drop_selection_enabled(EDITOR_GET("text_editor/behavior/navigation/drag_and_drop_selection"));
  864. // Behavior: indent
  865. set_indent_using_spaces(EDITOR_GET("text_editor/behavior/indent/type"));
  866. text_editor->set_indent_size(EDITOR_GET("text_editor/behavior/indent/size"));
  867. text_editor->set_auto_indent_enabled(EDITOR_GET("text_editor/behavior/indent/auto_indent"));
  868. // Completion
  869. text_editor->set_auto_brace_completion_enabled(EDITOR_GET("text_editor/completion/auto_brace_complete"));
  870. text_editor->set_code_hint_draw_below(EDITOR_GET("text_editor/completion/put_callhint_tooltip_below_current_line"));
  871. code_complete_enabled = EDITOR_GET("text_editor/completion/code_complete_enabled");
  872. code_complete_timer->set_wait_time(EDITOR_GET("text_editor/completion/code_complete_delay"));
  873. idle->set_wait_time(EDITOR_GET("text_editor/completion/idle_parse_delay"));
  874. // Appearance: Guidelines
  875. if (EDITOR_GET("text_editor/appearance/guidelines/show_line_length_guidelines")) {
  876. TypedArray<int> guideline_cols;
  877. guideline_cols.append(EDITOR_GET("text_editor/appearance/guidelines/line_length_guideline_hard_column"));
  878. if (EDITOR_GET("text_editor/appearance/guidelines/line_length_guideline_soft_column") != guideline_cols[0]) {
  879. guideline_cols.append(EDITOR_GET("text_editor/appearance/guidelines/line_length_guideline_soft_column"));
  880. }
  881. text_editor->set_line_length_guidelines(guideline_cols);
  882. } else {
  883. text_editor->set_line_length_guidelines(TypedArray<int>());
  884. }
  885. set_zoom_factor(zoom_factor);
  886. }
  887. void CodeTextEditor::set_find_replace_bar(FindReplaceBar *p_bar) {
  888. if (find_replace_bar) {
  889. return;
  890. }
  891. find_replace_bar = p_bar;
  892. find_replace_bar->set_text_edit(this);
  893. find_replace_bar->connect("error", callable_mp(error, &Label::set_text));
  894. }
  895. void CodeTextEditor::remove_find_replace_bar() {
  896. if (!find_replace_bar) {
  897. return;
  898. }
  899. find_replace_bar->disconnect("error", callable_mp(error, &Label::set_text));
  900. find_replace_bar = nullptr;
  901. }
  902. void CodeTextEditor::trim_trailing_whitespace() {
  903. bool trimmed_whitespace = false;
  904. for (int i = 0; i < text_editor->get_line_count(); i++) {
  905. String line = text_editor->get_line(i);
  906. if (line.ends_with(" ") || line.ends_with("\t")) {
  907. if (!trimmed_whitespace) {
  908. text_editor->begin_complex_operation();
  909. trimmed_whitespace = true;
  910. }
  911. int end = 0;
  912. for (int j = line.length() - 1; j > -1; j--) {
  913. if (line[j] != ' ' && line[j] != '\t') {
  914. end = j + 1;
  915. break;
  916. }
  917. }
  918. text_editor->set_line(i, line.substr(0, end));
  919. }
  920. }
  921. if (trimmed_whitespace) {
  922. text_editor->merge_overlapping_carets();
  923. text_editor->end_complex_operation();
  924. text_editor->queue_redraw();
  925. }
  926. }
  927. void CodeTextEditor::insert_final_newline() {
  928. int final_line = text_editor->get_line_count() - 1;
  929. String line = text_editor->get_line(final_line);
  930. // Length 0 means it's already an empty line, no need to add a newline.
  931. if (line.length() > 0 && !line.ends_with("\n")) {
  932. text_editor->begin_complex_operation();
  933. line += "\n";
  934. text_editor->set_line(final_line, line);
  935. text_editor->end_complex_operation();
  936. text_editor->queue_redraw();
  937. }
  938. }
  939. void CodeTextEditor::convert_case(CaseStyle p_case) {
  940. if (!text_editor->has_selection()) {
  941. return;
  942. }
  943. text_editor->begin_complex_operation();
  944. Vector<int> caret_edit_order = text_editor->get_caret_index_edit_order();
  945. for (const int &c : caret_edit_order) {
  946. if (!text_editor->has_selection(c)) {
  947. continue;
  948. }
  949. int begin = text_editor->get_selection_from_line(c);
  950. int end = text_editor->get_selection_to_line(c);
  951. int begin_col = text_editor->get_selection_from_column(c);
  952. int end_col = text_editor->get_selection_to_column(c);
  953. for (int i = begin; i <= end; i++) {
  954. int len = text_editor->get_line(i).length();
  955. if (i == end) {
  956. len = end_col;
  957. }
  958. if (i == begin) {
  959. len -= begin_col;
  960. }
  961. String new_line = text_editor->get_line(i).substr(i == begin ? begin_col : 0, len);
  962. switch (p_case) {
  963. case UPPER: {
  964. new_line = new_line.to_upper();
  965. } break;
  966. case LOWER: {
  967. new_line = new_line.to_lower();
  968. } break;
  969. case CAPITALIZE: {
  970. new_line = new_line.capitalize();
  971. } break;
  972. }
  973. if (i == begin) {
  974. new_line = text_editor->get_line(i).left(begin_col) + new_line;
  975. }
  976. if (i == end) {
  977. new_line = new_line + text_editor->get_line(i).substr(end_col);
  978. }
  979. text_editor->set_line(i, new_line);
  980. }
  981. }
  982. text_editor->end_complex_operation();
  983. }
  984. void CodeTextEditor::set_indent_using_spaces(bool p_use_spaces) {
  985. text_editor->set_indent_using_spaces(p_use_spaces);
  986. indentation_txt->set_text(p_use_spaces ? TTR("Spaces", "Indentation") : TTR("Tabs", "Indentation"));
  987. }
  988. void CodeTextEditor::move_lines_up() {
  989. text_editor->begin_complex_operation();
  990. Vector<int> caret_edit_order = text_editor->get_caret_index_edit_order();
  991. // Lists of carets representing each group.
  992. Vector<Vector<int>> caret_groups;
  993. Vector<Pair<int, int>> group_borders;
  994. // Search for groups of carets and their selections residing on the same lines.
  995. for (int i = 0; i < caret_edit_order.size(); i++) {
  996. int c = caret_edit_order[i];
  997. Vector<int> new_group{ c };
  998. Pair<int, int> group_border;
  999. group_border.first = _get_affected_lines_from(c);
  1000. group_border.second = _get_affected_lines_to(c);
  1001. for (int j = i; j < caret_edit_order.size() - 1; j++) {
  1002. int c_current = caret_edit_order[j];
  1003. int c_next = caret_edit_order[j + 1];
  1004. int next_start_pos = _get_affected_lines_from(c_next);
  1005. int next_end_pos = _get_affected_lines_to(c_next);
  1006. int current_start_pos = text_editor->has_selection(c_current) ? text_editor->get_selection_from_line(c_current) : text_editor->get_caret_line(c_current);
  1007. i = j;
  1008. if (next_end_pos != current_start_pos && next_end_pos + 1 != current_start_pos) {
  1009. break;
  1010. }
  1011. group_border.first = next_start_pos;
  1012. new_group.push_back(c_next);
  1013. // If the last caret is added to the current group there is no need to process it again.
  1014. if (j + 1 == caret_edit_order.size() - 1) {
  1015. i++;
  1016. }
  1017. }
  1018. group_borders.push_back(group_border);
  1019. caret_groups.push_back(new_group);
  1020. }
  1021. for (int i = group_borders.size() - 1; i >= 0; i--) {
  1022. if (group_borders[i].first - 1 < 0) {
  1023. continue;
  1024. }
  1025. // If the group starts overlapping with the upper group don't move it.
  1026. if (i < group_borders.size() - 1 && group_borders[i].first - 1 <= group_borders[i + 1].second) {
  1027. continue;
  1028. }
  1029. // We have to remember caret positions and selections prior to line swapping.
  1030. Vector<Vector<int>> caret_group_parameters;
  1031. for (int j = 0; j < caret_groups[i].size(); j++) {
  1032. int c = caret_groups[i][j];
  1033. int cursor_line = text_editor->get_caret_line(c);
  1034. int cursor_column = text_editor->get_caret_column(c);
  1035. if (!text_editor->has_selection(c)) {
  1036. caret_group_parameters.push_back(Vector<int>{ -1, -1, -1, -1, cursor_line, cursor_column });
  1037. continue;
  1038. }
  1039. int from_line = text_editor->get_selection_from_line(c);
  1040. int from_col = text_editor->get_selection_from_column(c);
  1041. int to_line = text_editor->get_selection_to_line(c);
  1042. int to_column = text_editor->get_selection_to_column(c);
  1043. caret_group_parameters.push_back(Vector<int>{ from_line, from_col, to_line, to_column, cursor_line, cursor_column });
  1044. }
  1045. for (int line_id = group_borders[i].first; line_id <= group_borders[i].second; line_id++) {
  1046. text_editor->unfold_line(line_id);
  1047. text_editor->unfold_line(line_id - 1);
  1048. text_editor->swap_lines(line_id - 1, line_id);
  1049. }
  1050. for (int j = 0; j < caret_groups[i].size(); j++) {
  1051. int c = caret_groups[i][j];
  1052. const Vector<int> &caret_parameters = caret_group_parameters[j];
  1053. text_editor->set_caret_line(caret_parameters[4] - 1, c == 0, true, 0, c);
  1054. text_editor->set_caret_column(caret_parameters[5], c == 0, c);
  1055. if (caret_parameters[0] >= 0) {
  1056. text_editor->select(caret_parameters[0] - 1, caret_parameters[1], caret_parameters[2] - 1, caret_parameters[3], c);
  1057. }
  1058. }
  1059. }
  1060. text_editor->end_complex_operation();
  1061. text_editor->merge_overlapping_carets();
  1062. text_editor->queue_redraw();
  1063. }
  1064. void CodeTextEditor::move_lines_down() {
  1065. text_editor->begin_complex_operation();
  1066. Vector<int> caret_edit_order = text_editor->get_caret_index_edit_order();
  1067. // Lists of carets representing each group.
  1068. Vector<Vector<int>> caret_groups;
  1069. Vector<Pair<int, int>> group_borders;
  1070. Vector<int> group_border_ends;
  1071. // Search for groups of carets and their selections residing on the same lines.
  1072. for (int i = 0; i < caret_edit_order.size(); i++) {
  1073. int c = caret_edit_order[i];
  1074. Vector<int> new_group{ c };
  1075. Pair<int, int> group_border;
  1076. group_border.first = _get_affected_lines_from(c);
  1077. group_border.second = _get_affected_lines_to(c);
  1078. for (int j = i; j < caret_edit_order.size() - 1; j++) {
  1079. int c_current = caret_edit_order[j];
  1080. int c_next = caret_edit_order[j + 1];
  1081. int next_start_pos = _get_affected_lines_from(c_next);
  1082. int next_end_pos = _get_affected_lines_to(c_next);
  1083. int current_start_pos = text_editor->has_selection(c_current) ? text_editor->get_selection_from_line(c_current) : text_editor->get_caret_line(c_current);
  1084. i = j;
  1085. if (next_end_pos == current_start_pos || next_end_pos + 1 == current_start_pos) {
  1086. group_border.first = next_start_pos;
  1087. new_group.push_back(c_next);
  1088. // If the last caret is added to the current group there is no need to process it again.
  1089. if (j + 1 == caret_edit_order.size() - 1) {
  1090. i++;
  1091. }
  1092. } else {
  1093. break;
  1094. }
  1095. }
  1096. group_borders.push_back(group_border);
  1097. group_border_ends.push_back(text_editor->has_selection(c) ? text_editor->get_selection_to_line(c) : text_editor->get_caret_line(c));
  1098. caret_groups.push_back(new_group);
  1099. }
  1100. for (int i = 0; i < group_borders.size(); i++) {
  1101. if (group_border_ends[i] + 1 > text_editor->get_line_count() - 1) {
  1102. continue;
  1103. }
  1104. // If the group starts overlapping with the upper group don't move it.
  1105. if (i > 0 && group_border_ends[i] + 1 >= group_borders[i - 1].first) {
  1106. continue;
  1107. }
  1108. // We have to remember caret positions and selections prior to line swapping.
  1109. Vector<Vector<int>> caret_group_parameters;
  1110. for (int j = 0; j < caret_groups[i].size(); j++) {
  1111. int c = caret_groups[i][j];
  1112. int cursor_line = text_editor->get_caret_line(c);
  1113. int cursor_column = text_editor->get_caret_column(c);
  1114. if (!text_editor->has_selection(c)) {
  1115. caret_group_parameters.push_back(Vector<int>{ -1, -1, -1, -1, cursor_line, cursor_column });
  1116. continue;
  1117. }
  1118. int from_line = text_editor->get_selection_from_line(c);
  1119. int from_col = text_editor->get_selection_from_column(c);
  1120. int to_line = text_editor->get_selection_to_line(c);
  1121. int to_column = text_editor->get_selection_to_column(c);
  1122. caret_group_parameters.push_back(Vector<int>{ from_line, from_col, to_line, to_column, cursor_line, cursor_column });
  1123. }
  1124. for (int line_id = group_borders[i].second; line_id >= group_borders[i].first; line_id--) {
  1125. text_editor->unfold_line(line_id);
  1126. text_editor->unfold_line(line_id + 1);
  1127. text_editor->swap_lines(line_id + 1, line_id);
  1128. }
  1129. for (int j = 0; j < caret_groups[i].size(); j++) {
  1130. int c = caret_groups[i][j];
  1131. const Vector<int> &caret_parameters = caret_group_parameters[j];
  1132. text_editor->set_caret_line(caret_parameters[4] + 1, c == 0, true, 0, c);
  1133. text_editor->set_caret_column(caret_parameters[5], c == 0, c);
  1134. if (caret_parameters[0] >= 0) {
  1135. text_editor->select(caret_parameters[0] + 1, caret_parameters[1], caret_parameters[2] + 1, caret_parameters[3], c);
  1136. }
  1137. }
  1138. }
  1139. text_editor->merge_overlapping_carets();
  1140. text_editor->end_complex_operation();
  1141. text_editor->queue_redraw();
  1142. }
  1143. void CodeTextEditor::delete_lines() {
  1144. text_editor->begin_complex_operation();
  1145. Vector<int> caret_edit_order = text_editor->get_caret_index_edit_order();
  1146. Vector<int> lines;
  1147. int last_line = INT_MAX;
  1148. for (const int &c : caret_edit_order) {
  1149. for (int line = _get_affected_lines_to(c); line >= _get_affected_lines_from(c); line--) {
  1150. if (line >= last_line) {
  1151. continue;
  1152. }
  1153. last_line = line;
  1154. lines.append(line);
  1155. }
  1156. }
  1157. for (const int &line : lines) {
  1158. if (line != text_editor->get_line_count() - 1) {
  1159. text_editor->remove_text(line, 0, line + 1, 0);
  1160. } else {
  1161. text_editor->remove_text(line - 1, text_editor->get_line(line - 1).length(), line, text_editor->get_line(line).length());
  1162. }
  1163. // Readjust carets.
  1164. int new_line = MIN(line, text_editor->get_line_count() - 1);
  1165. text_editor->unfold_line(new_line);
  1166. for (const int &c : caret_edit_order) {
  1167. if (text_editor->get_caret_line(c) == line || (text_editor->get_caret_line(c) == line + 1 && text_editor->get_caret_column(c) == 0)) {
  1168. text_editor->deselect(c);
  1169. text_editor->set_caret_line(new_line, c == 0, true, 0, c);
  1170. continue;
  1171. }
  1172. if (text_editor->get_caret_line(c) > line) {
  1173. text_editor->set_caret_line(text_editor->get_caret_line(c) - 1, c == 0, true, 0, c);
  1174. continue;
  1175. }
  1176. break;
  1177. }
  1178. }
  1179. text_editor->merge_overlapping_carets();
  1180. text_editor->end_complex_operation();
  1181. }
  1182. void CodeTextEditor::duplicate_selection() {
  1183. text_editor->begin_complex_operation();
  1184. Vector<int> caret_edit_order = text_editor->get_caret_index_edit_order();
  1185. for (const int &c : caret_edit_order) {
  1186. const int cursor_column = text_editor->get_caret_column(c);
  1187. int from_line = text_editor->get_caret_line(c);
  1188. int to_line = text_editor->get_caret_line(c);
  1189. int from_column = 0;
  1190. int to_column = 0;
  1191. int cursor_new_line = to_line + 1;
  1192. int cursor_new_column = text_editor->get_caret_column(c);
  1193. String new_text = "\n" + text_editor->get_line(from_line);
  1194. bool selection_active = false;
  1195. text_editor->set_caret_column(text_editor->get_line(from_line).length(), c == 0, c);
  1196. if (text_editor->has_selection(c)) {
  1197. from_column = text_editor->get_selection_from_column(c);
  1198. to_column = text_editor->get_selection_to_column(c);
  1199. from_line = text_editor->get_selection_from_line(c);
  1200. to_line = text_editor->get_selection_to_line(c);
  1201. cursor_new_line = to_line + text_editor->get_caret_line(c) - from_line;
  1202. cursor_new_column = to_column == cursor_column ? 2 * to_column - from_column : to_column;
  1203. new_text = text_editor->get_selected_text(c);
  1204. selection_active = true;
  1205. text_editor->set_caret_line(to_line, c == 0, true, 0, c);
  1206. text_editor->set_caret_column(to_column, c == 0, c);
  1207. }
  1208. for (int i = from_line; i <= to_line; i++) {
  1209. text_editor->unfold_line(i);
  1210. }
  1211. text_editor->deselect(c);
  1212. text_editor->insert_text_at_caret(new_text, c);
  1213. text_editor->set_caret_line(cursor_new_line, c == 0, true, 0, c);
  1214. text_editor->set_caret_column(cursor_new_column, c == 0, c);
  1215. if (selection_active) {
  1216. text_editor->select(to_line, to_column, 2 * to_line - from_line, to_line == from_line ? 2 * to_column - from_column : to_column, c);
  1217. }
  1218. }
  1219. text_editor->merge_overlapping_carets();
  1220. text_editor->end_complex_operation();
  1221. text_editor->queue_redraw();
  1222. }
  1223. void CodeTextEditor::toggle_inline_comment(const String &delimiter) {
  1224. text_editor->begin_complex_operation();
  1225. Vector<int> caret_edit_order = text_editor->get_caret_index_edit_order();
  1226. caret_edit_order.reverse();
  1227. int last_line = -1;
  1228. int folded_to = 0;
  1229. for (const int &c1 : caret_edit_order) {
  1230. int from = _get_affected_lines_from(c1);
  1231. from += from == last_line ? 1 + folded_to : 0;
  1232. int to = _get_affected_lines_to(c1);
  1233. last_line = to;
  1234. // If last line is folded, extends to the end of the folded section
  1235. if (text_editor->is_line_folded(to)) {
  1236. folded_to = text_editor->get_next_visible_line_offset_from(to + 1, 1) - 1;
  1237. to += folded_to;
  1238. }
  1239. // Check first if there's any uncommented lines in selection.
  1240. bool is_commented = true;
  1241. bool is_all_empty = true;
  1242. for (int line = from; line <= to; line++) {
  1243. // `+ delimiter.length()` here because comment delimiter is not actually `in comment` so we check first character after it
  1244. int delimiter_idx = text_editor->is_in_comment(line, text_editor->get_first_non_whitespace_column(line) + delimiter.length());
  1245. // Empty lines should not be counted.
  1246. bool is_empty = text_editor->get_line(line).strip_edges().is_empty();
  1247. is_all_empty = is_all_empty && is_empty;
  1248. // get_delimiter_start_key will return `##` instead of `#` when there is multiple comment delimiter in a line.
  1249. if (!is_empty && (delimiter_idx == -1 || !text_editor->get_delimiter_start_key(delimiter_idx).begins_with(delimiter))) {
  1250. is_commented = false;
  1251. break;
  1252. }
  1253. }
  1254. // Special case for commenting empty lines, treat it/them as uncommented lines.
  1255. is_commented = is_commented && !is_all_empty;
  1256. // Caret positions need to be saved since they could be moved at the eol.
  1257. Vector<int> caret_cols;
  1258. Vector<int> selection_to_cols;
  1259. for (const int &c2 : caret_edit_order) {
  1260. if (text_editor->get_caret_line(c2) >= from && text_editor->get_caret_line(c2) <= to) {
  1261. caret_cols.append(text_editor->get_caret_column(c2));
  1262. }
  1263. if (text_editor->has_selection(c2) && text_editor->get_selection_to_line(c2) >= from && text_editor->get_selection_to_line(c2) <= to) {
  1264. selection_to_cols.append(text_editor->get_selection_to_column(c2));
  1265. }
  1266. }
  1267. // Comment/uncomment.
  1268. for (int line = from; line <= to; line++) {
  1269. String line_text = text_editor->get_line(line);
  1270. if (is_all_empty) {
  1271. text_editor->set_line(line, delimiter);
  1272. continue;
  1273. }
  1274. if (is_commented) {
  1275. text_editor->set_line(line, line_text.replace_first(delimiter, ""));
  1276. } else {
  1277. text_editor->set_line(line, line_text.insert(text_editor->get_first_non_whitespace_column(line), delimiter));
  1278. }
  1279. }
  1280. // Readjust carets and selections.
  1281. int caret_i = 0;
  1282. int selection_i = 0;
  1283. int offset = (is_commented ? -1 : 1) * delimiter.length();
  1284. for (const int &c2 : caret_edit_order) {
  1285. bool is_line_selection = text_editor->has_selection(c2) && text_editor->get_selection_from_line(c2) < text_editor->get_selection_to_line(c2);
  1286. if (text_editor->get_caret_line(c2) >= from && text_editor->get_caret_line(c2) <= to) {
  1287. int caret_col = caret_cols[caret_i++];
  1288. caret_col += (is_line_selection && caret_col == 0) ? 0 : offset;
  1289. text_editor->set_caret_column(caret_col, c2 == 0, c2);
  1290. }
  1291. if (text_editor->has_selection(c2) && text_editor->get_selection_to_line(c2) >= from && text_editor->get_selection_to_line(c2) <= to) {
  1292. int from_col = text_editor->get_selection_from_column(c2);
  1293. from_col += (is_line_selection && from_col == 0) ? 0 : offset;
  1294. int to_col = selection_to_cols[selection_i++];
  1295. to_col += (to_col == 0) ? 0 : offset;
  1296. text_editor->select(
  1297. text_editor->get_selection_from_line(c2), from_col,
  1298. text_editor->get_selection_to_line(c2), to_col, c2);
  1299. }
  1300. }
  1301. }
  1302. text_editor->merge_overlapping_carets();
  1303. text_editor->end_complex_operation();
  1304. text_editor->queue_redraw();
  1305. }
  1306. void CodeTextEditor::goto_line(int p_line) {
  1307. text_editor->remove_secondary_carets();
  1308. text_editor->deselect();
  1309. text_editor->unfold_line(p_line);
  1310. callable_mp((TextEdit *)text_editor, &TextEdit::set_caret_line).call_deferred(p_line, true, true, 0, 0);
  1311. }
  1312. void CodeTextEditor::goto_line_selection(int p_line, int p_begin, int p_end) {
  1313. text_editor->remove_secondary_carets();
  1314. text_editor->unfold_line(p_line);
  1315. callable_mp((TextEdit *)text_editor, &TextEdit::set_caret_line).call_deferred(p_line, true, true, 0, 0);
  1316. callable_mp((TextEdit *)text_editor, &TextEdit::set_caret_column).call_deferred(p_begin, true, 0);
  1317. text_editor->select(p_line, p_begin, p_line, p_end);
  1318. }
  1319. void CodeTextEditor::goto_line_centered(int p_line) {
  1320. goto_line(p_line);
  1321. callable_mp((TextEdit *)text_editor, &TextEdit::center_viewport_to_caret).call_deferred(0);
  1322. }
  1323. void CodeTextEditor::set_executing_line(int p_line) {
  1324. text_editor->set_line_as_executing(p_line, true);
  1325. }
  1326. void CodeTextEditor::clear_executing_line() {
  1327. text_editor->clear_executing_lines();
  1328. }
  1329. Variant CodeTextEditor::get_edit_state() {
  1330. Dictionary state;
  1331. state.merge(get_navigation_state());
  1332. state["folded_lines"] = text_editor->get_folded_lines();
  1333. state["breakpoints"] = text_editor->get_breakpointed_lines();
  1334. state["bookmarks"] = text_editor->get_bookmarked_lines();
  1335. Ref<EditorSyntaxHighlighter> syntax_highlighter = text_editor->get_syntax_highlighter();
  1336. state["syntax_highlighter"] = syntax_highlighter->_get_name();
  1337. return state;
  1338. }
  1339. void CodeTextEditor::set_edit_state(const Variant &p_state) {
  1340. Dictionary state = p_state;
  1341. /* update the row first as it sets the column to 0 */
  1342. text_editor->set_caret_line(state["row"]);
  1343. text_editor->set_caret_column(state["column"]);
  1344. text_editor->set_v_scroll(state["scroll_position"]);
  1345. text_editor->set_h_scroll(state["h_scroll_position"]);
  1346. if (state.get("selection", false)) {
  1347. text_editor->select(state["selection_from_line"], state["selection_from_column"], state["selection_to_line"], state["selection_to_column"]);
  1348. } else {
  1349. text_editor->deselect();
  1350. }
  1351. if (state.has("folded_lines")) {
  1352. Vector<int> folded_lines = state["folded_lines"];
  1353. for (int i = 0; i < folded_lines.size(); i++) {
  1354. text_editor->fold_line(folded_lines[i]);
  1355. }
  1356. }
  1357. if (state.has("breakpoints")) {
  1358. Array breakpoints = state["breakpoints"];
  1359. for (int i = 0; i < breakpoints.size(); i++) {
  1360. text_editor->set_line_as_breakpoint(breakpoints[i], true);
  1361. }
  1362. }
  1363. if (state.has("bookmarks")) {
  1364. Array bookmarks = state["bookmarks"];
  1365. for (int i = 0; i < bookmarks.size(); i++) {
  1366. text_editor->set_line_as_bookmarked(bookmarks[i], true);
  1367. }
  1368. }
  1369. }
  1370. Variant CodeTextEditor::get_navigation_state() {
  1371. Dictionary state;
  1372. state["scroll_position"] = text_editor->get_v_scroll();
  1373. state["h_scroll_position"] = text_editor->get_h_scroll();
  1374. state["column"] = text_editor->get_caret_column();
  1375. state["row"] = text_editor->get_caret_line();
  1376. state["selection"] = get_text_editor()->has_selection();
  1377. if (get_text_editor()->has_selection()) {
  1378. state["selection_from_line"] = text_editor->get_selection_from_line();
  1379. state["selection_from_column"] = text_editor->get_selection_from_column();
  1380. state["selection_to_line"] = text_editor->get_selection_to_line();
  1381. state["selection_to_column"] = text_editor->get_selection_to_column();
  1382. }
  1383. return state;
  1384. }
  1385. void CodeTextEditor::set_error(const String &p_error) {
  1386. error->set_text(p_error);
  1387. if (!p_error.is_empty()) {
  1388. error->set_default_cursor_shape(CURSOR_POINTING_HAND);
  1389. } else {
  1390. error->set_default_cursor_shape(CURSOR_ARROW);
  1391. }
  1392. }
  1393. void CodeTextEditor::set_error_pos(int p_line, int p_column) {
  1394. error_line = p_line;
  1395. error_column = p_column;
  1396. }
  1397. Point2i CodeTextEditor::get_error_pos() const {
  1398. return Point2i(error_line, error_column);
  1399. }
  1400. void CodeTextEditor::goto_error() {
  1401. if (!error->get_text().is_empty()) {
  1402. if (text_editor->get_line_count() != error_line) {
  1403. text_editor->unfold_line(error_line);
  1404. }
  1405. text_editor->remove_secondary_carets();
  1406. text_editor->set_caret_line(error_line);
  1407. text_editor->set_caret_column(error_column);
  1408. text_editor->center_viewport_to_caret();
  1409. }
  1410. }
  1411. void CodeTextEditor::_update_text_editor_theme() {
  1412. emit_signal(SNAME("load_theme_settings"));
  1413. error_button->set_icon(get_editor_theme_icon(SNAME("StatusError")));
  1414. warning_button->set_icon(get_editor_theme_icon(SNAME("NodeWarning")));
  1415. Ref<Font> status_bar_font = get_theme_font(SNAME("status_source"), EditorStringName(EditorFonts));
  1416. int status_bar_font_size = get_theme_font_size(SNAME("status_source_size"), EditorStringName(EditorFonts));
  1417. int count = status_bar->get_child_count();
  1418. for (int i = 0; i < count; i++) {
  1419. Control *n = Object::cast_to<Control>(status_bar->get_child(i));
  1420. if (n) {
  1421. n->add_theme_font_override(SNAME("font"), status_bar_font);
  1422. n->add_theme_font_size_override(SNAME("font_size"), status_bar_font_size);
  1423. }
  1424. }
  1425. const Color &error_color = get_theme_color(SNAME("error_color"), EditorStringName(Editor));
  1426. const Color &warning_color = get_theme_color(SNAME("warning_color"), EditorStringName(Editor));
  1427. error->add_theme_color_override(SNAME("font_color"), error_color);
  1428. error_button->add_theme_color_override(SNAME("font_color"), error_color);
  1429. warning_button->add_theme_color_override(SNAME("font_color"), warning_color);
  1430. _update_font_ligatures();
  1431. }
  1432. void CodeTextEditor::_update_font_ligatures() {
  1433. int ot_mode = EDITOR_GET("interface/editor/code_font_contextual_ligatures");
  1434. Ref<FontVariation> fc = text_editor->get_theme_font(SNAME("font"));
  1435. if (fc.is_valid()) {
  1436. switch (ot_mode) {
  1437. case 1: { // Disable ligatures.
  1438. Dictionary ftrs;
  1439. ftrs[TS->name_to_tag("calt")] = 0;
  1440. fc->set_opentype_features(ftrs);
  1441. } break;
  1442. case 2: { // Custom.
  1443. Vector<String> subtag = String(EDITOR_GET("interface/editor/code_font_custom_opentype_features")).split(",");
  1444. Dictionary ftrs;
  1445. for (int i = 0; i < subtag.size(); i++) {
  1446. Vector<String> subtag_a = subtag[i].split("=");
  1447. if (subtag_a.size() == 2) {
  1448. ftrs[TS->name_to_tag(subtag_a[0])] = subtag_a[1].to_int();
  1449. } else if (subtag_a.size() == 1) {
  1450. ftrs[TS->name_to_tag(subtag_a[0])] = 1;
  1451. }
  1452. }
  1453. fc->set_opentype_features(ftrs);
  1454. } break;
  1455. default: { // Enabled.
  1456. Dictionary ftrs;
  1457. ftrs[TS->name_to_tag("calt")] = 1;
  1458. fc->set_opentype_features(ftrs);
  1459. } break;
  1460. }
  1461. }
  1462. }
  1463. void CodeTextEditor::_text_changed_idle_timeout() {
  1464. _validate_script();
  1465. emit_signal(SNAME("validate_script"));
  1466. }
  1467. void CodeTextEditor::validate_script() {
  1468. idle->start();
  1469. }
  1470. void CodeTextEditor::_error_button_pressed() {
  1471. _set_show_errors_panel(!is_errors_panel_opened);
  1472. _set_show_warnings_panel(false);
  1473. }
  1474. void CodeTextEditor::_warning_button_pressed() {
  1475. _set_show_warnings_panel(!is_warnings_panel_opened);
  1476. _set_show_errors_panel(false);
  1477. }
  1478. void CodeTextEditor::_zoom_popup_id_pressed(int p_idx) {
  1479. _zoom_to(zoom_button->get_popup()->get_item_metadata(p_idx));
  1480. }
  1481. void CodeTextEditor::_set_show_errors_panel(bool p_show) {
  1482. is_errors_panel_opened = p_show;
  1483. emit_signal(SNAME("show_errors_panel"), p_show);
  1484. }
  1485. void CodeTextEditor::_set_show_warnings_panel(bool p_show) {
  1486. is_warnings_panel_opened = p_show;
  1487. emit_signal(SNAME("show_warnings_panel"), p_show);
  1488. }
  1489. void CodeTextEditor::_toggle_scripts_pressed() {
  1490. ScriptEditor::get_singleton()->toggle_scripts_panel();
  1491. update_toggle_scripts_button();
  1492. }
  1493. int CodeTextEditor::_get_affected_lines_from(int p_caret) {
  1494. return text_editor->has_selection(p_caret) ? text_editor->get_selection_from_line(p_caret) : text_editor->get_caret_line(p_caret);
  1495. }
  1496. int CodeTextEditor::_get_affected_lines_to(int p_caret) {
  1497. if (!text_editor->has_selection(p_caret)) {
  1498. return text_editor->get_caret_line(p_caret);
  1499. }
  1500. int line = text_editor->get_selection_to_line(p_caret);
  1501. // Don't affect a line with no selected characters.
  1502. if (text_editor->get_selection_to_column(p_caret) == 0) {
  1503. line--;
  1504. }
  1505. return line;
  1506. }
  1507. void CodeTextEditor::_error_pressed(const Ref<InputEvent> &p_event) {
  1508. Ref<InputEventMouseButton> mb = p_event;
  1509. if (mb.is_valid() && mb->is_pressed() && mb->get_button_index() == MouseButton::LEFT) {
  1510. goto_error();
  1511. }
  1512. }
  1513. void CodeTextEditor::_notification(int p_what) {
  1514. switch (p_what) {
  1515. case NOTIFICATION_THEME_CHANGED: {
  1516. if (toggle_scripts_button->is_visible()) {
  1517. update_toggle_scripts_button();
  1518. }
  1519. _update_text_editor_theme();
  1520. } break;
  1521. case NOTIFICATION_VISIBILITY_CHANGED: {
  1522. if (toggle_scripts_button->is_visible()) {
  1523. update_toggle_scripts_button();
  1524. }
  1525. set_process_input(is_visible_in_tree());
  1526. } break;
  1527. case NOTIFICATION_PREDELETE: {
  1528. if (find_replace_bar) {
  1529. find_replace_bar->set_text_edit(nullptr);
  1530. }
  1531. } break;
  1532. }
  1533. }
  1534. void CodeTextEditor::set_error_count(int p_error_count) {
  1535. error_button->set_text(itos(p_error_count));
  1536. error_button->set_visible(p_error_count > 0);
  1537. if (!p_error_count) {
  1538. _set_show_errors_panel(false);
  1539. }
  1540. }
  1541. void CodeTextEditor::set_warning_count(int p_warning_count) {
  1542. warning_button->set_text(itos(p_warning_count));
  1543. warning_button->set_visible(p_warning_count > 0);
  1544. if (!p_warning_count) {
  1545. _set_show_warnings_panel(false);
  1546. }
  1547. }
  1548. void CodeTextEditor::toggle_bookmark() {
  1549. Vector<int> caret_edit_order = text_editor->get_caret_index_edit_order();
  1550. caret_edit_order.reverse();
  1551. int last_line = -1;
  1552. for (const int &c : caret_edit_order) {
  1553. int from = text_editor->has_selection(c) ? text_editor->get_selection_from_line(c) : text_editor->get_caret_line(c);
  1554. from += from == last_line ? 1 : 0;
  1555. int to = text_editor->has_selection(c) ? text_editor->get_selection_to_line(c) : text_editor->get_caret_line(c);
  1556. if (to < from) {
  1557. continue;
  1558. }
  1559. // Check first if there's any bookmarked lines in the selection.
  1560. bool selection_has_bookmarks = false;
  1561. for (int line = from; line <= to; line++) {
  1562. if (text_editor->is_line_bookmarked(line)) {
  1563. selection_has_bookmarks = true;
  1564. break;
  1565. }
  1566. }
  1567. // Set bookmark on caret or remove all bookmarks from the selection.
  1568. if (!selection_has_bookmarks) {
  1569. if (text_editor->get_caret_line(c) != last_line) {
  1570. text_editor->set_line_as_bookmarked(text_editor->get_caret_line(c), true);
  1571. }
  1572. } else {
  1573. for (int line = from; line <= to; line++) {
  1574. text_editor->set_line_as_bookmarked(line, false);
  1575. }
  1576. }
  1577. last_line = to;
  1578. }
  1579. }
  1580. void CodeTextEditor::goto_next_bookmark() {
  1581. PackedInt32Array bmarks = text_editor->get_bookmarked_lines();
  1582. if (bmarks.size() <= 0) {
  1583. return;
  1584. }
  1585. int current_line = text_editor->get_caret_line();
  1586. int bmark_idx = 0;
  1587. if (current_line < (int)bmarks[bmarks.size() - 1]) {
  1588. while (bmark_idx < bmarks.size() && bmarks[bmark_idx] <= current_line) {
  1589. bmark_idx++;
  1590. }
  1591. }
  1592. goto_line_centered(bmarks[bmark_idx]);
  1593. }
  1594. void CodeTextEditor::goto_prev_bookmark() {
  1595. PackedInt32Array bmarks = text_editor->get_bookmarked_lines();
  1596. if (bmarks.size() <= 0) {
  1597. return;
  1598. }
  1599. int current_line = text_editor->get_caret_line();
  1600. int bmark_idx = bmarks.size() - 1;
  1601. if (current_line > (int)bmarks[0]) {
  1602. while (bmark_idx >= 0 && bmarks[bmark_idx] >= current_line) {
  1603. bmark_idx--;
  1604. }
  1605. }
  1606. goto_line_centered(bmarks[bmark_idx]);
  1607. }
  1608. void CodeTextEditor::remove_all_bookmarks() {
  1609. text_editor->clear_bookmarked_lines();
  1610. }
  1611. void CodeTextEditor::_zoom_in() {
  1612. int s = text_editor->get_theme_font_size("font_size");
  1613. _zoom_to(zoom_factor * (s + MAX(1.0f, EDSCALE)) / s);
  1614. }
  1615. void CodeTextEditor::_zoom_out() {
  1616. int s = text_editor->get_theme_font_size("font_size");
  1617. _zoom_to(zoom_factor * (s - MAX(1.0f, EDSCALE)) / s);
  1618. }
  1619. void CodeTextEditor::_zoom_to(float p_zoom_factor) {
  1620. if (zoom_factor == p_zoom_factor) {
  1621. return;
  1622. }
  1623. float old_zoom_factor = zoom_factor;
  1624. set_zoom_factor(p_zoom_factor);
  1625. if (old_zoom_factor != zoom_factor) {
  1626. emit_signal(SNAME("zoomed"), zoom_factor);
  1627. }
  1628. }
  1629. void CodeTextEditor::set_zoom_factor(float p_zoom_factor) {
  1630. int preset_count = sizeof(ZOOM_FACTOR_PRESETS) / sizeof(float);
  1631. zoom_factor = CLAMP(p_zoom_factor, ZOOM_FACTOR_PRESETS[0], ZOOM_FACTOR_PRESETS[preset_count - 1]);
  1632. int neutral_font_size = int(EDITOR_GET("interface/editor/code_font_size")) * EDSCALE;
  1633. int new_font_size = Math::round(zoom_factor * neutral_font_size);
  1634. zoom_button->set_text(itos(Math::round(zoom_factor * 100)) + " %");
  1635. if (text_editor->has_theme_font_size_override("font_size")) {
  1636. text_editor->remove_theme_font_size_override("font_size");
  1637. }
  1638. text_editor->add_theme_font_size_override("font_size", new_font_size);
  1639. }
  1640. float CodeTextEditor::get_zoom_factor() {
  1641. return zoom_factor;
  1642. }
  1643. void CodeTextEditor::_bind_methods() {
  1644. ADD_SIGNAL(MethodInfo("validate_script"));
  1645. ADD_SIGNAL(MethodInfo("load_theme_settings"));
  1646. ADD_SIGNAL(MethodInfo("show_errors_panel"));
  1647. ADD_SIGNAL(MethodInfo("show_warnings_panel"));
  1648. ADD_SIGNAL(MethodInfo("zoomed", PropertyInfo(Variant::FLOAT, "p_zoom_factor")));
  1649. }
  1650. void CodeTextEditor::set_code_complete_func(CodeTextEditorCodeCompleteFunc p_code_complete_func, void *p_ud) {
  1651. code_complete_func = p_code_complete_func;
  1652. code_complete_ud = p_ud;
  1653. }
  1654. void CodeTextEditor::show_toggle_scripts_button() {
  1655. toggle_scripts_button->show();
  1656. }
  1657. void CodeTextEditor::update_toggle_scripts_button() {
  1658. if (is_layout_rtl()) {
  1659. toggle_scripts_button->set_icon(get_editor_theme_icon(ScriptEditor::get_singleton()->is_scripts_panel_toggled() ? SNAME("Forward") : SNAME("Back")));
  1660. } else {
  1661. toggle_scripts_button->set_icon(get_editor_theme_icon(ScriptEditor::get_singleton()->is_scripts_panel_toggled() ? SNAME("Back") : SNAME("Forward")));
  1662. }
  1663. toggle_scripts_button->set_tooltip_text(vformat("%s (%s)", TTR("Toggle Scripts Panel"), ED_GET_SHORTCUT("script_editor/toggle_scripts_panel")->get_as_text()));
  1664. }
  1665. CodeTextEditor::CodeTextEditor() {
  1666. code_complete_func = nullptr;
  1667. ED_SHORTCUT("script_editor/zoom_in", TTR("Zoom In"), KeyModifierMask::CMD_OR_CTRL | Key::EQUAL);
  1668. ED_SHORTCUT("script_editor/zoom_out", TTR("Zoom Out"), KeyModifierMask::CMD_OR_CTRL | Key::MINUS);
  1669. ED_SHORTCUT_ARRAY("script_editor/reset_zoom", TTR("Reset Zoom"),
  1670. { int32_t(KeyModifierMask::CMD_OR_CTRL | Key::KEY_0), int32_t(KeyModifierMask::CMD_OR_CTRL | Key::KP_0) });
  1671. text_editor = memnew(CodeEdit);
  1672. add_child(text_editor);
  1673. text_editor->set_v_size_flags(SIZE_EXPAND_FILL);
  1674. text_editor->set_structured_text_bidi_override(TextServer::STRUCTURED_TEXT_GDSCRIPT);
  1675. text_editor->set_draw_bookmarks_gutter(true);
  1676. text_editor->set_draw_line_numbers(true);
  1677. text_editor->set_highlight_matching_braces_enabled(true);
  1678. text_editor->set_auto_indent_enabled(true);
  1679. text_editor->set_deselect_on_focus_loss_enabled(false);
  1680. status_bar = memnew(HBoxContainer);
  1681. add_child(status_bar);
  1682. status_bar->set_h_size_flags(SIZE_EXPAND_FILL);
  1683. status_bar->set_custom_minimum_size(Size2(0, 24 * EDSCALE)); // Adjust for the height of the warning icon.
  1684. idle = memnew(Timer);
  1685. add_child(idle);
  1686. idle->set_one_shot(true);
  1687. code_complete_enabled = EDITOR_GET("text_editor/completion/code_complete_enabled");
  1688. code_complete_timer = memnew(Timer);
  1689. add_child(code_complete_timer);
  1690. code_complete_timer->set_one_shot(true);
  1691. error_line = 0;
  1692. error_column = 0;
  1693. toggle_scripts_button = memnew(Button);
  1694. toggle_scripts_button->set_flat(true);
  1695. toggle_scripts_button->set_v_size_flags(SIZE_EXPAND | SIZE_SHRINK_CENTER);
  1696. toggle_scripts_button->connect("pressed", callable_mp(this, &CodeTextEditor::_toggle_scripts_pressed));
  1697. status_bar->add_child(toggle_scripts_button);
  1698. toggle_scripts_button->hide();
  1699. // Error
  1700. ScrollContainer *scroll = memnew(ScrollContainer);
  1701. scroll->set_h_size_flags(SIZE_EXPAND_FILL);
  1702. scroll->set_v_size_flags(SIZE_EXPAND_FILL);
  1703. scroll->set_vertical_scroll_mode(ScrollContainer::SCROLL_MODE_DISABLED);
  1704. status_bar->add_child(scroll);
  1705. error = memnew(Label);
  1706. scroll->add_child(error);
  1707. error->set_v_size_flags(SIZE_EXPAND | SIZE_SHRINK_CENTER);
  1708. error->set_mouse_filter(MOUSE_FILTER_STOP);
  1709. error->connect("gui_input", callable_mp(this, &CodeTextEditor::_error_pressed));
  1710. // Errors
  1711. error_button = memnew(Button);
  1712. error_button->set_flat(true);
  1713. status_bar->add_child(error_button);
  1714. error_button->set_v_size_flags(SIZE_EXPAND | SIZE_SHRINK_CENTER);
  1715. error_button->set_default_cursor_shape(CURSOR_POINTING_HAND);
  1716. error_button->connect("pressed", callable_mp(this, &CodeTextEditor::_error_button_pressed));
  1717. error_button->set_tooltip_text(TTR("Errors"));
  1718. set_error_count(0);
  1719. // Warnings
  1720. warning_button = memnew(Button);
  1721. warning_button->set_flat(true);
  1722. status_bar->add_child(warning_button);
  1723. warning_button->set_v_size_flags(SIZE_EXPAND | SIZE_SHRINK_CENTER);
  1724. warning_button->set_default_cursor_shape(CURSOR_POINTING_HAND);
  1725. warning_button->connect("pressed", callable_mp(this, &CodeTextEditor::_warning_button_pressed));
  1726. warning_button->set_tooltip_text(TTR("Warnings"));
  1727. set_warning_count(0);
  1728. status_bar->add_child(memnew(VSeparator));
  1729. // Zoom
  1730. zoom_button = memnew(MenuButton);
  1731. status_bar->add_child(zoom_button);
  1732. zoom_button->set_flat(true);
  1733. zoom_button->set_v_size_flags(SIZE_EXPAND | SIZE_SHRINK_CENTER);
  1734. zoom_button->set_tooltip_text(TTR("Zoom factor"));
  1735. zoom_button->set_text("100 %");
  1736. PopupMenu *zoom_menu = zoom_button->get_popup();
  1737. int preset_count = sizeof(ZOOM_FACTOR_PRESETS) / sizeof(float);
  1738. for (int i = 0; i < preset_count; i++) {
  1739. float z = ZOOM_FACTOR_PRESETS[i];
  1740. zoom_menu->add_item(itos(Math::round(z * 100)) + " %");
  1741. zoom_menu->set_item_metadata(i, z);
  1742. }
  1743. zoom_menu->connect("id_pressed", callable_mp(this, &CodeTextEditor::_zoom_popup_id_pressed));
  1744. status_bar->add_child(memnew(VSeparator));
  1745. // Line and column
  1746. line_and_col_txt = memnew(Label);
  1747. status_bar->add_child(line_and_col_txt);
  1748. line_and_col_txt->set_v_size_flags(SIZE_EXPAND | SIZE_SHRINK_CENTER);
  1749. line_and_col_txt->set_tooltip_text(TTR("Line and column numbers."));
  1750. line_and_col_txt->set_mouse_filter(MOUSE_FILTER_STOP);
  1751. status_bar->add_child(memnew(VSeparator));
  1752. // Indentation
  1753. indentation_txt = memnew(Label);
  1754. status_bar->add_child(indentation_txt);
  1755. indentation_txt->set_v_size_flags(SIZE_EXPAND | SIZE_SHRINK_CENTER);
  1756. indentation_txt->set_tooltip_text(TTR("Indentation"));
  1757. indentation_txt->set_mouse_filter(MOUSE_FILTER_STOP);
  1758. text_editor->connect("gui_input", callable_mp(this, &CodeTextEditor::_text_editor_gui_input));
  1759. text_editor->connect("caret_changed", callable_mp(this, &CodeTextEditor::_line_col_changed));
  1760. text_editor->connect("text_changed", callable_mp(this, &CodeTextEditor::_text_changed));
  1761. text_editor->connect("code_completion_requested", callable_mp(this, &CodeTextEditor::_complete_request));
  1762. TypedArray<String> cs;
  1763. cs.push_back(".");
  1764. cs.push_back(",");
  1765. cs.push_back("(");
  1766. cs.push_back("=");
  1767. cs.push_back("$");
  1768. cs.push_back("@");
  1769. cs.push_back("\"");
  1770. cs.push_back("\'");
  1771. text_editor->set_code_completion_prefixes(cs);
  1772. idle->connect("timeout", callable_mp(this, &CodeTextEditor::_text_changed_idle_timeout));
  1773. code_complete_timer->connect("timeout", callable_mp(this, &CodeTextEditor::_code_complete_timer_timeout));
  1774. add_theme_constant_override("separation", 4 * EDSCALE);
  1775. }