ice9js / ace-jump-sublime

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

AceJump only displays labels on editable files #66

Open OmanF opened 7 years ago

OmanF commented 7 years ago

When using the plugin on non-editable pages (e.g. default system pages, as opposed to user settings), the selected character is highlighted but not labeled. Only on user-editable pages does the labels show,

selection_001

selection_002

ice9js commented 7 years ago

Thanks for reporting the issue! I'll try to find some time to get that fixed if no one beats me to it.

Note to self: This could be resolved by ensuring read_only is turned off for the view before displaying the labels and returning it to its original setting after completing the jump.

dreamcat4 commented 5 years ago

+1 just encountered this today when installing this package for the first time.