propertysheeterrors.properties

来自「具有不同语法高亮的编辑器实例」· PROPERTIES 代码 · 共 13 行

PROPERTIES
13
字号
Editor.ErrorMessage.General=Error with property value:

Editor.ErrorMessage.Dimension=Dimensions must be in the form "(width, height)".
Editor.ErrorMessage.Double="{0}" is not a valid double.
Editor.ErrorMessage.Float="{0}" is not a valid float.
Editor.ErrorMessage.Insets=Insets must be in the form "[top, left, bottom, right]".
Editor.ErrorMessage.Integer="{0}" is not a valid integer.
Editor.ErrorMessage.Integer.Bounds=This property must be an integer between {0} and {1}.
Editor.ErrorMessage.Long="{0}" is not a valid long.
Editor.ErrorMessage.Rectangle="Rectangles must be in the form "[x, y, width, height]".
Editor.ErrorMessage.Short="{0}" is not a valid short.

Editor.ErrorMessage.Title=Error

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?