code_editor.cpp 64 KB

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