code_editor.cpp 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666
  1. /*************************************************************************/
  2. /* code_editor.cpp */
  3. /*************************************************************************/
  4. /* This file is part of: */
  5. /* GODOT ENGINE */
  6. /* https://godotengine.org */
  7. /*************************************************************************/
  8. /* Copyright (c) 2007-2019 Juan Linietsky, Ariel Manzur. */
  9. /* Copyright (c) 2014-2019 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/os/input.h"
  32. #include "core/os/keyboard.h"
  33. #include "core/string_builder.h"
  34. #include "editor/editor_scale.h"
  35. #include "editor_node.h"
  36. #include "editor_settings.h"
  37. #include "scene/gui/margin_container.h"
  38. #include "scene/gui/separator.h"
  39. #include "scene/resources/dynamic_font.h"
  40. void GotoLineDialog::popup_find_line(TextEdit *p_edit) {
  41. text_editor = p_edit;
  42. line->set_text(itos(text_editor->cursor_get_line()));
  43. line->select_all();
  44. popup_centered(Size2(180, 80) * EDSCALE);
  45. line->grab_focus();
  46. }
  47. int GotoLineDialog::get_line() const {
  48. return line->get_text().to_int();
  49. }
  50. void GotoLineDialog::ok_pressed() {
  51. if (get_line() < 1 || get_line() > text_editor->get_line_count())
  52. return;
  53. text_editor->unfold_line(get_line() - 1);
  54. text_editor->cursor_set_line(get_line() - 1);
  55. hide();
  56. }
  57. GotoLineDialog::GotoLineDialog() {
  58. set_title(TTR("Go to Line"));
  59. VBoxContainer *vbc = memnew(VBoxContainer);
  60. vbc->set_anchor_and_margin(MARGIN_LEFT, ANCHOR_BEGIN, 8 * EDSCALE);
  61. vbc->set_anchor_and_margin(MARGIN_TOP, ANCHOR_BEGIN, 8 * EDSCALE);
  62. vbc->set_anchor_and_margin(MARGIN_RIGHT, ANCHOR_END, -8 * EDSCALE);
  63. vbc->set_anchor_and_margin(MARGIN_BOTTOM, ANCHOR_END, -8 * EDSCALE);
  64. add_child(vbc);
  65. Label *l = memnew(Label);
  66. l->set_text(TTR("Line Number:"));
  67. vbc->add_child(l);
  68. line = memnew(LineEdit);
  69. vbc->add_child(line);
  70. register_text_enter(line);
  71. text_editor = NULL;
  72. set_hide_on_ok(false);
  73. }
  74. void FindReplaceBar::_notification(int p_what) {
  75. if (p_what == NOTIFICATION_READY) {
  76. find_prev->set_icon(get_icon("MoveUp", "EditorIcons"));
  77. find_next->set_icon(get_icon("MoveDown", "EditorIcons"));
  78. hide_button->set_normal_texture(get_icon("Close", "EditorIcons"));
  79. hide_button->set_hover_texture(get_icon("Close", "EditorIcons"));
  80. hide_button->set_pressed_texture(get_icon("Close", "EditorIcons"));
  81. hide_button->set_custom_minimum_size(hide_button->get_normal_texture()->get_size());
  82. } else if (p_what == NOTIFICATION_VISIBILITY_CHANGED) {
  83. set_process_unhandled_input(is_visible_in_tree());
  84. } else if (p_what == EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED) {
  85. find_prev->set_icon(get_icon("MoveUp", "EditorIcons"));
  86. find_next->set_icon(get_icon("MoveDown", "EditorIcons"));
  87. hide_button->set_normal_texture(get_icon("Close", "EditorIcons"));
  88. hide_button->set_hover_texture(get_icon("Close", "EditorIcons"));
  89. hide_button->set_pressed_texture(get_icon("Close", "EditorIcons"));
  90. hide_button->set_custom_minimum_size(hide_button->get_normal_texture()->get_size());
  91. }
  92. }
  93. void FindReplaceBar::_unhandled_input(const Ref<InputEvent> &p_event) {
  94. Ref<InputEventKey> k = p_event;
  95. if (k.is_valid()) {
  96. if (k->is_pressed() && (text_edit->has_focus() || vbc_lineedit->is_a_parent_of(get_focus_owner()))) {
  97. bool accepted = true;
  98. switch (k->get_scancode()) {
  99. case KEY_ESCAPE: {
  100. _hide_bar();
  101. } break;
  102. default: {
  103. accepted = false;
  104. } break;
  105. }
  106. if (accepted) {
  107. accept_event();
  108. }
  109. }
  110. }
  111. }
  112. bool FindReplaceBar::_search(uint32_t p_flags, int p_from_line, int p_from_col) {
  113. int line, col;
  114. String text = get_search_text();
  115. bool found = text_edit->search(text, p_flags, p_from_line, p_from_col, line, col);
  116. if (found) {
  117. if (!preserve_cursor) {
  118. text_edit->unfold_line(line);
  119. text_edit->cursor_set_line(line, false);
  120. text_edit->cursor_set_column(col + text.length(), false);
  121. text_edit->center_viewport_to_cursor();
  122. }
  123. text_edit->set_search_text(text);
  124. text_edit->set_search_flags(p_flags);
  125. text_edit->set_current_search_result(line, col);
  126. result_line = line;
  127. result_col = col;
  128. set_error("");
  129. } else {
  130. result_line = -1;
  131. result_col = -1;
  132. text_edit->set_search_text("");
  133. text_edit->set_search_flags(p_flags);
  134. text_edit->set_current_search_result(line, col);
  135. set_error(text.empty() ? "" : TTR("No Matches"));
  136. }
  137. return found;
  138. }
  139. void FindReplaceBar::_replace() {
  140. if (result_line != -1 && result_col != -1) {
  141. text_edit->begin_complex_operation();
  142. text_edit->unfold_line(result_line);
  143. text_edit->select(result_line, result_col, result_line, result_col + get_search_text().length());
  144. text_edit->insert_text_at_cursor(get_replace_text());
  145. text_edit->end_complex_operation();
  146. }
  147. search_current();
  148. }
  149. void FindReplaceBar::_replace_all() {
  150. text_edit->disconnect("text_changed", this, "_editor_text_changed");
  151. // line as x so it gets priority in comparison, column as y
  152. Point2i orig_cursor(text_edit->cursor_get_line(), text_edit->cursor_get_column());
  153. Point2i prev_match = Point2(-1, -1);
  154. bool selection_enabled = text_edit->is_selection_active();
  155. Point2i selection_begin, selection_end;
  156. if (selection_enabled) {
  157. selection_begin = Point2i(text_edit->get_selection_from_line(), text_edit->get_selection_from_column());
  158. selection_end = Point2i(text_edit->get_selection_to_line(), text_edit->get_selection_to_column());
  159. }
  160. int vsval = text_edit->get_v_scroll();
  161. text_edit->cursor_set_line(0);
  162. text_edit->cursor_set_column(0);
  163. String replace_text = get_replace_text();
  164. int search_text_len = get_search_text().length();
  165. int rc = 0;
  166. replace_all_mode = true;
  167. text_edit->begin_complex_operation();
  168. if (search_current()) {
  169. do {
  170. // replace area
  171. Point2i match_from(result_line, result_col);
  172. Point2i match_to(result_line, result_col + search_text_len);
  173. if (match_from < prev_match) {
  174. break; // done
  175. }
  176. prev_match = Point2i(result_line, result_col + replace_text.length());
  177. text_edit->unfold_line(result_line);
  178. text_edit->select(result_line, result_col, result_line, match_to.y);
  179. if (selection_enabled && is_selection_only()) {
  180. if (match_from < selection_begin || match_to > selection_end) {
  181. continue;
  182. }
  183. // replace but adjust selection bounds
  184. text_edit->insert_text_at_cursor(replace_text);
  185. if (match_to.x == selection_end.x) {
  186. selection_end.y += replace_text.length() - search_text_len;
  187. }
  188. } else {
  189. // just replace
  190. text_edit->insert_text_at_cursor(replace_text);
  191. }
  192. rc++;
  193. } while (search_next());
  194. }
  195. text_edit->end_complex_operation();
  196. replace_all_mode = false;
  197. // restore editor state (selection, cursor, scroll)
  198. text_edit->cursor_set_line(orig_cursor.x);
  199. text_edit->cursor_set_column(orig_cursor.y);
  200. if (selection_enabled && is_selection_only()) {
  201. // reselect
  202. text_edit->select(selection_begin.x, selection_begin.y, selection_end.x, selection_end.y);
  203. } else {
  204. text_edit->deselect();
  205. }
  206. text_edit->set_v_scroll(vsval);
  207. set_error(vformat(TTR("Replaced %d occurrence(s)."), rc));
  208. text_edit->call_deferred("connect", "text_changed", this, "_editor_text_changed");
  209. }
  210. void FindReplaceBar::_get_search_from(int &r_line, int &r_col) {
  211. r_line = text_edit->cursor_get_line();
  212. r_col = text_edit->cursor_get_column();
  213. if (text_edit->is_selection_active() && !replace_all_mode) {
  214. int selection_line = text_edit->get_selection_from_line();
  215. if (text_edit->get_selection_text() == get_search_text() && r_line == selection_line) {
  216. int selection_from_col = text_edit->get_selection_from_column();
  217. if (r_col >= selection_from_col && r_col <= text_edit->get_selection_to_column()) {
  218. r_col = selection_from_col;
  219. }
  220. }
  221. }
  222. if (r_line == result_line && r_col >= result_col && r_col <= result_col + get_search_text().length()) {
  223. r_col = result_col;
  224. }
  225. }
  226. bool FindReplaceBar::search_current() {
  227. uint32_t flags = 0;
  228. if (is_whole_words())
  229. flags |= TextEdit::SEARCH_WHOLE_WORDS;
  230. if (is_case_sensitive())
  231. flags |= TextEdit::SEARCH_MATCH_CASE;
  232. int line, col;
  233. _get_search_from(line, col);
  234. return _search(flags, line, col);
  235. }
  236. bool FindReplaceBar::search_prev() {
  237. uint32_t flags = 0;
  238. String text = get_search_text();
  239. if (is_whole_words())
  240. flags |= TextEdit::SEARCH_WHOLE_WORDS;
  241. if (is_case_sensitive())
  242. flags |= TextEdit::SEARCH_MATCH_CASE;
  243. flags |= TextEdit::SEARCH_BACKWARDS;
  244. int line, col;
  245. _get_search_from(line, col);
  246. col -= text.length();
  247. if (col < 0) {
  248. line -= 1;
  249. if (line < 0)
  250. line = text_edit->get_line_count() - 1;
  251. col = text_edit->get_line(line).length();
  252. }
  253. return _search(flags, line, col);
  254. }
  255. bool FindReplaceBar::search_next() {
  256. uint32_t flags = 0;
  257. String text;
  258. if (replace_all_mode)
  259. text = get_replace_text();
  260. else
  261. text = get_search_text();
  262. if (is_whole_words())
  263. flags |= TextEdit::SEARCH_WHOLE_WORDS;
  264. if (is_case_sensitive())
  265. flags |= TextEdit::SEARCH_MATCH_CASE;
  266. int line, col;
  267. _get_search_from(line, col);
  268. if (line == result_line && col == result_col) {
  269. col += text.length();
  270. if (col > text_edit->get_line(line).length()) {
  271. line += 1;
  272. if (line >= text_edit->get_line_count())
  273. line = 0;
  274. col = 0;
  275. }
  276. }
  277. return _search(flags, line, col);
  278. }
  279. void FindReplaceBar::_hide_bar() {
  280. if (replace_text->has_focus() || search_text->has_focus())
  281. text_edit->grab_focus();
  282. text_edit->set_search_text("");
  283. result_line = -1;
  284. result_col = -1;
  285. set_error("");
  286. hide();
  287. }
  288. void FindReplaceBar::_show_search() {
  289. show();
  290. search_text->call_deferred("grab_focus");
  291. if (text_edit->is_selection_active() && !selection_only->is_pressed()) {
  292. search_text->set_text(text_edit->get_selection_text());
  293. }
  294. if (!get_search_text().empty()) {
  295. search_text->select_all();
  296. search_text->set_cursor_position(search_text->get_text().length());
  297. search_current();
  298. }
  299. }
  300. void FindReplaceBar::popup_search() {
  301. replace_text->hide();
  302. hbc_button_replace->hide();
  303. hbc_option_replace->hide();
  304. _show_search();
  305. }
  306. void FindReplaceBar::popup_replace() {
  307. if (!replace_text->is_visible_in_tree()) {
  308. replace_text->clear();
  309. replace_text->show();
  310. hbc_button_replace->show();
  311. hbc_option_replace->show();
  312. }
  313. selection_only->set_pressed((text_edit->is_selection_active() && text_edit->get_selection_from_line() < text_edit->get_selection_to_line()));
  314. _show_search();
  315. }
  316. void FindReplaceBar::_search_options_changed(bool p_pressed) {
  317. search_current();
  318. }
  319. void FindReplaceBar::_editor_text_changed() {
  320. if (is_visible_in_tree()) {
  321. preserve_cursor = true;
  322. search_current();
  323. preserve_cursor = false;
  324. }
  325. }
  326. void FindReplaceBar::_search_text_changed(const String &p_text) {
  327. search_current();
  328. }
  329. void FindReplaceBar::_search_text_entered(const String &p_text) {
  330. if (Input::get_singleton()->is_key_pressed(KEY_SHIFT)) {
  331. search_prev();
  332. } else {
  333. search_next();
  334. }
  335. }
  336. void FindReplaceBar::_replace_text_entered(const String &p_text) {
  337. if (selection_only->is_pressed() && text_edit->is_selection_active()) {
  338. _replace_all();
  339. _hide_bar();
  340. }
  341. }
  342. String FindReplaceBar::get_search_text() const {
  343. return search_text->get_text();
  344. }
  345. String FindReplaceBar::get_replace_text() const {
  346. return replace_text->get_text();
  347. }
  348. bool FindReplaceBar::is_case_sensitive() const {
  349. return case_sensitive->is_pressed();
  350. }
  351. bool FindReplaceBar::is_whole_words() const {
  352. return whole_words->is_pressed();
  353. }
  354. bool FindReplaceBar::is_selection_only() const {
  355. return selection_only->is_pressed();
  356. }
  357. void FindReplaceBar::set_error(const String &p_label) {
  358. emit_signal("error", p_label);
  359. }
  360. void FindReplaceBar::set_text_edit(TextEdit *p_text_edit) {
  361. text_edit = p_text_edit;
  362. text_edit->connect("text_changed", this, "_editor_text_changed");
  363. }
  364. void FindReplaceBar::_bind_methods() {
  365. ClassDB::bind_method("_unhandled_input", &FindReplaceBar::_unhandled_input);
  366. ClassDB::bind_method("_editor_text_changed", &FindReplaceBar::_editor_text_changed);
  367. ClassDB::bind_method("_search_text_changed", &FindReplaceBar::_search_text_changed);
  368. ClassDB::bind_method("_search_text_entered", &FindReplaceBar::_search_text_entered);
  369. ClassDB::bind_method("_replace_text_entered", &FindReplaceBar::_replace_text_entered);
  370. ClassDB::bind_method("_search_current", &FindReplaceBar::search_current);
  371. ClassDB::bind_method("_search_next", &FindReplaceBar::search_next);
  372. ClassDB::bind_method("_search_prev", &FindReplaceBar::search_prev);
  373. ClassDB::bind_method("_replace_pressed", &FindReplaceBar::_replace);
  374. ClassDB::bind_method("_replace_all_pressed", &FindReplaceBar::_replace_all);
  375. ClassDB::bind_method("_search_options_changed", &FindReplaceBar::_search_options_changed);
  376. ClassDB::bind_method("_hide_pressed", &FindReplaceBar::_hide_bar);
  377. ADD_SIGNAL(MethodInfo("search"));
  378. ADD_SIGNAL(MethodInfo("error"));
  379. }
  380. FindReplaceBar::FindReplaceBar() {
  381. replace_all_mode = false;
  382. preserve_cursor = false;
  383. vbc_lineedit = memnew(VBoxContainer);
  384. add_child(vbc_lineedit);
  385. vbc_lineedit->set_h_size_flags(SIZE_EXPAND_FILL);
  386. VBoxContainer *vbc_button = memnew(VBoxContainer);
  387. add_child(vbc_button);
  388. VBoxContainer *vbc_option = memnew(VBoxContainer);
  389. add_child(vbc_option);
  390. HBoxContainer *hbc_button_search = memnew(HBoxContainer);
  391. vbc_button->add_child(hbc_button_search);
  392. hbc_button_replace = memnew(HBoxContainer);
  393. vbc_button->add_child(hbc_button_replace);
  394. HBoxContainer *hbc_option_search = memnew(HBoxContainer);
  395. vbc_option->add_child(hbc_option_search);
  396. hbc_option_replace = memnew(HBoxContainer);
  397. vbc_option->add_child(hbc_option_replace);
  398. // search toolbar
  399. search_text = memnew(LineEdit);
  400. vbc_lineedit->add_child(search_text);
  401. search_text->set_custom_minimum_size(Size2(100 * EDSCALE, 0));
  402. search_text->connect("text_changed", this, "_search_text_changed");
  403. search_text->connect("text_entered", this, "_search_text_entered");
  404. find_prev = memnew(ToolButton);
  405. hbc_button_search->add_child(find_prev);
  406. find_prev->set_focus_mode(FOCUS_NONE);
  407. find_prev->connect("pressed", this, "_search_prev");
  408. find_next = memnew(ToolButton);
  409. hbc_button_search->add_child(find_next);
  410. find_next->set_focus_mode(FOCUS_NONE);
  411. find_next->connect("pressed", this, "_search_next");
  412. case_sensitive = memnew(CheckBox);
  413. hbc_option_search->add_child(case_sensitive);
  414. case_sensitive->set_text(TTR("Match Case"));
  415. case_sensitive->set_focus_mode(FOCUS_NONE);
  416. case_sensitive->connect("toggled", this, "_search_options_changed");
  417. whole_words = memnew(CheckBox);
  418. hbc_option_search->add_child(whole_words);
  419. whole_words->set_text(TTR("Whole Words"));
  420. whole_words->set_focus_mode(FOCUS_NONE);
  421. whole_words->connect("toggled", this, "_search_options_changed");
  422. // replace toolbar
  423. replace_text = memnew(LineEdit);
  424. vbc_lineedit->add_child(replace_text);
  425. replace_text->set_custom_minimum_size(Size2(100 * EDSCALE, 0));
  426. replace_text->connect("text_entered", this, "_replace_text_entered");
  427. replace = memnew(Button);
  428. hbc_button_replace->add_child(replace);
  429. replace->set_text(TTR("Replace"));
  430. replace->connect("pressed", this, "_replace_pressed");
  431. replace_all = memnew(Button);
  432. hbc_button_replace->add_child(replace_all);
  433. replace_all->set_text(TTR("Replace All"));
  434. replace_all->connect("pressed", this, "_replace_all_pressed");
  435. selection_only = memnew(CheckBox);
  436. hbc_option_replace->add_child(selection_only);
  437. selection_only->set_text(TTR("Selection Only"));
  438. selection_only->set_focus_mode(FOCUS_NONE);
  439. selection_only->connect("toggled", this, "_search_options_changed");
  440. hide_button = memnew(TextureButton);
  441. add_child(hide_button);
  442. hide_button->set_focus_mode(FOCUS_NONE);
  443. hide_button->connect("pressed", this, "_hide_pressed");
  444. hide_button->set_v_size_flags(SIZE_SHRINK_CENTER);
  445. }
  446. /*** CODE EDITOR ****/
  447. // This function should be used to handle shortcuts that could otherwise
  448. // be handled too late if they weren't handled here.
  449. void CodeTextEditor::_input(const Ref<InputEvent> &event) {
  450. const Ref<InputEventKey> key_event = event;
  451. if (!key_event.is_valid() || !key_event->is_pressed())
  452. return;
  453. if (ED_IS_SHORTCUT("script_text_editor/move_up", key_event)) {
  454. move_lines_up();
  455. accept_event();
  456. return;
  457. }
  458. if (ED_IS_SHORTCUT("script_text_editor/move_down", key_event)) {
  459. move_lines_down();
  460. accept_event();
  461. return;
  462. }
  463. }
  464. void CodeTextEditor::_text_editor_gui_input(const Ref<InputEvent> &p_event) {
  465. Ref<InputEventMouseButton> mb = p_event;
  466. if (mb.is_valid()) {
  467. if (mb->is_pressed() && mb->get_command()) {
  468. if (mb->get_button_index() == BUTTON_WHEEL_UP) {
  469. _zoom_in();
  470. } else if (mb->get_button_index() == BUTTON_WHEEL_DOWN) {
  471. _zoom_out();
  472. }
  473. }
  474. }
  475. Ref<InputEventMagnifyGesture> magnify_gesture = p_event;
  476. if (magnify_gesture.is_valid()) {
  477. Ref<DynamicFont> font = text_editor->get_font("font");
  478. if (font.is_valid()) {
  479. if (font->get_size() != (int)font_size) {
  480. font_size = font->get_size();
  481. }
  482. font_size *= powf(magnify_gesture->get_factor(), 0.25);
  483. _add_font_size((int)font_size - font->get_size());
  484. }
  485. return;
  486. }
  487. Ref<InputEventKey> k = p_event;
  488. if (k.is_valid()) {
  489. if (k->is_pressed()) {
  490. if (ED_IS_SHORTCUT("script_editor/zoom_in", p_event)) {
  491. _zoom_in();
  492. }
  493. if (ED_IS_SHORTCUT("script_editor/zoom_out", p_event)) {
  494. _zoom_out();
  495. }
  496. if (ED_IS_SHORTCUT("script_editor/reset_zoom", p_event)) {
  497. _reset_zoom();
  498. }
  499. }
  500. }
  501. }
  502. void CodeTextEditor::_zoom_in() {
  503. font_resize_val += MAX(EDSCALE, 1.0f);
  504. _zoom_changed();
  505. }
  506. void CodeTextEditor::_zoom_out() {
  507. font_resize_val -= MAX(EDSCALE, 1.0f);
  508. _zoom_changed();
  509. }
  510. void CodeTextEditor::_zoom_changed() {
  511. if (font_resize_timer->get_time_left() == 0)
  512. font_resize_timer->start();
  513. }
  514. void CodeTextEditor::_reset_zoom() {
  515. Ref<DynamicFont> font = text_editor->get_font("font"); // reset source font size to default
  516. if (font.is_valid()) {
  517. EditorSettings::get_singleton()->set("interface/editor/code_font_size", 14);
  518. font->set_size(14);
  519. }
  520. }
  521. void CodeTextEditor::_line_col_changed() {
  522. String line = text_editor->get_line(text_editor->cursor_get_line());
  523. int positional_column = 0;
  524. for (int i = 0; i < text_editor->cursor_get_column(); i++) {
  525. if (line[i] == '\t') {
  526. positional_column += text_editor->get_indent_size(); //tab size
  527. } else {
  528. positional_column += 1;
  529. }
  530. }
  531. StringBuilder sb;
  532. sb.append("(");
  533. sb.append(itos(text_editor->cursor_get_line() + 1).lpad(3));
  534. sb.append(",");
  535. sb.append(itos(positional_column + 1).lpad(3));
  536. sb.append(")");
  537. line_and_col_txt->set_text(sb.as_string());
  538. }
  539. void CodeTextEditor::_text_changed() {
  540. if (text_editor->is_insert_text_operation()) {
  541. code_complete_timer->start();
  542. }
  543. idle->start();
  544. }
  545. void CodeTextEditor::_code_complete_timer_timeout() {
  546. if (!is_visible_in_tree())
  547. return;
  548. text_editor->query_code_comple();
  549. }
  550. void CodeTextEditor::_complete_request() {
  551. List<ScriptCodeCompletionOption> entries;
  552. String ctext = text_editor->get_text_for_completion();
  553. _code_complete_script(ctext, &entries);
  554. bool forced = false;
  555. if (code_complete_func) {
  556. code_complete_func(code_complete_ud, ctext, &entries, forced);
  557. }
  558. if (entries.size() == 0)
  559. return;
  560. for (List<ScriptCodeCompletionOption>::Element *E = entries.front(); E; E = E->next()) {
  561. E->get().icon = _get_completion_icon(E->get());
  562. }
  563. text_editor->code_complete(entries, forced);
  564. }
  565. Ref<Texture> CodeTextEditor::_get_completion_icon(const ScriptCodeCompletionOption &p_option) {
  566. Ref<Texture> tex;
  567. switch (p_option.kind) {
  568. case ScriptCodeCompletionOption::KIND_CLASS: {
  569. if (has_icon(p_option.display, "EditorIcons")) {
  570. tex = get_icon(p_option.display, "EditorIcons");
  571. } else {
  572. tex = get_icon("Object", "EditorIcons");
  573. }
  574. } break;
  575. case ScriptCodeCompletionOption::KIND_ENUM:
  576. tex = get_icon("Enum", "EditorIcons");
  577. break;
  578. case ScriptCodeCompletionOption::KIND_FILE_PATH:
  579. tex = get_icon("File", "EditorIcons");
  580. break;
  581. case ScriptCodeCompletionOption::KIND_NODE_PATH:
  582. tex = get_icon("NodePath", "EditorIcons");
  583. break;
  584. case ScriptCodeCompletionOption::KIND_VARIABLE:
  585. tex = get_icon("Variant", "EditorIcons");
  586. break;
  587. case ScriptCodeCompletionOption::KIND_CONSTANT:
  588. tex = get_icon("MemberConstant", "EditorIcons");
  589. break;
  590. case ScriptCodeCompletionOption::KIND_MEMBER:
  591. tex = get_icon("MemberProperty", "EditorIcons");
  592. break;
  593. case ScriptCodeCompletionOption::KIND_SIGNAL:
  594. tex = get_icon("MemberSignal", "EditorIcons");
  595. break;
  596. case ScriptCodeCompletionOption::KIND_FUNCTION:
  597. tex = get_icon("MemberMethod", "EditorIcons");
  598. break;
  599. case ScriptCodeCompletionOption::KIND_PLAIN_TEXT:
  600. tex = get_icon("CubeMesh", "EditorIcons");
  601. break;
  602. default:
  603. tex = get_icon("String", "EditorIcons");
  604. break;
  605. }
  606. return tex;
  607. }
  608. void CodeTextEditor::_font_resize_timeout() {
  609. if (_add_font_size(font_resize_val)) {
  610. font_resize_val = 0;
  611. }
  612. }
  613. bool CodeTextEditor::_add_font_size(int p_delta) {
  614. Ref<DynamicFont> font = text_editor->get_font("font");
  615. if (font.is_valid()) {
  616. int new_size = CLAMP(font->get_size() + p_delta, 8 * EDSCALE, 96 * EDSCALE);
  617. if (new_size != font->get_size()) {
  618. EditorSettings::get_singleton()->set("interface/editor/code_font_size", new_size / EDSCALE);
  619. font->set_size(new_size);
  620. }
  621. return true;
  622. } else {
  623. return false;
  624. }
  625. }
  626. void CodeTextEditor::update_editor_settings() {
  627. text_editor->set_auto_brace_completion(EditorSettings::get_singleton()->get("text_editor/completion/auto_brace_complete"));
  628. text_editor->set_scroll_pass_end_of_file(EditorSettings::get_singleton()->get("text_editor/cursor/scroll_past_end_of_file"));
  629. text_editor->set_indent_using_spaces(EditorSettings::get_singleton()->get("text_editor/indent/type"));
  630. text_editor->set_indent_size(EditorSettings::get_singleton()->get("text_editor/indent/size"));
  631. text_editor->set_auto_indent(EditorSettings::get_singleton()->get("text_editor/indent/auto_indent"));
  632. text_editor->set_draw_tabs(EditorSettings::get_singleton()->get("text_editor/indent/draw_tabs"));
  633. text_editor->set_draw_spaces(EditorSettings::get_singleton()->get("text_editor/indent/draw_spaces"));
  634. text_editor->set_show_line_numbers(EditorSettings::get_singleton()->get("text_editor/line_numbers/show_line_numbers"));
  635. text_editor->set_line_numbers_zero_padded(EditorSettings::get_singleton()->get("text_editor/line_numbers/line_numbers_zero_padded"));
  636. text_editor->set_show_line_length_guideline(EditorSettings::get_singleton()->get("text_editor/line_numbers/show_line_length_guideline"));
  637. text_editor->set_line_length_guideline_column(EditorSettings::get_singleton()->get("text_editor/line_numbers/line_length_guideline_column"));
  638. text_editor->set_syntax_coloring(EditorSettings::get_singleton()->get("text_editor/highlighting/syntax_highlighting"));
  639. text_editor->set_highlight_all_occurrences(EditorSettings::get_singleton()->get("text_editor/highlighting/highlight_all_occurrences"));
  640. text_editor->set_highlight_current_line(EditorSettings::get_singleton()->get("text_editor/highlighting/highlight_current_line"));
  641. text_editor->cursor_set_blink_enabled(EditorSettings::get_singleton()->get("text_editor/cursor/caret_blink"));
  642. text_editor->cursor_set_blink_speed(EditorSettings::get_singleton()->get("text_editor/cursor/caret_blink_speed"));
  643. text_editor->set_bookmark_gutter_enabled(EditorSettings::get_singleton()->get("text_editor/line_numbers/show_bookmark_gutter"));
  644. text_editor->set_breakpoint_gutter_enabled(EditorSettings::get_singleton()->get("text_editor/line_numbers/show_breakpoint_gutter"));
  645. text_editor->set_hiding_enabled(EditorSettings::get_singleton()->get("text_editor/line_numbers/code_folding"));
  646. text_editor->set_draw_fold_gutter(EditorSettings::get_singleton()->get("text_editor/line_numbers/code_folding"));
  647. text_editor->set_wrap_enabled(EditorSettings::get_singleton()->get("text_editor/line_numbers/word_wrap"));
  648. text_editor->set_draw_info_gutter(EditorSettings::get_singleton()->get("text_editor/line_numbers/show_info_gutter"));
  649. text_editor->cursor_set_block_mode(EditorSettings::get_singleton()->get("text_editor/cursor/block_caret"));
  650. text_editor->set_smooth_scroll_enabled(EditorSettings::get_singleton()->get("text_editor/open_scripts/smooth_scrolling"));
  651. text_editor->set_v_scroll_speed(EditorSettings::get_singleton()->get("text_editor/open_scripts/v_scroll_speed"));
  652. }
  653. void CodeTextEditor::trim_trailing_whitespace() {
  654. bool trimed_whitespace = false;
  655. for (int i = 0; i < text_editor->get_line_count(); i++) {
  656. String line = text_editor->get_line(i);
  657. if (line.ends_with(" ") || line.ends_with("\t")) {
  658. if (!trimed_whitespace) {
  659. text_editor->begin_complex_operation();
  660. trimed_whitespace = true;
  661. }
  662. int end = 0;
  663. for (int j = line.length() - 1; j > -1; j--) {
  664. if (line[j] != ' ' && line[j] != '\t') {
  665. end = j + 1;
  666. break;
  667. }
  668. }
  669. text_editor->set_line(i, line.substr(0, end));
  670. }
  671. }
  672. if (trimed_whitespace) {
  673. text_editor->end_complex_operation();
  674. text_editor->update();
  675. }
  676. }
  677. void CodeTextEditor::insert_final_newline() {
  678. int final_line = text_editor->get_line_count() - 1;
  679. String line = text_editor->get_line(final_line);
  680. //length 0 means it's already an empty line,
  681. //no need to add a newline
  682. if (line.length() > 0 && !line.ends_with("\n")) {
  683. text_editor->begin_complex_operation();
  684. line += "\n";
  685. text_editor->set_line(final_line, line);
  686. text_editor->end_complex_operation();
  687. text_editor->update();
  688. }
  689. }
  690. void CodeTextEditor::convert_indent_to_spaces() {
  691. int indent_size = EditorSettings::get_singleton()->get("text_editor/indent/size");
  692. String indent = "";
  693. for (int i = 0; i < indent_size; i++) {
  694. indent += " ";
  695. }
  696. int cursor_line = text_editor->cursor_get_line();
  697. int cursor_column = text_editor->cursor_get_column();
  698. bool changed_indentation = false;
  699. for (int i = 0; i < text_editor->get_line_count(); i++) {
  700. String line = text_editor->get_line(i);
  701. if (line.length() <= 0) {
  702. continue;
  703. }
  704. int j = 0;
  705. while (j < line.length() && (line[j] == ' ' || line[j] == '\t')) {
  706. if (line[j] == '\t') {
  707. if (!changed_indentation) {
  708. text_editor->begin_complex_operation();
  709. changed_indentation = true;
  710. }
  711. if (cursor_line == i && cursor_column > j) {
  712. cursor_column += indent_size - 1;
  713. }
  714. line = line.left(j) + indent + line.right(j + 1);
  715. }
  716. j++;
  717. }
  718. if (changed_indentation) {
  719. text_editor->set_line(i, line);
  720. }
  721. }
  722. if (changed_indentation) {
  723. text_editor->cursor_set_column(cursor_column);
  724. text_editor->end_complex_operation();
  725. text_editor->update();
  726. }
  727. }
  728. void CodeTextEditor::convert_indent_to_tabs() {
  729. int indent_size = EditorSettings::get_singleton()->get("text_editor/indent/size");
  730. indent_size -= 1;
  731. int cursor_line = text_editor->cursor_get_line();
  732. int cursor_column = text_editor->cursor_get_column();
  733. bool changed_indentation = false;
  734. for (int i = 0; i < text_editor->get_line_count(); i++) {
  735. String line = text_editor->get_line(i);
  736. if (line.length() <= 0) {
  737. continue;
  738. }
  739. int j = 0;
  740. int space_count = -1;
  741. while (j < line.length() && (line[j] == ' ' || line[j] == '\t')) {
  742. if (line[j] != '\t') {
  743. space_count++;
  744. if (space_count == indent_size) {
  745. if (!changed_indentation) {
  746. text_editor->begin_complex_operation();
  747. changed_indentation = true;
  748. }
  749. if (cursor_line == i && cursor_column > j) {
  750. cursor_column -= indent_size;
  751. }
  752. line = line.left(j - indent_size) + "\t" + line.right(j + 1);
  753. j = 0;
  754. space_count = -1;
  755. }
  756. } else {
  757. space_count = -1;
  758. }
  759. j++;
  760. }
  761. if (changed_indentation) {
  762. text_editor->set_line(i, line);
  763. }
  764. }
  765. if (changed_indentation) {
  766. text_editor->cursor_set_column(cursor_column);
  767. text_editor->end_complex_operation();
  768. text_editor->update();
  769. }
  770. }
  771. void CodeTextEditor::convert_case(CaseStyle p_case) {
  772. if (!text_editor->is_selection_active()) {
  773. return;
  774. }
  775. text_editor->begin_complex_operation();
  776. int begin = text_editor->get_selection_from_line();
  777. int end = text_editor->get_selection_to_line();
  778. int begin_col = text_editor->get_selection_from_column();
  779. int end_col = text_editor->get_selection_to_column();
  780. for (int i = begin; i <= end; i++) {
  781. int len = text_editor->get_line(i).length();
  782. if (i == end)
  783. len = end_col;
  784. if (i == begin)
  785. len -= begin_col;
  786. String new_line = text_editor->get_line(i).substr(i == begin ? begin_col : 0, len);
  787. switch (p_case) {
  788. case UPPER: {
  789. new_line = new_line.to_upper();
  790. } break;
  791. case LOWER: {
  792. new_line = new_line.to_lower();
  793. } break;
  794. case CAPITALIZE: {
  795. new_line = new_line.capitalize();
  796. } break;
  797. }
  798. if (i == begin) {
  799. new_line = text_editor->get_line(i).left(begin_col) + new_line;
  800. }
  801. if (i == end) {
  802. new_line = new_line + text_editor->get_line(i).right(end_col);
  803. }
  804. text_editor->set_line(i, new_line);
  805. }
  806. text_editor->end_complex_operation();
  807. }
  808. void CodeTextEditor::move_lines_up() {
  809. text_editor->begin_complex_operation();
  810. if (text_editor->is_selection_active()) {
  811. int from_line = text_editor->get_selection_from_line();
  812. int from_col = text_editor->get_selection_from_column();
  813. int to_line = text_editor->get_selection_to_line();
  814. int to_column = text_editor->get_selection_to_column();
  815. for (int i = from_line; i <= to_line; i++) {
  816. int line_id = i;
  817. int next_id = i - 1;
  818. if (line_id == 0 || next_id < 0)
  819. return;
  820. text_editor->unfold_line(line_id);
  821. text_editor->unfold_line(next_id);
  822. text_editor->swap_lines(line_id, next_id);
  823. text_editor->cursor_set_line(next_id);
  824. }
  825. int from_line_up = from_line > 0 ? from_line - 1 : from_line;
  826. int to_line_up = to_line > 0 ? to_line - 1 : to_line;
  827. text_editor->select(from_line_up, from_col, to_line_up, to_column);
  828. } else {
  829. int line_id = text_editor->cursor_get_line();
  830. int next_id = line_id - 1;
  831. if (line_id == 0 || next_id < 0)
  832. return;
  833. text_editor->unfold_line(line_id);
  834. text_editor->unfold_line(next_id);
  835. text_editor->swap_lines(line_id, next_id);
  836. text_editor->cursor_set_line(next_id);
  837. }
  838. text_editor->end_complex_operation();
  839. text_editor->update();
  840. }
  841. void CodeTextEditor::move_lines_down() {
  842. text_editor->begin_complex_operation();
  843. if (text_editor->is_selection_active()) {
  844. int from_line = text_editor->get_selection_from_line();
  845. int from_col = text_editor->get_selection_from_column();
  846. int to_line = text_editor->get_selection_to_line();
  847. int to_column = text_editor->get_selection_to_column();
  848. for (int i = to_line; i >= from_line; i--) {
  849. int line_id = i;
  850. int next_id = i + 1;
  851. if (line_id == text_editor->get_line_count() - 1 || next_id > text_editor->get_line_count())
  852. return;
  853. text_editor->unfold_line(line_id);
  854. text_editor->unfold_line(next_id);
  855. text_editor->swap_lines(line_id, next_id);
  856. text_editor->cursor_set_line(next_id);
  857. }
  858. int from_line_down = from_line < text_editor->get_line_count() ? from_line + 1 : from_line;
  859. int to_line_down = to_line < text_editor->get_line_count() ? to_line + 1 : to_line;
  860. text_editor->select(from_line_down, from_col, to_line_down, to_column);
  861. } else {
  862. int line_id = text_editor->cursor_get_line();
  863. int next_id = line_id + 1;
  864. if (line_id == text_editor->get_line_count() - 1 || next_id > text_editor->get_line_count())
  865. return;
  866. text_editor->unfold_line(line_id);
  867. text_editor->unfold_line(next_id);
  868. text_editor->swap_lines(line_id, next_id);
  869. text_editor->cursor_set_line(next_id);
  870. }
  871. text_editor->end_complex_operation();
  872. text_editor->update();
  873. }
  874. void CodeTextEditor::delete_lines() {
  875. text_editor->begin_complex_operation();
  876. if (text_editor->is_selection_active()) {
  877. int to_line = text_editor->get_selection_to_line();
  878. int from_line = text_editor->get_selection_from_line();
  879. int count = Math::abs(to_line - from_line) + 1;
  880. text_editor->cursor_set_line(to_line, false);
  881. while (count) {
  882. text_editor->set_line(text_editor->cursor_get_line(), "");
  883. text_editor->backspace_at_cursor();
  884. count--;
  885. if (count)
  886. text_editor->unfold_line(from_line);
  887. }
  888. text_editor->cursor_set_line(from_line - 1);
  889. text_editor->deselect();
  890. } else {
  891. int line = text_editor->cursor_get_line();
  892. text_editor->set_line(text_editor->cursor_get_line(), "");
  893. text_editor->backspace_at_cursor();
  894. text_editor->unfold_line(line);
  895. text_editor->cursor_set_line(line);
  896. }
  897. text_editor->end_complex_operation();
  898. }
  899. void CodeTextEditor::clone_lines_down() {
  900. const int cursor_column = text_editor->cursor_get_column();
  901. int from_line = text_editor->cursor_get_line();
  902. int to_line = text_editor->cursor_get_line();
  903. int from_column = 0;
  904. int to_column = 0;
  905. int cursor_new_line = to_line + 1;
  906. int cursor_new_column = text_editor->cursor_get_column();
  907. String new_text = "\n" + text_editor->get_line(from_line);
  908. bool selection_active = false;
  909. text_editor->cursor_set_column(text_editor->get_line(from_line).length());
  910. if (text_editor->is_selection_active()) {
  911. from_column = text_editor->get_selection_from_column();
  912. to_column = text_editor->get_selection_to_column();
  913. from_line = text_editor->get_selection_from_line();
  914. to_line = text_editor->get_selection_to_line();
  915. cursor_new_line = to_line + text_editor->cursor_get_line() - from_line;
  916. cursor_new_column = to_column == cursor_column ? 2 * to_column - from_column : to_column;
  917. new_text = text_editor->get_selection_text();
  918. selection_active = true;
  919. text_editor->cursor_set_line(to_line);
  920. text_editor->cursor_set_column(to_column);
  921. }
  922. text_editor->begin_complex_operation();
  923. for (int i = from_line; i <= to_line; i++) {
  924. text_editor->unfold_line(i);
  925. }
  926. text_editor->deselect();
  927. text_editor->insert_text_at_cursor(new_text);
  928. text_editor->cursor_set_line(cursor_new_line);
  929. text_editor->cursor_set_column(cursor_new_column);
  930. if (selection_active) {
  931. text_editor->select(to_line, to_column, 2 * to_line - from_line, 2 * to_column - from_column);
  932. }
  933. text_editor->end_complex_operation();
  934. text_editor->update();
  935. }
  936. void CodeTextEditor::toggle_inline_comment(const String &delimiter) {
  937. text_editor->begin_complex_operation();
  938. if (text_editor->is_selection_active()) {
  939. int begin = text_editor->get_selection_from_line();
  940. int end = text_editor->get_selection_to_line();
  941. // End of selection ends on the first column of the last line, ignore it.
  942. if (text_editor->get_selection_to_column() == 0)
  943. end -= 1;
  944. int col_to = text_editor->get_selection_to_column();
  945. int cursor_pos = text_editor->cursor_get_column();
  946. // Check if all lines in the selected block are commented
  947. bool is_commented = true;
  948. for (int i = begin; i <= end; i++) {
  949. if (!text_editor->get_line(i).begins_with(delimiter)) {
  950. is_commented = false;
  951. break;
  952. }
  953. }
  954. for (int i = begin; i <= end; i++) {
  955. String line_text = text_editor->get_line(i);
  956. if (line_text.strip_edges().empty()) {
  957. line_text = delimiter;
  958. } else {
  959. if (is_commented) {
  960. line_text = line_text.substr(delimiter.length(), line_text.length());
  961. } else {
  962. line_text = delimiter + line_text;
  963. }
  964. }
  965. text_editor->set_line(i, line_text);
  966. }
  967. // Adjust selection & cursor position.
  968. int offset = (is_commented ? -1 : 1) * delimiter.length();
  969. int col_from = text_editor->get_selection_from_column() > 0 ? text_editor->get_selection_from_column() + offset : 0;
  970. if (is_commented && text_editor->cursor_get_column() == text_editor->get_line(text_editor->cursor_get_line()).length() + 1)
  971. cursor_pos += 1;
  972. if (text_editor->get_selection_to_column() != 0 && col_to != text_editor->get_line(text_editor->get_selection_to_line()).length() + 1)
  973. col_to += offset;
  974. if (text_editor->cursor_get_column() != 0)
  975. cursor_pos += offset;
  976. text_editor->select(begin, col_from, text_editor->get_selection_to_line(), col_to);
  977. text_editor->cursor_set_column(cursor_pos);
  978. } else {
  979. int begin = text_editor->cursor_get_line();
  980. String line_text = text_editor->get_line(begin);
  981. int delimiter_length = delimiter.length();
  982. int col = text_editor->cursor_get_column();
  983. if (line_text.begins_with(delimiter)) {
  984. line_text = line_text.substr(delimiter_length, line_text.length());
  985. col -= delimiter_length;
  986. } else {
  987. line_text = delimiter + line_text;
  988. col += delimiter_length;
  989. }
  990. text_editor->set_line(begin, line_text);
  991. text_editor->cursor_set_column(col);
  992. }
  993. text_editor->end_complex_operation();
  994. text_editor->update();
  995. }
  996. void CodeTextEditor::goto_line(int p_line) {
  997. text_editor->deselect();
  998. text_editor->unfold_line(p_line);
  999. text_editor->call_deferred("cursor_set_line", p_line);
  1000. }
  1001. void CodeTextEditor::goto_line_selection(int p_line, int p_begin, int p_end) {
  1002. text_editor->unfold_line(p_line);
  1003. text_editor->call_deferred("cursor_set_line", p_line);
  1004. text_editor->call_deferred("cursor_set_column", p_begin);
  1005. text_editor->select(p_line, p_begin, p_line, p_end);
  1006. }
  1007. void CodeTextEditor::goto_line_centered(int p_line) {
  1008. goto_line(p_line);
  1009. text_editor->call_deferred("center_viewport_to_cursor");
  1010. }
  1011. void CodeTextEditor::set_executing_line(int p_line) {
  1012. text_editor->set_executing_line(p_line);
  1013. }
  1014. void CodeTextEditor::clear_executing_line() {
  1015. text_editor->clear_executing_line();
  1016. }
  1017. Variant CodeTextEditor::get_edit_state() {
  1018. Dictionary state;
  1019. state["scroll_position"] = text_editor->get_v_scroll();
  1020. state["h_scroll_position"] = text_editor->get_h_scroll();
  1021. state["column"] = text_editor->cursor_get_column();
  1022. state["row"] = text_editor->cursor_get_line();
  1023. state["selection"] = get_text_edit()->is_selection_active();
  1024. if (get_text_edit()->is_selection_active()) {
  1025. state["selection_from_line"] = text_editor->get_selection_from_line();
  1026. state["selection_from_column"] = text_editor->get_selection_from_column();
  1027. state["selection_to_line"] = text_editor->get_selection_to_line();
  1028. state["selection_to_column"] = text_editor->get_selection_to_column();
  1029. }
  1030. state["folded_lines"] = text_editor->get_folded_lines();
  1031. state["breakpoints"] = text_editor->get_breakpoints_array();
  1032. state["bookmarks"] = text_editor->get_bookmarks_array();
  1033. state["syntax_highlighter"] = TTR("Standard");
  1034. SyntaxHighlighter *syntax_highlighter = text_editor->_get_syntax_highlighting();
  1035. if (syntax_highlighter) {
  1036. state["syntax_highlighter"] = syntax_highlighter->get_name();
  1037. }
  1038. return state;
  1039. }
  1040. void CodeTextEditor::set_edit_state(const Variant &p_state) {
  1041. Dictionary state = p_state;
  1042. /* update the row first as it sets the column to 0 */
  1043. text_editor->cursor_set_line(state["row"]);
  1044. text_editor->cursor_set_column(state["column"]);
  1045. text_editor->set_v_scroll(state["scroll_position"]);
  1046. text_editor->set_h_scroll(state["h_scroll_position"]);
  1047. if (state.has("selection")) {
  1048. text_editor->select(state["selection_from_line"], state["selection_from_column"], state["selection_to_line"], state["selection_to_column"]);
  1049. }
  1050. if (state.has("folded_lines")) {
  1051. Vector<int> folded_lines = state["folded_lines"];
  1052. for (int i = 0; i < folded_lines.size(); i++) {
  1053. text_editor->fold_line(folded_lines[i]);
  1054. }
  1055. }
  1056. if (state.has("breakpoints")) {
  1057. Array breakpoints = state["breakpoints"];
  1058. for (int i = 0; i < breakpoints.size(); i++) {
  1059. text_editor->set_line_as_breakpoint(breakpoints[i], true);
  1060. }
  1061. }
  1062. if (state.has("bookmarks")) {
  1063. Array bookmarks = state["bookmarks"];
  1064. for (int i = 0; i < bookmarks.size(); i++) {
  1065. text_editor->set_line_as_bookmark(bookmarks[i], true);
  1066. }
  1067. }
  1068. text_editor->grab_focus();
  1069. }
  1070. void CodeTextEditor::set_error(const String &p_error) {
  1071. error->set_text(p_error);
  1072. if (p_error != "") {
  1073. error->set_default_cursor_shape(CURSOR_POINTING_HAND);
  1074. } else {
  1075. error->set_default_cursor_shape(CURSOR_ARROW);
  1076. }
  1077. }
  1078. void CodeTextEditor::set_error_pos(int p_line, int p_column) {
  1079. error_line = p_line;
  1080. error_column = p_column;
  1081. }
  1082. void CodeTextEditor::goto_error() {
  1083. if (error->get_text() != "") {
  1084. text_editor->cursor_set_line(error_line);
  1085. text_editor->cursor_set_column(error_column);
  1086. text_editor->center_viewport_to_cursor();
  1087. }
  1088. }
  1089. void CodeTextEditor::_update_font() {
  1090. text_editor->add_font_override("font", get_font("source", "EditorFonts"));
  1091. Ref<Font> status_bar_font = get_font("status_source", "EditorFonts");
  1092. error->add_font_override("font", status_bar_font);
  1093. int count = status_bar->get_child_count();
  1094. for (int i = 0; i < count; i++) {
  1095. Control *n = Object::cast_to<Control>(status_bar->get_child(i));
  1096. if (n)
  1097. n->add_font_override("font", status_bar_font);
  1098. }
  1099. }
  1100. void CodeTextEditor::_on_settings_change() {
  1101. _update_font();
  1102. font_size = EditorSettings::get_singleton()->get("interface/editor/code_font_size");
  1103. // AUTO BRACE COMPLETION
  1104. text_editor->set_auto_brace_completion(
  1105. EDITOR_DEF("text_editor/completion/auto_brace_complete", true));
  1106. code_complete_timer->set_wait_time(
  1107. EDITOR_DEF("text_editor/completion/code_complete_delay", .3f));
  1108. // call hint settings
  1109. text_editor->set_callhint_settings(
  1110. EDITOR_DEF("text_editor/completion/put_callhint_tooltip_below_current_line", true),
  1111. EDITOR_DEF("text_editor/completion/callhint_tooltip_offset", Vector2()));
  1112. idle->set_wait_time(EDITOR_DEF("text_editor/completion/idle_parse_delay", 2.0));
  1113. }
  1114. void CodeTextEditor::_text_changed_idle_timeout() {
  1115. _validate_script();
  1116. emit_signal("validate_script");
  1117. }
  1118. void CodeTextEditor::validate_script() {
  1119. idle->start();
  1120. }
  1121. void CodeTextEditor::_warning_label_gui_input(const Ref<InputEvent> &p_event) {
  1122. Ref<InputEventMouseButton> mb = p_event;
  1123. if (mb.is_valid() && mb->is_pressed() && mb->get_button_index() == BUTTON_LEFT) {
  1124. _warning_button_pressed();
  1125. }
  1126. }
  1127. void CodeTextEditor::_warning_button_pressed() {
  1128. _set_show_warnings_panel(!is_warnings_panel_opened);
  1129. }
  1130. void CodeTextEditor::_set_show_warnings_panel(bool p_show) {
  1131. is_warnings_panel_opened = p_show;
  1132. emit_signal("show_warnings_panel", p_show);
  1133. }
  1134. void CodeTextEditor::_error_pressed(const Ref<InputEvent> &p_event) {
  1135. Ref<InputEventMouseButton> mb = p_event;
  1136. if (mb.is_valid() && mb->is_pressed() && mb->get_button_index() == BUTTON_LEFT) {
  1137. emit_signal("error_pressed");
  1138. }
  1139. }
  1140. void CodeTextEditor::_notification(int p_what) {
  1141. switch (p_what) {
  1142. case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: {
  1143. _load_theme_settings();
  1144. emit_signal("load_theme_settings");
  1145. } break;
  1146. case NOTIFICATION_THEME_CHANGED: {
  1147. _update_font();
  1148. } break;
  1149. case NOTIFICATION_ENTER_TREE: {
  1150. warning_button->set_icon(get_icon("NodeWarning", "EditorIcons"));
  1151. add_constant_override("separation", 4 * EDSCALE);
  1152. } break;
  1153. case NOTIFICATION_VISIBILITY_CHANGED: {
  1154. set_process_input(is_visible_in_tree());
  1155. } break;
  1156. default:
  1157. break;
  1158. }
  1159. }
  1160. void CodeTextEditor::set_warning_nb(int p_warning_nb) {
  1161. warning_count_label->set_text(itos(p_warning_nb));
  1162. warning_count_label->set_visible(p_warning_nb > 0);
  1163. warning_button->set_visible(p_warning_nb > 0);
  1164. if (!p_warning_nb)
  1165. _set_show_warnings_panel(false);
  1166. }
  1167. void CodeTextEditor::toggle_bookmark() {
  1168. int line = text_editor->cursor_get_line();
  1169. text_editor->set_line_as_bookmark(line, !text_editor->is_line_set_as_bookmark(line));
  1170. }
  1171. void CodeTextEditor::goto_next_bookmark() {
  1172. List<int> bmarks;
  1173. text_editor->get_bookmarks(&bmarks);
  1174. if (bmarks.size() <= 0) {
  1175. return;
  1176. }
  1177. int line = text_editor->cursor_get_line();
  1178. if (line >= bmarks[bmarks.size() - 1]) {
  1179. text_editor->unfold_line(bmarks[0]);
  1180. text_editor->cursor_set_line(bmarks[0]);
  1181. } else {
  1182. for (List<int>::Element *E = bmarks.front(); E; E = E->next()) {
  1183. int bline = E->get();
  1184. if (bline > line) {
  1185. text_editor->unfold_line(bline);
  1186. text_editor->cursor_set_line(bline);
  1187. return;
  1188. }
  1189. }
  1190. }
  1191. }
  1192. void CodeTextEditor::goto_prev_bookmark() {
  1193. List<int> bmarks;
  1194. text_editor->get_bookmarks(&bmarks);
  1195. if (bmarks.size() <= 0) {
  1196. return;
  1197. }
  1198. int line = text_editor->cursor_get_line();
  1199. if (line <= bmarks[0]) {
  1200. text_editor->unfold_line(bmarks[bmarks.size() - 1]);
  1201. text_editor->cursor_set_line(bmarks[bmarks.size() - 1]);
  1202. } else {
  1203. for (List<int>::Element *E = bmarks.back(); E; E = E->prev()) {
  1204. int bline = E->get();
  1205. if (bline < line) {
  1206. text_editor->unfold_line(bline);
  1207. text_editor->cursor_set_line(bline);
  1208. return;
  1209. }
  1210. }
  1211. }
  1212. }
  1213. void CodeTextEditor::remove_all_bookmarks() {
  1214. List<int> bmarks;
  1215. text_editor->get_bookmarks(&bmarks);
  1216. for (List<int>::Element *E = bmarks.front(); E; E = E->next()) {
  1217. text_editor->set_line_as_bookmark(E->get(), false);
  1218. }
  1219. }
  1220. void CodeTextEditor::_bind_methods() {
  1221. ClassDB::bind_method(D_METHOD("_input"), &CodeTextEditor::_input);
  1222. ClassDB::bind_method("_text_editor_gui_input", &CodeTextEditor::_text_editor_gui_input);
  1223. ClassDB::bind_method("_line_col_changed", &CodeTextEditor::_line_col_changed);
  1224. ClassDB::bind_method("_text_changed", &CodeTextEditor::_text_changed);
  1225. ClassDB::bind_method("_on_settings_change", &CodeTextEditor::_on_settings_change);
  1226. ClassDB::bind_method("_text_changed_idle_timeout", &CodeTextEditor::_text_changed_idle_timeout);
  1227. ClassDB::bind_method("_code_complete_timer_timeout", &CodeTextEditor::_code_complete_timer_timeout);
  1228. ClassDB::bind_method("_complete_request", &CodeTextEditor::_complete_request);
  1229. ClassDB::bind_method("_font_resize_timeout", &CodeTextEditor::_font_resize_timeout);
  1230. ClassDB::bind_method("_error_pressed", &CodeTextEditor::_error_pressed);
  1231. ClassDB::bind_method("_warning_button_pressed", &CodeTextEditor::_warning_button_pressed);
  1232. ClassDB::bind_method("_warning_label_gui_input", &CodeTextEditor::_warning_label_gui_input);
  1233. ADD_SIGNAL(MethodInfo("validate_script"));
  1234. ADD_SIGNAL(MethodInfo("load_theme_settings"));
  1235. ADD_SIGNAL(MethodInfo("show_warnings_panel"));
  1236. ADD_SIGNAL(MethodInfo("error_pressed"));
  1237. }
  1238. void CodeTextEditor::set_code_complete_func(CodeTextEditorCodeCompleteFunc p_code_complete_func, void *p_ud) {
  1239. code_complete_func = p_code_complete_func;
  1240. code_complete_ud = p_ud;
  1241. }
  1242. CodeTextEditor::CodeTextEditor() {
  1243. code_complete_func = NULL;
  1244. ED_SHORTCUT("script_editor/zoom_in", TTR("Zoom In"), KEY_MASK_CMD | KEY_EQUAL);
  1245. ED_SHORTCUT("script_editor/zoom_out", TTR("Zoom Out"), KEY_MASK_CMD | KEY_MINUS);
  1246. ED_SHORTCUT("script_editor/reset_zoom", TTR("Reset Zoom"), KEY_MASK_CMD | KEY_0);
  1247. text_editor = memnew(TextEdit);
  1248. add_child(text_editor);
  1249. text_editor->set_v_size_flags(SIZE_EXPAND_FILL);
  1250. // Added second so it opens at the bottom, so it won't shift the entire text editor when opening.
  1251. find_replace_bar = memnew(FindReplaceBar);
  1252. add_child(find_replace_bar);
  1253. find_replace_bar->set_h_size_flags(SIZE_EXPAND_FILL);
  1254. find_replace_bar->hide();
  1255. find_replace_bar->set_text_edit(text_editor);
  1256. text_editor->set_show_line_numbers(true);
  1257. text_editor->set_brace_matching(true);
  1258. text_editor->set_auto_indent(true);
  1259. status_bar = memnew(HBoxContainer);
  1260. add_child(status_bar);
  1261. status_bar->set_h_size_flags(SIZE_EXPAND_FILL);
  1262. status_bar->set_custom_minimum_size(Size2(0, 24 * EDSCALE)); // Adjust for the height of the warning icon.
  1263. idle = memnew(Timer);
  1264. add_child(idle);
  1265. idle->set_one_shot(true);
  1266. idle->set_wait_time(EDITOR_DEF("text_editor/completion/idle_parse_delay", 2.0));
  1267. code_complete_timer = memnew(Timer);
  1268. add_child(code_complete_timer);
  1269. code_complete_timer->set_one_shot(true);
  1270. code_complete_timer->set_wait_time(EDITOR_DEF("text_editor/completion/code_complete_delay", .3f));
  1271. error_line = 0;
  1272. error_column = 0;
  1273. // Error
  1274. ScrollContainer *scroll = memnew(ScrollContainer);
  1275. scroll->set_h_size_flags(SIZE_EXPAND_FILL);
  1276. scroll->set_v_size_flags(SIZE_EXPAND_FILL);
  1277. scroll->set_enable_v_scroll(false);
  1278. status_bar->add_child(scroll);
  1279. error = memnew(Label);
  1280. scroll->add_child(error);
  1281. error->set_v_size_flags(SIZE_EXPAND | SIZE_SHRINK_CENTER);
  1282. error->add_color_override("font_color", EditorNode::get_singleton()->get_gui_base()->get_color("error_color", "Editor"));
  1283. error->add_font_override("font", EditorNode::get_singleton()->get_gui_base()->get_font("status_source", "EditorFonts"));
  1284. error->set_mouse_filter(MOUSE_FILTER_STOP);
  1285. error->connect("gui_input", this, "_error_pressed");
  1286. find_replace_bar->connect("error", error, "set_text");
  1287. // Warnings
  1288. warning_button = memnew(ToolButton);
  1289. status_bar->add_child(warning_button);
  1290. warning_button->set_v_size_flags(SIZE_EXPAND | SIZE_SHRINK_CENTER);
  1291. warning_button->set_default_cursor_shape(CURSOR_POINTING_HAND);
  1292. warning_button->connect("pressed", this, "_warning_button_pressed");
  1293. warning_button->set_tooltip(TTR("Warnings"));
  1294. warning_count_label = memnew(Label);
  1295. status_bar->add_child(warning_count_label);
  1296. warning_count_label->set_v_size_flags(SIZE_EXPAND | SIZE_SHRINK_CENTER);
  1297. warning_count_label->set_align(Label::ALIGN_RIGHT);
  1298. warning_count_label->set_default_cursor_shape(CURSOR_POINTING_HAND);
  1299. warning_count_label->set_mouse_filter(MOUSE_FILTER_STOP);
  1300. warning_count_label->set_tooltip(TTR("Warnings"));
  1301. warning_count_label->add_color_override("font_color", EditorNode::get_singleton()->get_gui_base()->get_color("warning_color", "Editor"));
  1302. warning_count_label->add_font_override("font", EditorNode::get_singleton()->get_gui_base()->get_font("status_source", "EditorFonts"));
  1303. warning_count_label->connect("gui_input", this, "_warning_label_gui_input");
  1304. is_warnings_panel_opened = false;
  1305. set_warning_nb(0);
  1306. // Line and column
  1307. line_and_col_txt = memnew(Label);
  1308. status_bar->add_child(line_and_col_txt);
  1309. line_and_col_txt->set_v_size_flags(SIZE_EXPAND | SIZE_SHRINK_CENTER);
  1310. line_and_col_txt->add_font_override("font", EditorNode::get_singleton()->get_gui_base()->get_font("status_source", "EditorFonts"));
  1311. line_and_col_txt->set_tooltip(TTR("Line and column numbers."));
  1312. line_and_col_txt->set_mouse_filter(MOUSE_FILTER_STOP);
  1313. text_editor->connect("gui_input", this, "_text_editor_gui_input");
  1314. text_editor->connect("cursor_changed", this, "_line_col_changed");
  1315. text_editor->connect("text_changed", this, "_text_changed");
  1316. text_editor->connect("request_completion", this, "_complete_request");
  1317. Vector<String> cs;
  1318. cs.push_back(".");
  1319. cs.push_back(",");
  1320. cs.push_back("(");
  1321. cs.push_back("=");
  1322. cs.push_back("$");
  1323. text_editor->set_completion(true, cs);
  1324. idle->connect("timeout", this, "_text_changed_idle_timeout");
  1325. code_complete_timer->connect("timeout", this, "_code_complete_timer_timeout");
  1326. font_resize_val = 0;
  1327. font_size = EditorSettings::get_singleton()->get("interface/editor/code_font_size");
  1328. font_resize_timer = memnew(Timer);
  1329. add_child(font_resize_timer);
  1330. font_resize_timer->set_one_shot(true);
  1331. font_resize_timer->set_wait_time(0.07);
  1332. font_resize_timer->connect("timeout", this, "_font_resize_timeout");
  1333. EditorSettings::get_singleton()->connect("settings_changed", this, "_on_settings_change");
  1334. }