Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-30 | Merge pull request #27913 from Amssat221/issue27912 | Rémi Verschelde | |
Set a range for line spacing | |||
2019-04-30 | Merge pull request #24437 from mateusfccp/single_quotes_option | Rémi Verschelde | |
Add settings for single-quotes on completion | |||
2019-04-30 | Merge pull request #25751 from Calinou/faster-script-error-checking | Rémi Verschelde | |
Allow floating-point values in the idle parse delay editor setting | |||
2019-04-30 | Set range for line spacing | gsegovia2018 | |
2019-04-26 | Allow floating-point values in the idle parse delay editor setting | Hugo Locurcio | |
This also makes value changes effective without having to restart the editor. | |||
2019-04-23 | Added a marker in text_edit that tells which row is executing. | Rikhardur Bjarni Einarsson | |
2019-04-20 | Display connection information in the script editor | Paulb23 | |
2019-04-08 | Add ability to edit editor feature profiles | Juan Linietsky | |
Allows enabling/disabling parts of the editor and storing/loading profiles for that. | |||
2019-04-05 | Add support for type hints in non-default script editor templates | Hugo Locurcio | |
This also refactors template processing to avoid repetition. This closes #27074. | |||
2019-03-27 | Use the accent color to highlight selected text | Hugo Locurcio | |
This makes selections easier to see, while making them fit better within the editor theme. This closes #22552. | |||
2019-03-16 | Fix misplaced hint for interface/theme/accent_color | Rémi Verschelde | |
Supersedes #26992. | |||
2019-03-06 | Cleanup relationship line coding after 5f079e2 | Michael Alexsander Silva Dias | |
2019-03-06 | -Make tileset and meshlibrary edit in a separate inspector, fixes #26671 | Juan Linietsky | |
-Made relationship lines appear based on theme settings, not previous hack -Fix drawing of relationship lines (was broken) -Fix double initialization of theme settings | |||
2019-03-06 | Merge pull request #22716 from Chaosus/update_theme | Rémi Verschelde | |
Make theme changing no longer requires restart to be fully applied | |||
2019-03-04 | Fix creating editor data, config and cache paths | Rémi Verschelde | |
We used to abort if the system-specific data folder (e.g. `~/.local` or `%APPDATA%`) is missing, but the next code chunk actually creates it with `make_dir_recursive` if missing. Fixes #26598. | |||
2019-02-25 | Move the FileSystem dock layout properties to the per-project layout file | Gilles Roudiere | |
2019-02-08 | Add a setting hint for the Output panel font size | Hugo Locurcio | |
This closes #21237. | |||
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-12-18 | Add settings for single-quotes on completion | Mateus Felipe C. C. Pinto | |
2018-12-15 | 24303: remember sorting order in the project manager | Gleb Mineev | |
2018-12-13 | Revert "Use more subtle indentation guides in the script editor" | Rémi Verschelde | |
2018-12-12 | EditorSettings: Remove unused settings from initial set | Rémi Verschelde | |
Fixes #24291. | |||
2018-12-12 | Code style: Sort EditorSettings initial set by section | Rémi Verschelde | |
2018-12-09 | Merge pull request #20725 from Calinou/textedit-subtle-indent-guides | Rémi Verschelde | |
Use more subtle indentation guides in the script editor | |||
2018-11-20 | Merge pull request #23645 from Calinou/add-dynamicfont-antialias-option | Rémi Verschelde | |
Add a property to control DynamicFont anti-aliasing | |||
2018-11-17 | Fixup to previous commit, missed one occurrence | Rémi Verschelde | |
2018-11-10 | Add a property to control DynamicFont anti-aliasing | Hugo Locurcio | |
- Editor font anti-aliasing can now be disabled in the Editor Settings. - DynamicFonts used in projects can now have their anti-aliasing disabled in their DynamicFontData child. Changes will be visible upon reloading the scene in the editor. | |||
2018-11-01 | Merge pull request #22977 from CakHuri/draw_relationship_lines-ON | Rémi Verschelde | |
Made 'draw relationship lines' (at Editor Settings) enabled by default. | |||
2018-10-25 | Make theme changing no longer requires restart to be fully applied | Chaosus | |
2018-10-14 | Increase the source font's line spacing | Hugo Locurcio | |
This also increases line spacing in license texts in the editor's About dialog. | |||
2018-10-13 | Made 'draw relationship lines' (at Editor Settings) enabled by default. | M. Huri | |
2018-10-02 | Remove "Doc Path" setting | Michael Alexsander Silva Dias | |
2018-10-03 | Use more subtle indentation guides in the script editor | Hugo Locurcio | |
2018-09-24 | Added viewport border color setting for canvas item editor | Chaosus | |
2018-09-22 | Settings: Sort text editor themes alphabetically | Rémi Verschelde | |
2018-09-21 | Remove auto disabling of the split-view in the FileSystem dock | groud | |
2018-09-20 | Merge pull request #21426 from groud/add_files_to_tree_view | Rémi Verschelde | |
Add files to tree view | |||
2018-09-18 | Fixes favorites not updating and rename favorite_dirs to favorites | groud | |
2018-09-15 | Allow system certs file to be used by Editor. | Fabio Alessandrelli | |
Note, it will only used by the Editor, not when running the game. This allows package maintainer to compile Godot to use system installed certificates when accessing the AssetLib. | |||
2018-09-14 | Merge the disable_split and show_files_in_tree settings | groud | |
2018-09-14 | Add thumnails to the tree view | groud | |
2018-09-14 | Add support for files in the tree view | groud | |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde | |
2018-08-24 | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde | |
Equivalent of the cumbersome: if (OS::get_singleton()->is_stdout_verbose()) print_line(msg); | |||
2018-08-22 | Merge pull request #21150 from Calinou/more-window-placement-options | Rémi Verschelde | |
Add more project window placement options | |||
2018-08-22 | Add more project window placement options | Hugo Locurcio | |
It is now possible to use the previous or next monitor (relative to the editor) to display running projects. If either end is reached, it will wrap around to the last or first monitor (respectively). This closes #20283. | |||
2018-08-19 | changed search help selection color | Alexander Holland | |
2018-08-19 | Added possibility to change color of 2d editor grid | Chaosus | |
2018-08-14 | Merge pull request #20997 from Gamblify/add_files_to_tree_view | Rémi Verschelde | |
Add a way to disable the split view in the FileSystem dock | |||
2018-08-14 | Add a way to disable the split view | groud | |
Also add a parameter as the max height before split |