MetroRadiance icon indicating copy to clipboard operation
MetroRadiance copied to clipboard

Add a rule for each numeric type.

Open mntone opened this issue 5 years ago • 0 comments

Changes

  • Added the rules, Int16Rule, UInt16Rule, UInt32Rule, Int64Rule, UInt64Rule, SingleRule, and DoubleRule.
  • Added localization of error messages in English, Simplified Chinese, and Traditional Chinese.

Note: Add FrameworkCompatibilityPreferences.KeepTextBoxDisplaySynchronizedWithTextProperty = false; for SingleRule or DoubleRule debug to Showcase app.


変更点

  • Int16RuleUInt16RuleUInt32RuleInt64RuleUInt64RuleSingleRuleDoubleRule を追加しました。
  • エラーメッセージを英語と簡体字・繁体字中国語に翻訳しました。

注意: 浮動小数点数のための SingleRule または DoubleRule のデバッグのため、Showcase アプリに FrameworkCompatibilityPreferences.KeepTextBoxDisplaySynchronizedWithTextProperty = false; を加えています。

mntone avatar Sep 01 '20 08:09 mntone