code_editor.cpp 52 KB

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