summaryrefslogtreecommitdiffstats
path: root/scene/gui/code_edit.h
Commit message (Expand)AuthorAgeFilesLines
...
* Move line length guidelines into CodeEditPaulb232021-08-011-0/+8
* Move brace matching into CodeEditPaulb232021-08-011-0/+3
* Move auto brace completion to CodeEditPaulb232021-08-011-0/+28
* Move indent management to CodeEditPaulb232021-06-201-0/+34
* Move code folding into CodeEdit and hide line hiding APIPaulb232021-06-011-0/+18
* Move and expose Code Hint in CodeEditPaulb232021-06-011-0/+10
* Move and expose AutoComplete in CodeEditPaulb232021-06-011-0/+70
* Add comment and string tracking to CodeEditPaulb232021-06-011-2/+91
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add folding gutter to code_editPaulb232020-09-101-0/+12
* Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-1/+54
* Changed line_edited_from(from) to lines_edit_from(from, to)Paulb232020-09-101-1/+1
* Added Line numbers to CodeEditPaulb232020-09-101-0/+20
* Add and convert editor to use CodeEditPaulb232020-09-101-0/+50