aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Member variable syntax highlightingPaulb232016-06-041-0/+1
| | | | (cherry picked from commit fc9f9adcb25cde432f888b8b29aee862eb0d8f95)
* Added caret blink in text editorPaulb232016-05-121-0/+4
| | | | (cherry picked from commit e03e7deb1bbc25d1d7e3506058e090a14eabde97)
* Trim trailing white space on save, issue 4383Paulb232016-04-271-3/+48
| | | | (cherry picked from commit f3e6569e00b6fcebe5f932d91cf0df24411ce062)
* Setting to change line number colorPaulb232016-04-271-0/+1
| | | | (cherry picked from commit 8c328474f2b2397fb4bcc3fc84402a0305383da6)
* Ability to change the caret colorPaulb232016-04-271-0/+1
| | | | (cherry picked from commit c7519f091d6c4bd3f7edc1b8213fb4aa418fad3a)
* Option to toggle syntax highlightingPaulb232016-04-061-1/+2
| | | | (cherry picked from commit d78e98e2a49bf952dd3e38e4a8359903d03bf42c)
* Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-061-26/+2
| | | | (cherry picked from commit 93700676b5491ff41d0a14954e71327b99440f7e)
* Fixed text edit undo and redo operation interactionPaul Batty2016-04-061-2/+10
| | | | (cherry picked from commit 646e0897829d7baf4b982c59d4bddade85199665)
* Separate help pages from scripts by defaultRémi Verschelde2016-04-061-1/+1
| | | | | Fixes #4199 (cherry picked from commit 9c89d3e042fd7a6472ac2261afedaa235d2b4ebb)
* Change toggle comment behaviour. Fixes #4198Luiz Paulo de Vasconcellos2016-04-061-0/+5
| | | | (cherry picked from commit 1b6f14d81047b563283fb66022701f03d5bd9ca1)
* Function syntax highlightingPaul Batty2016-04-021-0/+1
| | | | (cherry picked from commit 50aa78210c0e31ea8a348bdd8a2432159dc61879)
* Option to toggle line numbersPaulb232016-04-021-0/+2
| | | | (cherry picked from commit 474911c5338e3dfece0c7195c50e11b9027adb05)
* Syntax highlighting for numbersPaulb232016-04-021-0/+1
| | | | (cherry picked from commit c844c2d604ab7e8824659e1f6b6011039a552cbe)
* Option to toggle tab drawingPaulb232016-04-021-1/+2
| | | | (cherry picked from commit 0fc7be89d3d85e35a42e4b33f619f53c92694a76)
* Highlight all occurrences of selected wordPaulb232016-04-021-0/+3
| | | | (cherry picked from commit b0488cacf27cb98c4a0dd58661c83262236e18a0)
* Added configuable tab sizePaulb232016-04-021-0/+2
| | | | (cherry picked from commit 9234bd3ff9a3ff025368a1882ccfb91ca1b96ff1)
* remove trailing whitespaceHubert Jarosz2016-04-021-1/+1
| | | | (cherry picked from commit 4a4f2479146aa33e235ed57cde311efda68d3c8f)
* Enabled scrolling past end of filePaulb232016-04-021-0/+2
| | | | (cherry picked from commit f19eea2f2d01cdfd671f16436eb639b46908b150)
* Added search box in Class List dialog (Script Editor)Franklin Sobrinho2016-03-061-1/+1
| | | | (cherry picked from commit cc6a6ef08cff08348c2038312d040f032d58ee50)
* Add editor settings for call hint placementMartin Chuckeles2016-03-051-0/+3
| | | | | | | Added settings: text_editor/put_callhint_tooltip_below_current_line and text_editor/callhint_tooltip_offset (cherry picked from commit 47206b409d6802ac9ccbaedaa0daedc30b739e2f)
* -fixed a crash when closing scene with animationplayer openJuan Linietsky2016-02-211-1/+1
| | | | -removed item checked print, closes #3564
* -Change link to new documentationJuan Linietsky2016-02-201-1/+1
| | | | -fixed bug in tilemap collision debug
* Fixed a couple of tooltips on the editorTegu2016-02-101-2/+2
|
* -Property apply limits to V/H Splits in main editor window. Fixes #3567Juan Linietsky2016-02-081-1/+1
|
* -only save scripts if changed, takes less time to run projects and does not ↵Juan Linietsky2016-02-021-6/+11
| | | | confuse you with changed dates.
* Fix input passing to script editor even if not visibleFranklin Sobrinho2016-01-271-1/+1
|
* Fix wrong condition test for saving, fixes #3287Juan Linietsky2016-01-231-1/+3
|
* Wider initial size of the panel with scriptskubecz3k2016-01-201-1/+1
| | | | I believe it's size is now exactly the same how it was before commit that allowed to hide script panel entirely. I assume previously it was 140 wide because of 70px of minimal size + 70px of offset, so now when minimal size is 0 the offset need to be 140.
* -Massive editor dialog cleanupJuan Linietsky2016-01-171-6/+7
| | | | -Added a bottom menu list
* Ability to hide panel with scriptskubecz3k2016-01-131-1/+1
| | | | | Minimal horizontal size for panel with scripts was = 70, changed it to 0. It's especially helpful if someone is working on a laptop, or just don't like to have anything on the left side of the screen. Video that shows how it's working after the change: https://www.youtube.com/watch?v=Y_o4pOpjyhY&feature=youtu.be
* Fix script highlighting for classes that begin with "_"Franklin Sobrinho2016-01-101-1/+5
|
* Fix debugger close button and script editor "Show Debugger"Franklin Sobrinho2016-01-081-1/+1
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Make sure auto bracket completion setting always works, closes #2332Juan Linietsky2016-01-011-0/+9
|
* Colorize Rect2 and NodePath in script editorhondres2015-12-241-0/+2
|
* this failed in msvc, didn't in linux and mingwAriel Manzur2015-12-201-1/+1
|
* replaced :var by :Variant in documentation, fixes #2897Juan Linietsky2015-12-141-0/+1
|
* do not open dominant script if external editor is selected, fixes #3067Juan Linietsky2015-12-141-0/+3
|
* fix broken mergeJuan Linietsky2015-12-121-2/+0
|
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-121-1/+1
|\
| * Script debugger remains visible when using Debug->Show DebuggerFranklin Sobrinho2015-12-121-5/+2
| |
* | -added option to keep debugger open, fixes #3031Juan Linietsky2015-12-121-11/+18
|/
* -ability to change scripts in external editor and still have properties ↵Juan Linietsky2015-12-091-18/+98
| | | | reloaded in godot UI, fixes #3003
* Script Editor: maintain cursor column after duplicate a lineFranklin Sobrinho2015-12-061-1/+3
|
* Merge pull request #2969 from neikeq/fix_bracket_completeRémi Verschelde2015-12-011-0/+1
|\ | | | | Fix auto bracket completion disabled on newly open scripts
| * ScriptTextEditor: fix auto bracket completion not enabledneikeq2015-12-011-0/+1
| |
* | Fix script editor not clonning down last lineneikeq2015-12-011-2/+2
|/
* Merge pull request #2908 from neikeq/fix_editor_selectRémi Verschelde2015-11-251-0/+2
|\ | | | | Fix bugs caused by merged Script and Help tabs
| * Fix Class Reference request from Inspectorneikeq2015-11-251-0/+2
| |
* | Merge pull request #2907 from neikeq/fix_2887Rémi Verschelde2015-11-241-6/+5
|\ \ | | | | | | Fix Class Search dialog not showing