Commit History

Author SHA1 Message Date
  Rémi Verschelde aa3909cf54 Merge pull request #51729 from yjh0502/ext-reload-master 4 years ago
  Haoyu Qiu 16c2d4ef22 Improve Undo/Redo menu items 4 years ago
  Jihyun Yu 1c61245990 Auto-reload scripts with external editor 4 years ago
  Paulb23 bcfc591f86 Reorganise text editor settings 4 years ago
  Rémi Verschelde 81512a3732 Style: Cleanup code using `text_editor/completion/use_single_quotes` 4 years ago
  Haoyu Qiu dae51cc6b3 Allow dropping property path into script editor 4 years ago
  Paulb23 ae4dcb8918 Cleanup and bind remaing methods in TextEdit 4 years ago
  Paulb23 b700011314 Protect internal CodeEdit --> TextEdit API 4 years ago
  Paulb23 9ec3e7f3d7 Cleanup TextEdit selection methods 4 years ago
  Paulb23 d5dcaee4c5 Cleanup and rename caret operations 4 years ago
  Aaron Franke fa3a32a2d6 Use Key enum instead of plain integers 4 years ago
  Bhuvan Vemula a0a019a998 Added EditorCommandPalette 4 years ago
  Paulb23 809a32c045 Clean up and complete CodeEdit inspector and docs 4 years ago
  Paulb23 dd5a37f556 Move symbol lookup into CodeEdit 4 years ago
  Paulb23 12f0053555 Move auto brace completion to CodeEdit 4 years ago
  Rémi Verschelde ac3322b0af Use const references where possible for List range iterators 4 years ago
  Aaron Franke 4e6efd1b07 Use C++ iterators for Lists in many situations 4 years ago
  Rémi Verschelde dfc1ec7fb9 Merge pull request #50606 from Chaosus/textedit_fix_guttertype 4 years ago
  Yuri Roubinsky 1597045b09 Fixed typos in `TextEdit::GutterType` enum 4 years ago
  reduz 6631f66c2a Optimize StringName usage 4 years ago
  kobewi 5e593dda9b Support single quote when dropping files to script 4 years ago
  Rémi Verschelde d41f4aca77 Script editor: Rename 'Clone Down' to 'Duplicate Selection' 4 years ago
  Paulb23 1a0cfc219b Move indent management to CodeEdit 4 years ago
  Lightning_A e28fd07b2b Rename `instance()`->`instantiate()` when it's a verb 4 years ago
  Rémi Verschelde 60dcc4f39c Merge pull request #49742 from Paulb23/remove_keywords_textedit 4 years ago
  Paulb23 ab49ea032c Remove redundant keywords from TextEdit 4 years ago
  Eric M d0e78c86d7 Added support for scripts reporting multiple errors to ScriptTextEditor 4 years ago
  Rémi Verschelde 341cb8da31 Merge pull request #49238 from Paulb23/code_edit_code_folding 4 years ago
  kobewi 7ff135b015 Consistently prefix bound virtual methods with _ 4 years ago
  kobewi da6aebeb4c Move FindReplaceBar out of CodeTextEditor 4 years ago