SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

Any way to disable Quick-Edit Icons? #334

Closed jason5122 closed 3 years ago

jason5122 commented 3 years ago

Is there an option to disable the quick edit arrows? I didn't see any in the package preferences.

UltraInstinct05 commented 3 years ago

Can you tell what is meant by "quick edit arrows" ? Maybe attach some screenshots for better understanding.

jason5122 commented 3 years ago

Sorry about that, I was referring to this feature: https://github.com/SublimeText/PackageDev/wiki/Settings#quick-edit-icons. There's a few screenshots.

UltraInstinct05 commented 3 years ago

If you are referring to that pencil icon feature (clicking will take that setting to the right hand pane), I am guessing there is no way to do that currently. From a look in the codebase, it looks like the pencil phantom unicode is built if edit_settings_view is set to base but I don't think that's customizable. At least, I couldn't get it to work by setting something other than base in PackageDev settings.

jason5122 commented 3 years ago

I see, I kinda figured there wasn't a setting but I wanted to make sure. I just commented out these lines and restarted ST, which disables the pencils. It's kind of hacky but I think it's the best I'm going to get for a good while (if it ever gets in). Thanks!

FichteFoll commented 3 years ago

This is a reasonable request, so I'm reopening the issue.