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

Backport HTMLX Settings #2

Open
SLaks opened this issue Dec 22, 2013 · 0 comments
Open

Backport HTMLX Settings #2

SLaks opened this issue Dec 22, 2013 · 0 comments

Comments

@SLaks
Copy link
Owner

SLaks commented Dec 22, 2013

VS2013 introduced the new HTMLX editor, which replaces the old HTML editor for everything except ASPX.

The properties for the old HTML editor are not saved by default, since they throw exceptions that slow things down unacceptably. (see https://gist.github.com/SLaks/7999962)

Ideally, we should apply HTMLX-Specific properties to HTML Specific as well, and detect changes to either set of properties when saving changes (which may be tricky).
This will require a mapping of new property names to old ones.

Until this is implemented, HTML settings will only be applied to VS2013+.

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