summaryrefslogtreecommitdiffstats
path: root/scene/gui/code_edit.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ScriptEditor: Fix line number gutter drag selectDevin Curry2020-10-251-1/+4
| | | | Fixes issue #42722
* Fixed main gutter not drawing on item togglePaulb232020-10-131-0/+3
|
* Move safe line color into editorPaulb232020-09-101-2/+6
|
* Add folding gutter to code_editPaulb232020-09-101-0/+62
|
* Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-12/+259
|
* Changed line_edited_from(from) to lines_edit_from(from, to)Paulb232020-09-101-2/+2
|
* Added Line numbers to CodeEditPaulb232020-09-101-1/+85
|
* Add and convert editor to use CodeEditPaulb232020-09-101-0/+47