-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fonts with spaces ignored #12
Comments
Thanks for noticing. I remember solving this issue before, so it's probably some bug introduced in later releases. |
No problem, sorry to pick holes in your project. I hope you don't mind. It's a really great project you have here and I've never had such prompt feedback and frequent updates so thank you! |
Of course I don't mind, great feedback is always valuable. For now, you are project lead QA engineer 🥇 :) |
Haha, thank you! Really good to be able to discuss bugs and get them sorted in an open way. I was just checking we were on the same page. 👍 |
It may be just me but I noticed this in the last release too.
The default font used to be 'Courier New' and set fine. However now the code comes in formatted as 'Calibri', but when you look at the selected font it says 'Courier' (note not 'courier new'). It looks like it just throws away everything after the space and uses the space as a delimiter.
My workaround has been to use 'Consolas' by setting the value here:
NoteHighlightAddin.dll.config
Line 41: <add Name="Font" Key="-k" Value="Consolas"/>
The text was updated successfully, but these errors were encountered: