Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Check defaultValue - use measure for less undefined height or widths - remove default fontSize #30

Closed
IdealSystemsMCP wants to merge 3 commits into baijunjie:master from IdealSystemsMCP:master

Conversation

@IdealSystemsMCP
Copy link

@IdealSystemsMCP IdealSystemsMCP commented May 14, 2018

Check defaultValue
If the multiline input text box has a default value, it is not recognized by the plugin as text as the plugin only checks the text property. Added proposal to also check the defaultValue.

Use measure for less undefined height or widths
When calculating the height/ width, the plugin uses the property value of height and width, it would be better to calculate it with the measure function.

Remove default fontSize
Why do you put a default fontSize of 17 in de styles? If the user does not provide a style, it will use font size 17 for calculating cursor height, resulting in a bad calculation. Put it in comment line to show the user he could add specific styling used for the calculation.

Copy link
Owner

Thanks

I have adopted the first and third questions.

But I didn't use the second question for the following reasons:

  • The measurement method is asynchronous and increases the computational overhead.
  • The measurement method calculated width and height seem to contain padding, but I need width and height does not include padding.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /