Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix crash when executing CodeEdit._main_gutter_draw_callback | Haoyu Qiu | 2021-10-18 | 1 | -3/+3 | |
| | ||||||
* | Merge pull request #53476 from Paulb23/breakpoint-move-up-fix | Rémi Verschelde | 2021-10-06 | 1 | -3/+4 | |
|\ | ||||||
| * | Fix breakpointed_lines out of sync when removing lines above | Paulb23 | 2021-10-06 | 1 | -3/+4 | |
| | | ||||||
* | | Fix the "END" key behaving like "PAGE_DOWN" in code completion. | Eric M | 2021-10-06 | 1 | -1/+1 | |
|/ | | | | Before: behaved like page down. After: goes to last item. | |||||
* | Fix deleting selection at the first line do not work with backspace | Jean-Michel Bernard | 2021-10-01 | 1 | -5/+5 | |
| | ||||||
* | Use range iterators for `Map` | Lightning_A | 2021-09-30 | 1 | -8/+8 | |
| | ||||||
* | Improved breakpoint gutter for CodeEdit. | Eric M | 2021-09-30 | 1 | -6/+13 | |
| | | | | Added preview of breakpoint placement on hover. Added override of icon for the Editor to use an SVG so it is no longer blurry. | |||||
* | Fix incorrect offsets of tooltip content in `CodeEdit` | Yuri Roubinsky | 2021-09-24 | 1 | -3/+3 | |
| | | | | | Fix incorrect offsets of tooltip content in `CodeEdit` | |||||
* | Construct values only when necessary. | Anilforextra | 2021-09-23 | 1 | -2/+2 | |
| | ||||||
* | Change completion prefixes to single char and unnecessary ui_cancel accept_event | Paulb23 | 2021-09-20 | 1 | -10/+13 | |
| | ||||||
* | Merge pull request #52583 from e8newallm/52360 | Rémi Verschelde | 2021-09-14 | 1 | -1/+3 | |
|\ | | | | | Removed updates that caused unnecessary window updates | |||||
| * | Removed updates that caused unnecessary window updates | Matthew Newall | 2021-09-13 | 1 | -1/+3 | |
| | | ||||||
* | | Merge pull request #52443 from Paulb23/code-edit-indext-fixes | Rémi Verschelde | 2021-09-13 | 1 | -3/+3 | |
|\ \ | | | | | | | Fix brace placement with space auto indent | |||||
| * | | Fix brace placement with space auto indent | Paulb23 | 2021-09-06 | 1 | -3/+3 | |
| | | | ||||||
* | | | Merge pull request #52346 from Paulb23/string-tracking-fixes | Rémi Verschelde | 2021-09-13 | 1 | -4/+13 | |
|\ \ \ | | | | | | | | | Fix getting deliminator start over empty lines and blank start keys | |||||
| * | | | Fix getting deliminator start over empty lines and blank start keys | Paulb23 | 2021-09-02 | 1 | -4/+13 | |
| |/ / | ||||||
* | / | Fix block deliminator not-folding at end of file | Paulb23 | 2021-09-09 | 1 | -1/+6 | |
| |/ |/| | ||||||
* | | Merge pull request #52339 from jmb462/fix-fold-function-with-comment-fail | Max Hilbrunner | 2021-09-07 | 1 | -4/+18 | |
|\ \ | | | | | | | Fix wrong folding behaviour of last block if containing comment | |||||
| * | | Fix comment causes content of folded methods to not hide | jmb462 | 2021-09-05 | 1 | -4/+18 | |
| |/ | ||||||
* | | Merge pull request #52359 from williamd67/fix-autocomplete-merge | Max Hilbrunner | 2021-09-07 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix incorrectly removing two characters by auto brace | |||||
| * | | Fix incorrectly removing two characters by auto brace | William Deurwaarder | 2021-09-03 | 1 | -1/+1 | |
| |/ | | | | | | | | | In some situations when there were no braces auto brace still removed two characters. This has been fixed by adding a test that a brace is found. | |||||
* / | Fix crash during completion lookback | daniel-mcclintock | 2021-09-06 | 1 | -1/+1 | |
|/ | ||||||
* | Fix misspelled "overriden" | Haoyu Qiu | 2021-08-26 | 1 | -1/+1 | |
| | | | | In recent GDVIRTUAL PR and SkeletonModification3DJiggle doc. | |||||
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz | 2021-08-23 | 1 | -3/+3 | |
| | | | | | | | | * `_gui_input`, `_input`, `_unhandled_input` and `_unhandled_key_input` are now regular C++ virutal functions. * Everything else converted to GDVIRTUAL * BIND_VMETHOD is gone, always use the new syntax from now on. Creating `_gui_input` method and using the binder to register events will no longer work, simply override the virtual function now. | |||||
* | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz | 2021-08-22 | 1 | -18/+17 | |
| | | | | | | | | | | | * New syntax is type safe. * New syntax allows for type safe virtuals in native extensions. * New syntax permits extremely fast calling. Note: Everything was replaced where possible except for `_gui_input` `_input` and `_unhandled_input`. These will require API rework on a separate PR as they work different than the rest of the functions. Added a new method flag METHOD_FLAG_OBJECT_CORE, used internally. Allows to not dump the core virtuals like `_notification` to the json API, since each language will implement those as it is best fits. | |||||
* | Merge pull request #51585 from Paulb23/theme-update-optimisation | Rémi Verschelde | 2021-08-13 | 1 | -1/+4 | |
|\ | ||||||
| * | Move CodeEdit theme overrides into EditorTheme | Paulb23 | 2021-08-13 | 1 | -1/+4 | |
| | | ||||||
* | | Fix incorrect completion popup size of `CodeEdit` | Yuri Roubinsky | 2021-08-13 | 1 | -7/+19 | |
|/ | ||||||
* | Fix breakpoint toggle signal not firing when expected | Paulb23 | 2021-08-12 | 1 | -10/+34 | |
| | ||||||
* | Cleanup and complete TextEdit inspector and docs | Paulb23 | 2021-08-12 | 1 | -3/+3 | |
| | ||||||
* | Cleanup and bind remaing methods in TextEdit | Paulb23 | 2021-08-12 | 1 | -54/+66 | |
| | ||||||
* | Rename readonly to editable | Paulb23 | 2021-08-12 | 1 | -8/+8 | |
| | ||||||
* | Rename insert mode to overtype mode | Paulb23 | 2021-08-12 | 1 | -2/+2 | |
| | ||||||
* | Protect internal CodeEdit --> TextEdit API | Paulb23 | 2021-08-12 | 1 | -15/+15 | |
| | ||||||
* | Cleanup TextEdit selection methods | Paulb23 | 2021-08-12 | 1 | -10/+10 | |
| | ||||||
* | Expose and cleanup TextEdit line wrap API | Paulb23 | 2021-08-12 | 1 | -4/+4 | |
| | ||||||
* | Cleanup and rename caret operations | Paulb23 | 2021-08-12 | 1 | -77/+77 | |
| | ||||||
* | Make TextEdit cut, copy and paste overridable | Paulb23 | 2021-08-12 | 1 | -60/+63 | |
| | ||||||
* | Improve CodeEdit's callhint highlight visibility | Hugo Locurcio | 2021-08-02 | 1 | -2/+9 | |
| | | | | | This makes the currently edited parameter more visible in the script editor's code completion hint. | |||||
* | Clean up and complete CodeEdit inspector and docs | Paulb23 | 2021-08-01 | 1 | -8/+12 | |
| | ||||||
* | Move symbol lookup into CodeEdit | Paulb23 | 2021-08-01 | 1 | -0/+115 | |
| | ||||||
* | Move line length guidelines into CodeEdit | Paulb23 | 2021-08-01 | 1 | -0/+37 | |
| | ||||||
* | Move brace matching into CodeEdit | Paulb23 | 2021-08-01 | 1 | -0/+13 | |
| | ||||||
* | Move auto brace completion to CodeEdit | Paulb23 | 2021-08-01 | 1 | -53/+243 | |
| | ||||||
* | Merge pull request #50809 from akien-mga/iterators-const-references | Rémi Verschelde | 2021-07-25 | 1 | -1/+1 | |
|\ | ||||||
| * | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -1/+1 | |
| | | ||||||
* | | Fix various typos with codespell | luz paz | 2021-07-25 | 1 | -2/+2 | |
|/ | | | | Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,fave,findn,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint` | |||||
* | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -12/+9 | |
| | ||||||
* | Merge pull request #50606 from Chaosus/textedit_fix_guttertype | Rémi Verschelde | 2021-07-19 | 1 | -3/+3 | |
|\ | | | | | Fixed typos in `TextEdit::GutterType` enum | |||||
| * | Fixed typos in `TextEdit::GutterType` enum | Yuri Roubinsky | 2021-07-19 | 1 | -3/+3 | |
| | |