ð·Syntax10b.Scn.FntSyntax10i.Scn.FntSyntax10.Scn.FntÀ:Ó~Beautifier.Format * | ^ | filename Automatically sets correct indentation and puts comments and exported names into italic or bold font respectively. Format also removes superflouus blanks / tabs at the end of a line. Beautifier.RemoveSemicolons * | ^ | filename Removes Semicolons from the text that are not needed. Beautifier.SpaceOps * | ^ | filename Inserts missing spaces before/after operators and before formal parameter lists. Also deletes stretches of more than two spaces, if they are not at the beginning of a line or within strings / comments. Beautifier.FoldProc * | ^ | filename Automatically inserts FoldElems, which allow to hide the Procedure body. In addition, the Module body is folded as well. Beautifier.Beautify * | ^ | filename Performs Format, FoldProc, RemSemicolons and SpaceOps. All four commands need one of the follwing parameters: * the marked viewer shall be formatted ^ the selection contains the filename to format filename the file named filename shall be formatted