radimitrov / CSharpShellApp

83 stars 18 forks source link

Restore editor font? #311

Closed lcocea closed 1 year ago

lcocea commented 1 year ago

The editor font is not monospace after running my app from the IDE. The only way to restore the original editor font seems to be restarting the IDE. What better options are available?

radimitrov commented 1 year ago

@lcocea This doesn't appear to occur and I don't remember it in any test or issue report in the past few months. Can't reproduce the issue or guess as to cause without information like OS and app version and/or a video of what is actually happening.

lcocea commented 1 year ago

@radimitrov It turns out the issue is apparent only in split screen mode, see video linked below: Xaml file uses a monospace font as expected during initial code editing, then app briefly runs, then I press Back to quit and return to the Editor where the Xaml file now uses a non-monospace font (also, Tab size is now 2 instead of 4).

Samsung Galaxy Tab Active3 Android 13, One UI 5.1 C# Shell 3.1.11

https://github.com/radimitrov/CSharpShellApp/assets/1596128/68d6eb3e-d080-4c4e-81f2-9dc6cab6d797

radimitrov commented 1 year ago

Ok, it is fixed for next update.

lcocea commented 1 year ago

Ok, it is fixed for next update.

Thank you. When is this scheduled for release on Play Store?

radimitrov commented 1 year ago

@lcocea Less than a day

lcocea commented 1 year ago

@lcocea Less than a day

Nice, the updated app looks good.