A few more details:
-
.sublime-syntax
files now fully supportwith_prototype
being applied toembed
actions - The escape pattern bug with the embed action was triggered when the embedded syntax popped before an escape token was found
- The preview text for command palette input is based on the text size and color of
quick_panel_label
- The width of the command palette and quick panels is using an algorithm similar to build 3153, but with a slightly wider minimum
- Restored functionality where the command palette would remember previous choice for given input
- The up and down keys should no longer change the text selection in the command palette
- Added support for the
move
,select
andcancel
command to the command palette - When running
show_overlay
, an arg namedcommand
may be passed to automatically select the command and enter input mode - If a command that accepts input is invoked without one of the necessary args, and it exists in the command palette, the command palette will be opened and the
input()
method of the command will be executed to create the necessary input handler. - Fixed support for the
content_margin
onoverlay_control
- Updated
Theme - Default
to use.hidden-color-scheme
instead of.tmTheme
for easier user overrides of Widget colors - The
settings.py
EventListener
was rewritten to aViewEventListener