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

Treat application settings differently #379

Open
FichteFoll opened this issue Jul 29, 2022 · 0 comments
Open

Treat application settings differently #379

FichteFoll opened this issue Jul 29, 2022 · 0 comments

Comments

@FichteFoll
Copy link
Member

FichteFoll commented Jul 29, 2022

There are some settings that can only be set in Preferences.sublime-settings, such as theme or overlay_scroll_bars and similar, that affect the entire application across all windows. These settings should not be considered for completions in syntax-specific and other settings that boild down to a per-view level.

In fact, we can even mark these settings as "unknown" in these other settings files, although I would try to annotate that the settings aren't misspelled but misplaced.

Will probably need to be a hardcoded list of settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant