Age | Commit message (Collapse) | Author |
|
fixed spacing for script editor script list
|
|
+ added a little bit more spacing to the scripts in the script list.
the temp colors now expand to the vseperation, instead of having the same size than the stylebox
|
|
This reverts commit cd778e00dc5362d00d4760c79fc301951f6f9b75.
That commit introduced regressions for non-CJK languages are discussed
in #8952. Fixes #9078.
|
|
|
|
|
|
renamed all Rect2.pos to Rect2.position
|
|
|
|
|
|
Make the naming consistent with other classes.
|
|
-Added default environment editor setting
-Added environment created by default in new projects
-Removed default light and ambient from spatial editor, to make the editor more PBR compliant
|
|
|
|
(cherry picked from commit cd778e00dc5362d00d4760c79fc301951f6f9b75)
|
|
Remove the extra `set_val` action after the proper one, so the right scroll value won’t get overrided any more.
(cherry picked from commit 064dce7a4c4bdca13b5358ccc9f9829f0e1068fb)
|
|
-Removed redundant bind in input_event
|
|
Fit grid with label and component of editor
|
|
|
|
|
|
this might cause bugs I haven't found yet..
|
|
New customizable editor theme
|
|
The Tree node column/table form is missing the ability to
capture column title clicks easily.
Adding this functionality will give us the ability to
create functions such as sort by column, which is a common
table manipulation ability in games/apps.
https://godotengine.org/qa/7699
|
|
|
|
Fixed #8526, popup menu width now responds to submenu icon
|
|
|
|
EditorFileSystemDirectory
Make EditorFileDialog, FileDialog and EditorFileSystemDirectory alphanumerical sorting more natural
Added a new method 'naturalnocasecmp_to' and comparator 'NaturalNoCaseComparator' to String.
Fixes #8712.
|
|
|
|
Working platforms platform: OSX, Windows.
Support for almost all ui elements, including project list.
|
|
The Tree node has the ability to jump to a specific item by typing the first few chars of it's name.
But on selection ('item_activated' signal), it didn't clear the search string used for that. It was especially annoying in `FileDialog`s and has been bugging me for
ages :P
With this, you can traverse a directory structure in a FileDiag quickly with the keyboard (like you'd expect from pretty much any modern file browser) :)
|
|
|
|
This reverts commit f045efe007cffb87238ee519b7f33d710814ded7.
|
|
|
|
Tree: Ability to add tooltips to TreeItem buttons.
|
|
|
|
Adds a tooltip parameter to `TreeItem::add_button()` and set a few tooltips in the Project settings and SceneTree dock.
|
|
Prevent to uncheck selected item with button group
|
|
External editor improvements and fixes
|
|
Respect the expand margin for StyleBoxTextures again.
|
|
|
|
Notable changes:
- Now ScriptLanguages have the option to override the global external editor setting.
If `ScriptLanguage::open_in_external_editor()` returns `ERR_UNAVAILABLE` (which it does by default), then the global external editor option will be used.
- Added formatting to the external editor execution arguments. Now it's possible to write something like this: `{project} -g {file}:{line}:{col}`.
- `VisualScript::get_member_line()` now can return the line of functions (well, it returns the id of the _Function_ node of the function). I guess there is nothing else we can get a "line" from.
Fixes:
- Fixes a bug where `ScriptEditor::script_goto_method()` would not work if the script is not already open in the built-in editor.
- Fixes wrong DEFVAL for `cursor_set_column` and `cursor_set_line` in TextEdit.
- `Script::get_member_line()` now returns -1 ("found nothing") by default.
|
|
|
|
Control set_pos -> set_position
Control set_global_pos -> set_global_position
[gs]et_mouse_pos -> [gs]et_mouse_position
[gs]et_global_mouse_pos -> [gs]et_global_mouse_position
fixes #8005
|
|
|
|
|
|
|
|
Fix more property names in _change_notify calls.
|
|
|
|
[3.0] Fixed NinePatchRect/StyleBoxTexture incorrectly drawing AtlasTexture
|
|
|
|
|
|
Fixed StyleBoxTexture and NinePatchRect drawing the entire texture of an
AtlasTexture.
|
|
From https://github.com/lucasdemarchi/codespell
|