As mentioned in the tilte, I would really die for the feature to have the option to Zoom in and out, (my eyes would welcome you :D) and change the font, I love the old-pascalish-codefont (Couriew New for instance) other than that, its a fine and compact IDE , good job!
Btw, its not that the font is ugly or so, I m only a fanactic of general more oldish fonts which embrace the old developer theme haha
You can change the font size in Preferences. Thereās no official option to change the font, but you can do so in the registry under HKCU\Software\RemObjects\Elements\Water buy adding a string key called āCodeEditorFontā. Use at your own risk, as if the font isnāt properly mono-spaced, things wont be pretty.
Marc, I think there might be an issue with handling fonts that have spaces in their names. Iām getting the same crash as OP with Water (whateverās current with .2605) when trying to use any of āCascadia Code PLā āCascadia Codeā āCascadia Code PL Regularā (each with and without quotes). Can you maybe give some guidance on how it expects to see font names with spaces in them, and whether we need to provide weight designations (Regular, Condensed, etc)?
hmm. i just rad the name for the registry and ask the OS for the font my that name via new System.Windows.Media.FontFamily(aFontName);ā I donāt see anything I my code that processes the name at all beyond that, and would thus explain the crash.
Do you have CodeEditorUseBold set in the registry as well? If so, can you try removing that, I can see a path where that setting and a custom font might fail.
Nevermind, that wont help. but fixed for vNext. Ny apologies (it had n sting to do with spaces, any custom font setting would cause this, because the bold/italic font names did not get set.