summaryrefslogtreecommitdiff
path: root/doc/classes/TextEdit.xml
AgeCommit message (Expand)Author
2021-12-03Make overridden properties link to parent definitionYuri Sizov
2021-12-03Merge pull request #55520 from pycbouh/docs-sort-group-newline-theme-and-enumsRémi Verschelde
2021-12-02Add drag and drop to TextEditConteZero
2021-12-01Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov
2021-11-22Add methods to get position from column and line in TextEditYuri Sizov
2021-11-17Fix TextEdit mouse interactions when the last line is hiddenPaulb23
2021-10-27Add option to make selection uniqueConteZero
2021-10-20Merge pull request #53702 from ConteZero/primary_clipboard_linuxRémi Verschelde
2021-10-18Added primary clipboard for LinuxConteZero
2021-10-10Add warnings to methods that give access to internal nodesYuri Sizov
2021-10-09Fix missing argument names in bindingsRémi Verschelde
2021-10-05doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde
2021-09-21Added search colors to TextEdit and CodeEdit themePaulb23
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-17Improve Undo/Redo menu itemsHaoyu Qiu
2021-08-12Fix breakpoint toggle signal not firing when expectedPaulb23
2021-08-12Cleanup and complete TextEdit inspector and docsPaulb23
2021-08-12Cleanup and expose viewport / scrolling methodsPaulb23
2021-08-12Rename readonly to editablePaulb23
2021-08-12Rename insert mode to overtype modePaulb23
2021-08-12Cleanup TextEdit selection methodsPaulb23
2021-08-12Expose and cleanup TextEdit line wrap APIPaulb23
2021-08-12Cleanup and rename caret operationsPaulb23
2021-08-12Make TextEdit cut, copy and paste overridablePaulb23
2021-08-04Add theme item descriptions to the online documentationYuri Sizov
2021-08-01Clean up and complete CodeEdit inspector and docsPaulb23
2021-08-01Move symbol lookup into CodeEditPaulb23
2021-08-01Move line length guidelines into CodeEditPaulb23
2021-08-01Move brace matching into CodeEditPaulb23
2021-08-01Move auto brace completion to CodeEditPaulb23
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-25Fix various typos with codespellluz paz
2021-07-19Fixed typos in `TextEdit::GutterType` enumYuri Roubinsky
2021-07-17Create many types of popups on demandreduz
2021-07-06Add multiple descriptions to several classesNick Huelin
2021-06-20Move indent management to CodeEditPaulb23
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-01Move code folding into CodeEdit and hide line hiding APIPaulb23
2021-06-01Update String/Comment, autocomplete and hints docsPaulb23
2021-05-22Add custom background line colour to TextEdit and remove marked linesPaulb23
2021-05-18Merge pull request #48528 from sent44/texteditRémi Verschelde
2021-05-10Scroll faster when holding Alt in TextEdit (and script editor)Hugo Locurcio
2021-05-07Expose get_total_visible_rows as get_visible_line_countsent44
2021-03-10doc: Sync classref with current sourceRémi Verschelde
2021-03-05Docs: Port Code Examples to C# (R, S, T, U)HaSa1002
2021-02-14[CTL] Add missing font outline drawing routines and theme constants.bruvzg
2021-02-04Merge pull request #42721 from Paulb23/update_syntax_highlighting_docsRémi Verschelde
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2020-12-29Fix missed renamings from empty() to is_empty()Rémi Verschelde
2020-11-26[Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,...bruvzg