ice9js / ace-jump-sublime

Jump between characters in Sublime Text 3 without using a mouse at ease
MIT License
202 stars 29 forks source link

Syntax specific typeface and size (fonts) #64

Open reagle opened 7 years ago

reagle commented 7 years ago

The jump view looks very disorienting in some syntaxes because I have specified syntax specific typefaces and sizes (e.g., code vs prose). Ace Jump should see if there is a syntax specific specification and use that instead of the generic one.

reagle commented 7 years ago

Or, you should include font_size in view_settings by default (you include the other font options).