Skip to content
#

Open Source

Open source is a term denoting that a product includes permission to use its source code, design documents, or content. It most commonly refers to the open source model, in which open source software or other products are released under an open source license as part of the open source-software movement. Use of the term originated with software, but has expanded beyond the software sector to cover other open content and forms of open collaboration.

Here are 9,198 public repositories matching this topic...

jmdejong
jmdejong commented Feb 7, 2022

Godot version

Godot_v4.0-alpha1_linux.64

System information

recently updated arch linux

Issue description

When saving a new scene for the first time the default name (without extension) is the name of the root node of that scene but starting with a lowercase letter (even when the root node starts with an uppercase letter).

When saving a branch as a scene and the root

docusaurus
SwifterSwift
RomanPodymov
RomanPodymov commented Feb 10, 2022

🚀
Is your feature request related to a problem? Please describe.
There are setImageForAllStates, setTitleColorForAllStates and setTitleForAllStates in public extension UIButton. Let's add setAttrbiutedTitleForAllStates as well.

Describe the solution you'd like

func setAttrbiutedTitleForAllStates(_ title: NSAttributedString) {
    states.forEach { setAttributedTitle(t