Skip to content
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

Closed
john-hutchinson opened this issue Aug 1, 2017 · 4 comments
Closed

Fonts with spaces ignored #12

john-hutchinson opened this issue Aug 1, 2017 · 4 comments

Comments

@john-hutchinson
Copy link

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"/>

@elvirbrk
Copy link
Owner

elvirbrk commented Aug 1, 2017

Thanks for noticing. I remember solving this issue before, so it's probably some bug introduced in later releases.

@john-hutchinson
Copy link
Author

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!
Cheers

@elvirbrk
Copy link
Owner

elvirbrk commented Aug 4, 2017

Of course I don't mind, great feedback is always valuable. For now, you are project lead QA engineer 🥇 :)
Anyway, this issue is resolved in v3.0.

@elvirbrk elvirbrk closed this as completed Aug 4, 2017
@john-hutchinson
Copy link
Author

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. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants