Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to enable/disable the settings quick edit (pencil) icon. #353

Merged

Conversation

UltraInstinct05
Copy link
Contributor

@UltraInstinct05 UltraInstinct05 commented Sep 18, 2021

This PR adds an additional setting settings.show_quick_edit_icon, that will allow the user to control whether they want to see & use PD's quick edit settings icon.

It took quite some time to understand where the setting edit_settings_view was being applied to base setting view, since PD itself did not seem to do it. After some digging, it's actually being applied by Default/settings.py. Just for posterity.

Fixes #334

This commit adds an additional setting `settings.enable_quick_edit_icon`,
that will allow the user to control whether they want to see & use PD's
quick edit settings icon.

Miscellaneous commit notes:
---------------------------

1. It took quite some time to understand where the setting `edit_settings_view`
   was being applied to base setting view, since PD itself did not seem
   to do it. After some digging, it's actually being applied by
   `Default/settings.py`. Just for posterity.
@FichteFoll FichteFoll added this to the 3.3.2 milestone Oct 7, 2021
Package/PackageDev.sublime-settings Outdated Show resolved Hide resolved
@FichteFoll FichteFoll changed the title Add a way to enable/disable the settings quick edit (pencil) icon. settings: Make quick edit phantoms disableable Oct 8, 2021
@FichteFoll FichteFoll merged commit 35a6896 into SublimeText:master Oct 8, 2021
@FichteFoll FichteFoll changed the title settings: Make quick edit phantoms disableable Add a way to enable/disable the settings quick edit (pencil) icon. Oct 8, 2021
@UltraInstinct05 UltraInstinct05 deleted the add_pencil_icon_setting branch October 8, 2021 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Any way to disable Quick-Edit Icons?
3 participants