Hyper Sonic
Hyper Sonic
(sorry for the mention just above, the "Gut in CI" issue you see above is unrelated to this one, the only common point is to have errors when opening a...
OK, so for now ignoring it seems the right call. I suppose this could be added somewhere in the Getting Started doc (esp. for beginners).
After more testing I see that only `unit_test_name` really bothers me in the VCS: it will change when I just test another function. Unlike test `dirs` this is likely to...
Thanks! I was using that new version without realizing it on my new project and indeed, I didn't see any VCS diff change. I just checked the user://gut_temp_directory folder as...
Oh, I see you opened an issue about updating the config doc: https://github.com/bitwes/Gut/issues/562
@Shoes01 fix worked for Windows 10. This will need a fix in ctags.node generation. Looks like the asar folder was (re)introduced in Atom 1.21, following this discussion: https://github.com/atom/atom/pull/14682 and the...
I don't know if it should be considered a bug or a feature request. I'll prefix my issue title with "Feature request" if needed.
I just discovered that Typora had Edit > Smart Punctuation > Smart Quotes and verified that it was closing quote after punctuation as expected. It could be used as a...
I found a workaround for a quick cleanup without recreating nodes nor touching the serialized text files: instead of *assigning* a SpriteFrames, create a new SpriteFrames, then clear it again....
Did further testing, it looks like autocompletion works for members of the base class (e.g. Node2D), just not for custom members of the child class.   Similarly, Ctrl+click won't...