Sublime Forum

[Bug] «Shadow» key missing in Build 3143

#1

1. Summary

I don’t understand, how I can use shadow key in Build 3143.

2. Settings

Operating system and version:
Windows 10 Enterprise LTSB 64-bit EN
Sublime Text:
Build 3143
Package:
The latest dev version of SashaSublime for Sublime Text 3

For example, part of my SashaSublime.tmTheme file:

<key>shadow</key>
<string>yellow</string>

3. Steps to reproduce

I reproduce the problem in a version of Sublime Text without plugins and user settings.

I open Sublime Text → PreferencesSettings.

4. Expected behavior

If Sublime Text 3126:

5. Actual behavior

If Sublime Text 3143:

Not shadow.

6. Do not helped

  1. I don’t find, how I can solve my problem, in Sublime Text forum and in SublimeTextIssues/Core;
  2. I don’t see in changelog, that key shadow was renamed.

Thanks.

0 Likes

#2

have you tried setting "draw_shadows": true in your user preferences? maybe the default was changed or something - but it is still working for me in build 3144.

0 Likes

#3

I add "draw_shadows": true, to User/Preferences.sublime-settings → I restart Sublime Text → no effect.

Thanks.

0 Likes

#4

Does using the Default theme make a difference?

0 Likes

#5

I try to use Default theme and Monokai color scheme → no shadows.

No shadows

Thanks.

0 Likes

#6

I’m running out of ideas… maybe try setting

<key>shadowWidth</key>
<string>12</string>

in your color scheme, under your

<key>shadow</key>
<string>yellow</string>
0 Likes

#7

Solved. User needs "word_wrap": false for syntax settings (open a file → PreferencesSettingsSyntax Specific), that to see shadows in this syntax.

Thanks.

0 Likes