This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Allows keeping values for font-size/family when pasting #61
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
dee2f87
Introduced "the fontFamily.disableValueMatching" option that allows k…
pomek 0850b05
Tests for FontFamily improvements.
pomek 1ac4d62
Support for keeping any value as fontSize attribute.
pomek 8163ed7
Clean after tests.
pomek 9c102bd
Extended the font-size-numeric manual test.
pomek f4ccde7
Added a note about "disableValueMatching" option for FontFamily and F…
pomek 2064643
When "fontSize.disableValueMatching=true", values in the model will b…
pomek fd2101f
Lint.
pomek d16e920
Simplified the implementation.
pomek 5af71e7
Merge branch 'master' into i/6165
Reinmar 0ecb10b
Improved documentation of the plugin.
pomek 20a3051
Simplified the implementation and extended configuration options.
pomek a6aa6e8
Tests.
pomek 7d65c73
Disabled the new option in MT for pressets.
pomek 8d22f03
Fixed code style in docs.
pomek 70ab887
Font-family dropdown will try to match the current value with items i…
pomek 5e211dd
Merge branch 'master' into i/6165
Reinmar 4eb7a20
Aligned code to new linter rules.
Reinmar 14ec7fc
Renamed the option and improved the docs.
Reinmar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why priority 7?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, it was needed to correctly sort the font color and font family and font size styles so they render in a visually correct way. But we need a test for that. Most likely, such a test exist for the previous converter, so it's a matter of copying it.