aboutsummaryrefslogtreecommitdiff
path: root/tools/editor
Commit message (Expand)AuthorAgeFilesLines
* Option to toggle syntax highlightingPaulb232016-04-062-1/+4
* Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-061-26/+2
* Bind Z key (without modifiers) to toggle wireframe in 3D viewBojidar Marinov2016-04-061-0/+11
* Fixed text edit undo and redo operation interactionPaul Batty2016-04-061-2/+10
* Fixes errors occurring when switching to a new scene with a spatial editor fr...SaracenOne2016-04-061-24/+30
* Added rotation/panning support for trackpads in 3D mode #53sunnystormy2016-04-061-5/+22
* Separate help pages from scripts by defaultRémi Verschelde2016-04-061-1/+1
* Change toggle comment behaviour. Fixes #4198Luiz Paulo de Vasconcellos2016-04-061-0/+5
* Fix building against 2.0 APIRémi Verschelde2016-04-021-1/+1
* Function syntax highlightingPaul Batty2016-04-022-0/+2
* Remove trailing spacesRémi Verschelde2016-04-021-7/+7
* Option to toggle line numbersPaulb232016-04-022-0/+4
* Stopped save scene flicker, issue 4118Paulb232016-04-021-2/+6
* Syntax highlighting for numbersPaulb232016-04-022-0/+2
* Fixes #3942 - Throws an error when exporting for X11 with no filenamedemolitions2016-04-021-1/+8
* Fix for #4014, changed to 2 instead of 3 chars to trigger searchdemolitions2016-04-021-1/+1
* Option to toggle tab drawingPaulb232016-04-022-1/+3
* Highlight all occurrences of selected wordPaulb232016-04-022-0/+5
* Fix editors panels, of the bottom panel, not resizing in some casesFranklin Sobrinho2016-04-023-3/+7
* Fix file dialog, of Particles2D plugin, showing "Error" iconsFranklin Sobrinho2016-04-022-17/+17
* Fix crash when importing sub-scenesFranklin Sobrinho2016-04-021-1/+1
* Added configuable tab sizePaulb232016-04-022-0/+5
* Remove redundant buttonsRémi Verschelde2016-04-022-79/+3
* Add stop and delete buttons to sample libraryRémi Verschelde2016-04-022-32/+57
* TileSet Export: Avoid invalid error when merge is enabled but file does not e...Ignacio Etcheverry2016-04-021-14/+11
* remove trailing whitespaceHubert Jarosz2016-04-0254-466/+466
* Enabled scrolling past end of filePaulb232016-04-022-0/+4
* Fix Project Settings dialog add/delete global variableFranklin Sobrinho2016-03-063-27/+80
* The help page now show the entire object hierarchyFranklin Sobrinho2016-03-061-2/+52
* Removed "__editor_plugin_screen__" metadata creationFranklin Sobrinho2016-03-061-19/+0
* Added search box in Class List dialog (Script Editor)Franklin Sobrinho2016-03-063-11/+93
* Add editor settings for call hint placementMartin Chuckeles2016-03-052-0/+9
* added [presets] to ._sc_ and "android/shutdown_adb_on_exit" to editor_settingsAriel Manzur2016-02-291-5/+21
* adds -pm and -project_manager command line options to start project managerAriel Manzur2016-02-271-2/+3
* Fixed closing a scene tab when it was not the CURRENT tab. Fixes #3810Julian Murgia - StraToN2016-02-271-1/+1
* keep previous rotation when using rotate tool. fixes #3788.volzhs2016-02-221-1/+1
* Change "erase" to "remove" in project manager. fixes #3796.volzhs2016-02-221-3/+3
* ._sc_ file is now a ConfigFile for self contained modeAriel Manzur2016-02-212-4/+27
* -fixed a crash when closing scene with animationplayer openJuan Linietsky2016-02-212-2/+6
* -Change link to new documentationJuan Linietsky2016-02-201-1/+1
* Added a setting in editor defining scene tabs close button policy. Fixes #3777Julian Murgia - StraToN2016-02-201-1/+5
* Added "self contained" mode for Steam installation and similar. Editor looks ...Ariel Manzur2016-02-191-9/+19
* Keep 'Play custom scene' button unpressed when not runningIgnacio Etcheverry2016-02-181-0/+1
* Merge pull request #3749 from akien-mga/pr-codeblockRémi Verschelde2016-02-171-1/+1
|\
| * Implement support for [codeblock] tag in helpRémi Verschelde2016-02-171-1/+1
* | Remove unimplemented SceneAnimationImport plugin from menuRémi Verschelde2016-02-171-1/+2
* | Added option to restart custom sceneIgnacio Etcheverry2016-02-172-4/+19
* | Fix _quick_run method (Play custom scene)Ignacio Etcheverry2016-02-172-3/+3
|/
* Merge pull request #3689 from nunodonato/numpademulationRémi Verschelde2016-02-162-4/+17
|\
| * * Added numpad emulation (fixes #3612)Nuno2016-02-122-4/+17