jskinner / DefaultPackages

Old bug tracker for Sublime Text's "Default Packages", e.g. bad syntax highlighting
http://web.archive.org/web/20150524043750/https://www.sublimetext.com/forum/viewtopic.php?f=2&t=12095
26 stars 2 forks source link

Cobalt theme: quote marks change in comments #109

Closed allanberry closed 9 years ago

allanberry commented 9 years ago

Cobalt theme bug: when lines are commented out, the quote marks in those lines change: double quotes become single; single quotes disappear altogether (change to spaces).

This doesn't affect the source code itself; the quotes are still logically the same, but their appearance changes. Copying and pasting into a different application, or changing the theme, shows this to be the case.

Cobalt theme: screen shot 2015-03-05 at 11 22 10 am

Same window using Monokai theme: screen shot 2015-03-05 at 11 22 36 am

Macintosh 10.9.5 Sublime Text build 3065

I asked this on this StackOverflow question, to find a temporary solution.

Thanks

FichteFoll commented 9 years ago

Try the Twilight scheme too. I suspect this is an issue with the italics variant of your font. Which is it btw?

allanberry commented 9 years ago

@FichteFoll Font is Monaco (without antialiasing), which seems to be the edge case. Here is the relevant stuff from my prefs:

{
    "font_face": "Monaco",
    "font_options":
    [
        "no_antialias"
    ],
}

no AA, no font specified: screenshot 2015-03-07 11 42 52

no AA, Monaco: screenshot 2015-03-07 11 42 00

AA, no font specified: screenshot 2015-03-07 11 50 54

AA, Monaco: screenshot 2015-03-07 11 44 44

Twilight theme is OK, but doesn't affect issue.

FichteFoll commented 9 years ago

Thanks for the shots. What do you mean the Twilight theme "doesn't affect [the] issue"? Does rendering happen correctly or incorrectly?

FichteFoll commented 9 years ago

This issue was moved to SublimeTextIssues/Core#713