org.fife.rtext.plugins.tidy.Plugin_ar.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rtext Show documentation
Show all versions of rtext Show documentation
RText is a powerful, cross-platform programmer's text editor written in Java. It is designed
to be easy to use, highly customizable and flexible. Part of RText's design is for the source code
to be simple, easy to understand, and well documented, so that other programmers can look into its
inner-workings and figure out how RText ticks with ease. A good place to start (besides the source
code) is the Javadoc for all classes used in the project.
Name=Tidy Source Code
Action.Tidy=Tidy Source Code
Action.Tidy.Mnemonic=T
Action.Tidy.ShortDesc=Formats the source code in the active editor.
Dialog.Result.Title=Tidy Result
Options.Panel.Name=Tidy Source Code
Options.Section.HTML=HTML:
Options.SpaceCount=Indent space count (-1 for tabs):
Options.DropEmptyParas=Drop empty "p" elements
Options.HideOptionalEndTags=Hide optional end tags
Options.ReplacePresentationalTags=Replace surplus presentational tags and attribute and replace with style rules
Options.UpperCaseTagNames=Make tag names upper-case
Options.UpperCaseAttrNames=Make attribute names upper-case
Options.UseLogicalEmphasisTags=Replace "" and "" with "" and "", respectively
Options.WrapLength=Try to wrap lines at position (0 for no wrapping):
Options.Section.XML=XML:
Options.AddXmlDeclaration=Add XML declaration
Options.RestoreDefaults=Restore Defaults