Results 4 issues of Kef Schecter

I wasn't crazy about the default syntax colors, so I went to tweak them, and I found it rather strange that, for example, `constant.numeric` is used for scene transitions. There...

I like to indent my Fountain files similarly to a screenplay, [as the specification allows](https://fountain.io/syntax#section-indenting), but any indented parenthetical gets formatted as dialogue. For instance, if I write this: ```...

### Godot version 4.0.beta7; 4.0.dev (43e9ca40f) ### System information Linux Mint 20.3, GeForce RTX 3060; mobile renderer ### Issue description Sometimes Godot crashes when switching scenes using `get_tree().change_scene_to_file()`. The crash...

bug
confirmed
crash
topic:2d

When trying to build with Ogre 14, I get the following error: > cegui/src/RendererModules/Ogre/Renderer.cpp:651:53: error: ‘class Ogre::Camera’ has no member named ‘getProjectionMatrixRS’; did you mean ‘getProjectionMatrix’? `getProjectionMatrixRS` was listed as...