Zae Chao

Results 10 comments of Zae Chao

Currently this plugin focus on filtering. I'm planning to make a new file explorer plugin, including filters, multi-selection, searching and more features.

我这几天重构了定时作业Scheduler, 晚些时候提PR (#5 ) Point: - 改用Timer控制调度, 减少线程开销 - 添加调度Model - 添加StartNewAt方法, 能够进一步满足特殊需求 - 延后执行, 可以实现如每天整点调度 - 可以执行一次性任务

Reproduced on latest master branch. May related to gles3 renderer.

I met the exception when selecting a node with generic type inherited: ``` C:/Users/zaevi/source/Godot/godot-source/modules/mono/glue/GodotSharp/GodotSharp/Core/NativeInterop/ExceptionUtils.cs:113 - System.IO.IOException: 文件名、目录名或卷标语法不正确。 : 'C:\Users\zaevi\source\Godot\temp\crash_test\csharp:\generic\Base.cs:Base`1[System.Int32].cs' at System.IO.FileSystem.GetAttributeData(String fullPath, Boolean returnErrorOnNotFound) at System.IO.File.GetLastWriteTime(String path) at GodotTools.Utils.File.GetLastWriteTime(String path)...

> I'm having weird behaviours with export updates + the error I'm talking about [above](https://github.com/godotengine/godot/pull/87890#discussion_r1480571221). See video attached. > > godot.windows.editor.dev.x86_64.mono_6ur3hBmru1.mp4 Could be caused by the cache. It's ok after...

There are two usages with passing Array: ```GDScript # Prints: User 42 is Godot. print("User {} is {}.".format([42, "Godot"], "{}")) # A print("User {id} is {name}.".format([["id", 42], ["name", "Godot"]])) #...

https://github.com/godotengine/godot/blob/9988c28edd77fba6e870280c047ae0d5128350e0/editor/editor_spin_slider.cpp#L625-L645 There is a `Popup` (inherited from Viewport for now) between `EditorSpinSlider` and its value-input control to perform `popup()` in replace of value-input's `show_modal()` in 3.x. Since `Popup` is not...

Thanks for your report! Yes, there have been break changes since 4.2. I ported this plugin to 4.2 several weeks ago, but there is still some work I need to...

GodotSharp does not yet support some `CallableCustom`, such as `GDScriptLambdaCallable`, `CallableCustomBind/Unbind`.

It seems that the button doesn't update the size of the text paragraph until it is drawn, but before that the container has been rearranged according to its `get_minimum_size()`.