I tried following the [instructions]( Script Inspector 3 page-28#post-2886960) linked to earlier, but no dice. The code editor doesn’t look like my Bluevion theme at all. Sometimes tinkering around in FGTextEditor the visuals do change, but not to what I want. I am also not sure if the Fira font is being used. It doesn’t help that all this
[MenuItem("CONTEXT/MonoScript/Xcode Theme", false, 167)]
private static void SetCodeStyleXcode() { SelectTheme(1, false); }
[MenuItem("CONTEXT/MonoScript/Bluevion Theme", false, 168)]
private static void SetCodeStyleBluevion() {
SelectTheme (15, false);
}
is not very intuitive. What the hell are these indexes and priorities?
Why is there no documentation for this? Not on the Flipbook website, not in the ReadMe file of the asset itself? Even if I would not want to use my own font or theme, even if I did not tinker with the code, I would not know how to change the fonts or theme?!
Wrong. Cmd-Y does not work. On macOS. Instead it creates a new line where the cursor is, like hitting Enter. F12 works, yes, if you use the F keys as standard function keys, which is not the default of macOS. The default for F12 on macOS is to make the volume louder. I kinda need this.