aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_settings.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5283 from djrm/remove_printsRémi Verschelde2016-06-191-5/+0
|\
| * Removed lots of printsDaniel J. Ramirez2016-06-181-5/+0
* | TextEdit: Change font size with Ctrl+Mouse Wheel Up/DownIgnacio Etcheverry2016-06-181-1/+1
|/
* -added missing .inc filesJuan Linietsky2016-06-171-0/+4
* Adds the ability to draw parent-children relationship lines in scene tree editorUgisBrekis2016-06-151-1/+3
* project history was not being saved after a recent fix, this should fix itJuan Linietsky2016-06-121-1/+1
* make sure editor forgets removed settings, closes #5010Juan Linietsky2016-06-111-2/+20
* HiDPI: Use global/hidpi_mode as propertyRémi Verschelde2016-06-061-2/+2
* make hdpi manually configurable in project settingsJuan Linietsky2016-06-051-0/+2
* -customizable shortcuts in editorJuan Linietsky2016-06-041-7/+134
* The create dialog starts collapsed now.Warlaan2016-06-041-0/+1
* Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750Rémi Verschelde2016-05-291-0/+1
|\
| * Added breakpoint markers, issue 4750Paulb232016-05-261-0/+1
* | Merge pull request #4812 from neikeq/pr-search-barRémi Verschelde2016-05-291-0/+4
|\ \
| * | ScriptEditor/ShaderEditor: Replace find/replace dialog with a barIgnacio Etcheverry2016-05-291-0/+4
| |/
* | Finalized DynamicFont implementationJuan Linietsky2016-05-291-2/+6
* | Added translation support to GodotJuan Linietsky2016-05-271-1/+81
* | Changed import workflowJuan Linietsky2016-05-271-0/+2
|/
* Added settings to change marked and breakpoint colorPaulb232016-05-251-0/+4
* Save line number color with text editor themeIgnacio Etcheverry2016-05-231-0/+1
* Added color themes to the text editorPaulb232016-05-231-19/+167
* Change the default comment color to #676767 (#4763)Hugo Locurcio2016-05-231-1/+1
* remove trailing whitespaceHubert Jarosz2016-05-211-1/+1
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-2/+3
* -Added configuration warning system for nodesJuan Linietsky2016-05-171-1/+1
* Contextualized Scene Tree menuJuan Linietsky2016-05-161-0/+4
* Merge pull request #4612 from bojidar-bg/fix-anchor-buildsRémi Verschelde2016-05-111-0/+2
|\
| * Fix #4588 (crash Control::_set_anchor)Bojidar Marinov2016-05-101-0/+2
* | Added caret blink in text editorPaulb232016-05-091-0/+4
|/
* i18n: Don't make print_line calls translatableRémi Verschelde2016-05-041-2/+2
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-6/+6
* Trim trailing white space on save, issue 4383Paulb232016-04-231-0/+1
* Made trackpad behaviour optional in 3D mode (issue #4265)Marc Gilleron2016-04-121-0/+1
* Setting to change line number colorPaulb232016-04-081-0/+1
* Option to toggle syntax highlightingPaulb232016-04-061-0/+2
* Merge pull request #4238 from Paulb23/caret_colorRémi Verschelde2016-04-061-0/+1
|\
| * Ability to change the caret colorPaulb232016-04-051-0/+1
* | Member variable syntax highlightingPaulb232016-04-051-0/+1
|/
* Function syntax highlightingPaul Batty2016-04-021-0/+1
* Option to toggle line numbersPaulb232016-03-301-0/+2
* Syntax highlighting for numbersPaulb232016-03-211-0/+1
* Option to toggle tab drawingPaulb232016-03-181-0/+1
* Highlight all occurrences of selected wordPaulb232016-03-161-0/+2
* Added configuable tab sizePaulb232016-03-141-0/+3
* Enabled scrolling past end of filePaulb232016-03-071-0/+2
* Completed the support for plugins! It is not possible to add plugins.Juan Linietsky2016-02-271-217/+0
* added [presets] to ._sc_ and "android/shutdown_adb_on_exit" to editor_settingsAriel Manzur2016-02-271-5/+21
* First attempt at making a more useful EditorPlugin API. Still undocumented, b...Juan Linietsky2016-02-271-0/+10
* ._sc_ file is now a ConfigFile for self contained modeAriel Manzur2016-02-211-3/+25
* Added "self contained" mode for Steam installation and similar. Editor looks ...Ariel Manzur2016-02-191-9/+19