you may want to check what value/color your color scheme is using for invisibles
, maybe it’s the same as the background color?
Sublime Text 3.1
I think a lot of old color schemes actually have that problem and it’s only surfacing now. E.g. https://github.com/braver/Solarized/issues/67. I guess people that use dev releases mostly also use color schemes that are either default or maintained.
So no print support, but you’ve got time for this:
“Added support for 8K monitors…”
Printing in 3.1
Exactly. This is a forward-thinking editor, the priorities are where they should be.
Printing in 3.1
You have forgotten to update the version in About screen, it still shows “Version 3.0, Build 3170”.
Same here.
macOS 10.13.4
My multi-line paste only pastes to the last line selected
I command + D
to a bunch of lines, and then command + V
and it only replaces the last selection.
With the update, script type text/template is not highlighted as HTML any more.
That’s with vue right? Already reported and probably something that could/should be fixed in the vue syntax package.
After updating to 3.1, in windows 7, 32 bit i cannot copy paste any text. Ctrl + V is really not working.
After checking console it gives
command: paste
Unable to extract text from the clipboard, available formats: CF_UNICODETEXT, sublime-text-extra, CF_LOCALE, CF_TEXT, CF_OEMTEXT
With libraries such as Vue, Ractive etc. In previous version no additional package was needed to handle this.
All content inside <script type="text/* tag was syntax highlighted correctly.
Please see https://github.com/sublimehq/Packages/issues/1543#issuecomment-387423680 for more discussion.
Formatting has changed for me. I’m trying to figure out what changes to my settings and PHP settings will fix it but no luck so far.
When I have if statements that conclude, the code following is further indented. After a bunch of discreet if statements my code is unreadable.
The changelog mentions “goto references” in the “goto” menu but I don’t see anything there. What are they are how do they work?