aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Bind Z key (without modifiers) to toggle wireframe in 3D viewBojidar Marinov2016-04-061-0/+11
| | | | | | Fixed #4124 (cherry picked from commit 8ee8802cbe753c9cb6472da9f906a71954ecae5e)
* Fixed text edit undo and redo operation interactionPaul Batty2016-04-061-2/+10
| | | | (cherry picked from commit 646e0897829d7baf4b982c59d4bddade85199665)
* Fixes errors occurring when switching to a new scene with a spatial editor ↵SaracenOne2016-04-061-24/+30
| | | | | | from a canvas editor. (cherry picked from commit f303e3483d2a160a9841a3b50f21b86a62a7b4ec)
* Added rotation/panning support for trackpads in 3D mode #53sunnystormy2016-04-061-5/+22
| | | | (cherry picked from commit 3ebde34d8fbcce5796b7bac6f26c9cf7881b55ad)
* 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)
* Fix building against 2.0 APIRémi Verschelde2016-04-021-1/+1
| | | | | 812de22 used a method from the new plugin API in master, so it failed building.
* 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)
* Fix editors panels, of the bottom panel, not resizing in some casesFranklin Sobrinho2016-04-023-3/+7
| | | | (cherry picked from commit 4a0f835ece40db45f1705761cd492bd34e8c4630)
* Fix file dialog, of Particles2D plugin, showing "Error" iconsFranklin Sobrinho2016-04-022-17/+17
| | | | (cherry picked from commit 8d2a957e360bd66e02522a18161df8b35c0db0df)
* Added configuable tab sizePaulb232016-04-021-0/+2
| | | | (cherry picked from commit 9234bd3ff9a3ff025368a1882ccfb91ca1b96ff1)
* Remove redundant buttonsRémi Verschelde2016-04-022-79/+3
| | | | | | | Now the Load button is alone on its line, we probably need to find it a better place. (cherry picked from commit d36333b6483b4a8f4ef6d1b38b0688f0f7e99caf)
* Add stop and delete buttons to sample libraryRémi Verschelde2016-04-022-32/+57
| | | | | | | | Based on the work by @rdcklinux in #3339. The play button becomes a stop button while playing. A delete button is added in the last column. (cherry picked from commit 533b9b734272d60ba60427e3d7092a84fe47f9e0)
* remove trailing whitespaceHubert Jarosz2016-04-0219-105/+105
| | | | (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)
* keep previous rotation when using rotate tool. fixes #3788.volzhs2016-02-221-1/+1
|
* -fixed a crash when closing scene with animationplayer openJuan Linietsky2016-02-212-2/+6
| | | | -removed item checked print, closes #3564
* -Change link to new documentationJuan Linietsky2016-02-201-1/+1
| | | | -fixed bug in tilemap collision debug
* Merge pull request #3689 from nunodonato/numpademulationRémi Verschelde2016-02-161-4/+16
|\ | | | | * Added numpad emulation in the 3d viewport (fixes #3612)
| * * Added numpad emulation (fixes #3612)Nuno2016-02-121-4/+16
| |
* | Merge pull request #3641 from JoshuaGrams/masterRémi Verschelde2016-02-161-0/+8
|\ \ | |/ |/| AnimationPlayer frame SpinBox snaps to steps.
| * AnimationPlayer frame SpinBox snaps to steps.Josh Grams2016-02-091-0/+8
| |
* | Fixed a couple of tooltips on the editorTegu2016-02-101-2/+2
|/
* Insert new key helper is back to 2D editor, missed it?Juan Linietsky2016-02-091-2/+4
|
* -Property apply limits to V/H Splits in main editor window. Fixes #3567Juan Linietsky2016-02-083-2/+5
|
* -only save scripts if changed, takes less time to run projects and does not ↵Juan Linietsky2016-02-022-7/+12
| | | | confuse you with changed dates.
* -make animationplayer thinner, also toolbuttons too. fixes #3526Juan Linietsky2016-02-021-1/+1
|
* Merge pull request #3490 from TheHX/issue-3453Rémi Verschelde2016-01-271-1/+1
|\ | | | | Fix input passing to script editor even if not visible
| * Fix input passing to script editor even if not visibleFranklin Sobrinho2016-01-271-1/+1
| |
* | Fix animation toolbarFranklin Sobrinho2016-01-271-7/+0
|/
* avoid crash when scaling tilemap too much, fixes #266reduz2016-01-241-1/+18
|
* -avoid allowing selection of canvasitems inside a viewport, fixes #1383reduz2016-01-241-0/+59
|
* -Fixes a bunch of stdout errors, closes #2763 closes #2731Juan Linietsky2016-01-233-3/+3
|
* 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.
* thumbnail preview for AtlasTextureshondres2016-01-191-3/+16
|
* -fixed bug related to mouse cursor changes, fixes #3366Juan Linietsky2016-01-181-0/+2
|
* New shader nodes are now created under (more or less) the cursor.Ovnuniarchos2016-01-182-3/+3
|
* -Massive editor dialog cleanupJuan Linietsky2016-01-1718-225/+256
| | | | -Added a bottom menu list
* -Moved all the "root" input handling for GUI from individual Controls to ↵Juan Linietsky2016-01-162-2/+2
| | | | | | | | Viewport. -Should fix several reported bugs when controls don't have a common parent This may have added new bugs, so please report if so!
* Merge pull request #3204 from neikeq/fix_3153Rémi Verschelde2016-01-151-10/+31
|\ | | | | Consider texture offset when rotating tiles
| * TileMap: Properly flip/rotate tiles with non-square regionIgnacio Etcheverry2016-01-041-15/+28
| |