Sublime Forum

Dev Build 3145

#83

What would you expect to happen here?

1 Like

#84

@prmaple which them r u using

0 Likes

#86

https://packagecontrol.io/packages/ayu ayu dark

0 Likes

#87

I never used ligatures before (and never felt the need to) and therefore donā€™t have any expectations on how they work in detail. I just found the behavior a bit funny and wanted to report back as @jps asked for. I guess there is no real solution as the characters are replaced just in time. Therefore things like that will always happen but wonā€™t break anything.

The only possible solution was to drop the whole replacement if a ligature is partially selected

Selecting all three characters to handle the ligature as one character might be another but could be confusing, maybe.

0 Likes

#88

Tooltip doesnā€™t have shadow on my Mac. Anybody has the same issue?

Build 3147

Build 3143

0 Likes

#89

Yes, some macOS users are affected.

2 Likes

#90

Suggestion:

It would be great to allow drop shadow customization via theme for consistency. Currently, on stable branch, macOS users have drop shadows in popup and tool tip controls, however Windows & Linux users does not have.

3 Likes

#91

macOS drop shadows will be fixed in the next build. Iā€™ll add them for Windows at the same time, but Iā€™m not aware of any way to ask for them under X11 aside from doing it manually, which Iā€™m not keen on.

5 Likes

Autocomplete popup broken? blends in with the background
#92

In that case it would be best to have an option to disable/enable that shadows on macOS, Windows. Because most users get used to see them on macOS and do not see on Windows and in order to avoid ā€œAlarm! Plz, disable drop shadows on Windowsā€ messages.

2 Likes

#93

Will there ever be an option to increase the command palette size when searching for files? I find it hard to read the small font, font size 17 is ideal for me, see how readable it is in Vim.

Please :pray:

0 Likes

#94

This is already possible. You can try to change your theme manually:

E.g. Default.sublime-theme

  1. Command Palette ā€ŗ Preferences: Browse Packages
  2. Create User/Default.sublime-theme with next contents:
[
  {
    "class": "quick_panel_label",
    "font.size": 17
  },

  {
    "class": "quick_panel_path_label",
    "font.size": 13
  }
]
  1. Done

P.S. Also if you want to change that without having to know any code you can try DA theme. It has related options and a lot of other things.

1 Like

#95

Sorry if you misunderstood, Iā€™ve changed those values already, but I would also like the full path to be font size 17 too, so I would like it if the quick panel spanned the full width of the editor or at least 80% the width, I hope I made sense.

Thanks.

2 Likes

#96

Ah, I understood. Option to set max width of the quick panel would be great. But there are many more important issues, so I donā€™t think if this will be available in the near future.

2 Likes

#97

Agreed, they surprised us with ligature support, maybe they can treat us loyal customers to this too?

Just seen Material theme creator is trying to get people over to VS Code as heā€™ll stop fixing issues with Sublime, but I could never cheat on this beautiful editor, I just wish it had some of the creature comforts that I was used to before I switched from Vim.

@jps I feel like a spoilt child asking for all these things, but it would make the editor superior to itā€™s competitors, youā€™ve just caught up with ligatures but why not take the lead? :ballot_box: :100:

0 Likes

#98

At very large font sizes, the glyphs get truncated. Screenshot of a vanilla Sublime Text installation on Windows:

1 Like

#99

Related to the previous post.

* Sublime Text Build 3147 (portable, x64)
* Win10 Pro x64 Version 1703
1 Like

#100

Ha, looks like you got a cursor buddy :slight_smile:.

You didnā€™t feed him did you? Never feed them. Then they keep coming back.

6 Likes

#101

Maybe I should finally tell him Iā€™m not a veganā€¦?

4 Likes

#102

Ligatures in proportional fonts break positioning of the caret and the rest of the text. OS X 10.12.6, Sublime Text 3147. Images at the end of the post due to restrictions for new forum members.

I will use the ... ligature to demonstrate. Image 1 contains first one regular full stop character, then three in a row: . ... They characters are displayed correctly using a ligature. (Letā€™s ignore the aesthetic value of this ligature):

In image 2 there are no space characters, only full stop characters correctly converted into ligatures. The caret is right after the character C. That is, if I press Backspace, the character C will be deleted. Yet, as you can see,
the caret is drawn as if the full stop characters were full size.

In image 3 the contents of the line are xxxx...xxxx... xxxx. That is, there is only a single space character on the line, it is located before the last xā€™es. It seems a ligature inside a word correctly affects the position of the other characters in the word, but not other words.

Hope this helps, feel free to contact me directly for more tests.

0 Likes

#103

There is such an option already: "draw_shadows"

0 Likes