Sublime Forum

Dev Build 3036

#7

BracketHighlighter too huh

Wonder if it’s a threading related thing

0 Likes

#8

I’m having the same issue.

I feel like a dummy, but I can’t figure out how to remove one of the packages suggested in this thread. Normally, I would use package control, but with this bug, it’s not running. Googling doesn’t help much; everything seems to point to package manager.

Suggestions? Thanks.

0 Likes

#9

I think it’s the sublime.load_resource api going berko

0 Likes

#10

@billie

readthedocs.org/projects/sublim … mentation/

0 Likes

#11

@jps

sublime.load_resource(‘Packages/EmmetLive/editor.js’)

I can confirm that that line pasted into the console causes plugin_host to die

I tried attaching to plugin host, but this is all the backtrace I could get:

Program received signal SIGSEGV, Segmentation fault. 0x00000000005df9a7 in ?? () (gdb) bt #0 0x00000000005df9a7 in ?? () #1 0x00000000005e3796 in std::string::assign(std::string const&) () #2 0x000000000046eb00 in ?? () #3 0x000000000046ffb2 in ?? () #4 0x00000000004729e0 in ?? () #5 0x000000000047bdf1 in ?? () #6 0x0000000000467f1c in _start ()

0 Likes

#12

same thing for me:

error: plugin_host has exited unexpectedly, plugin functionality won’t be available until Sublime Text has been restarted

Tried uninstalling suggested plugins but it’s still happening (on mac 10.8.3)

0 Likes

#13

plugin_host crash in windows 7

0 Likes

#14

This issue is fixed in 3037

0 Likes

#15

Font selection is broken on Windows 7. I can only select the font family (e.g. Source Code Pro) and not a specific type (like Source Code Pro Light). In the latter case it switches to something like Arial or Helvetica… This bug was introduced lately (it worked in 3032 and/or 3035).

And OTF Fonts are not displayed correctly. You can try the free Source Code Pro font which is distributed as OTF and TTF. The TTF version is good while the OTF is ugly (too bold and strange scaling). I have seen this issue before in 3032 and 3035.

0 Likes

#16

That will be an artefact of using direct write, which is now used by default in high dpi mode. You can specify the gdi font option for the previous font selection logic.

0 Likes

#17

“Fixed regressions in file change detection”
Good! I was getting erratic pop-up windows with “This file has changed on disk”, and had no idea where it came from.

0 Likes

#18

Is there no possibility for directwrite + font style?

Additionally, some symbols are broken with directwrite, e.g. :heavy_check_mark: ☐ ✘ (from PlainTasks plugin). They are displayed as question marks.

0 Likes

#19

This build (3037) scales the app chrome fonts to hugemongous, unworkable size.

I’m running MATE DE, and set my DPI in appearance->fonts->details. I don’t see changes here being reflected in ST though, same goes for changes in X11 configs (but it seems that you intentionally neglect these).

gsettings get org.gnome.desktop.interface text-scaling-factor

gives me 1.0

gsettings set org.gnome.desktop.interface text-scaling-factor 0.5

does not change the look of ST.

Is there a ST setting we can experiment with?

Thanks for all the effort!

0 Likes

#20

sender: Sublime Text will log the DPI scale it’s seeing in the Console (accessible via the View menu), it’ll be near the top of the output, something along the lines of “DPI scale: 1.0”.

FWIW, Sublime Text needs to be restarted after a change to the text scaling factor.

0 Likes

#21

I have build 3037 on Mac, and I have a problem with that in some (some C++) buffers, the cursor isn’t showing at the cursor position. The left side marker shows the correct line, but the vertical bar doesn’t move with the arrow keys (only mouse input).

0 Likes

#22

@jps: thanks. It shows: “DPI scale: 1.729”, which is in line with the settings I made (DPI 166 instead of DPI 96, which would result in “DPI scale: 1” in ST).

I guess why ST differs is b/c other apps use both the DPI scaling factor AND the font-size from the DE settings. It seems ST chrome fontsize is not derived from the DE settings.

If font-size is a setting for chrome fonts within themes, it might be a setting app-wide?

0 Likes

#23

I’m still running into issues with file auto-reloading not working. (As noted before, I am seeing this issue on a log file on windows server 2012 with ST3 in portable mode)

I’m also seeing this in the console when I open the settings files from the Preferences menu:

invalid path: /E/redacted_folder/Sublime Text 3/Data/Packages/Default
Unable to open /E/redacted_folder/Sublime Text 3/Data/Packages/Default/Preferences.sublime-settings

(Note this is on windows, so I’m not sure why the paths look like that. It also does actually open the file.)

0 Likes

#24

Build 3037 keeps crashing on me. Seems to be happening when using “Goto Anything”.
The crash reporter doesn’t come up, sublime just quits.

Where are the log files located? I’m on OS X 10.8.3

Thanks

0 Likes

#25

‘save on focus lost’ still does not allow the cursor focus to follow when clicking in the body of a different open tab after editing. Clicking the tab title to change tabs does behave correctly, saving the previous tab with proper cursor positioning in selected tab.

0 Likes

#26

Hi htoothrot,
How big is your log file? and how often does it gets written to? This would help me reproduce that issue. Thanks.

0 Likes