Aaron Franke

Results 190 comments of Aaron Franke

@MikeSchulze To clarify further, a PR can't be considered for merging until it's reviewed. You can help by reviewing it. The more reviews, the better. You may worry about not...

@salloom-domani But it is additional functionality, it sets a flag that is read by the editor to determine if the script is abstract or not, so it knows to gray...

@dalexeev I would say `static` is far more fundamental than abstract, as it drastically changes behavior, while `@abstract` and a potential `@private` only restrict behavior, preventing you from doing something....

Yeah that's true, if the behavior is significantly different with abstract methods a keyword might make more sense.

@tinybitofheaven That file has an invisible BOM at the start of the file, which should be removed.

@KoBeWi I don't know the correct way to rename a script in the editor. If I just rename it using DirAccess, the script editor is not informed of the change,...

@KoBeWi That does not inform the script editor of the change.

@KoBeWi That still does not work, and it gives a new error too:

@KoBeWi I updated the PR to remove the behavior change. The other commit can be done in another PR.

@Naros The big question I have is what would this feature look like? Should cmake be included as one of the supported options out of the box? Should it be...