Danil Alexeev
Danil Alexeev
Confirming a change to a multiline cell is done with Ctrl+Enter instead of Enter. My tree CSV editor  Test project: [gd4-tree-multiline-items.zip](https://github.com/godotengine/godot/files/8839837/gd4-tree-multiline-items.zip)  Closes godotengine/godot-proposals#3632.
* Add support for individual frame duration to `SpriteFrames`. * Various minor improvements. --- Closes godotengine/godot-proposals#2214. #65188 recently added similar changes to `AnimatedTexture`. You can specify the duration of individual...
### Godot version v4.0.dev.custom_build [b5c825af0] ### System information Kubuntu 21.10 ### Issue description Variables declared in the body of the loop are not reset between iterations unless you explicitly initialize...
* Thin lines when scaling `CollisionPolygon2D`. * Draw a `CollisionPolygon2D` stroke on top of the polygon instead of below it. * Improve the strokes of `RectangleShape2D`, `CircleShape2D`, `CapsuleShape2D` and `ConvexPolygonShape2D`....
Perhaps the name `STANDALONE` is not very successful. Currently, only export group annotations are such, but perhaps in the future other standalone annotations will appear, and we will need to...
Closes #54828. 
* Add autocomplete suggestions. * Check if arguments of the same type are repeated.
[GDScript style guide](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_styleguide.html) recommends the `var name: Type` style (no space before the colon). The same goes for [properties](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html#properties-setters-and-getters) (it's not in the style guide yet, but vnen confirmed it...
 Closes godotengine/godot-proposals#6428.
[GDScript style guide](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_styleguide.html) recommends the `var name: Type` style (no space before the colon). The same goes for [properties](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html#properties-setters-and-getters) (it's not in the style guide yet, but vnen confirmed it...