Introduction

Overview / Layout

Panels

FileSystem

File Operations

Extensions

Tools

Customization and Configuration

Configuring the Layout

User Commands and Scripting

Other

API

Troubleshooting

FAQ (pages to follow)

Index

Convert Tools

Convert Text Files

The contents of all selected files will be converted. The following options are available in the submenu:

Convert To Unix Format (LF)
Convert text files to Unix format, making sure that newline is a single Linefeed (LF) character.

Convert To Windows Format (CRLF)
Convert text files to Windows format, making sure that newline is a Carriage Return(CR) followed by a Linefeed (LF) character.

Convert To MAC OS Format (CR)
Convert text files to MAC OS format, making sure that newline is a single Carriage Return (CR) character.

Convert Tab to Space
Replace all tab characters with a specified number of space characters.

Reformat XML to Structured
Reformat xml files so they are more readable, by including indentation after the xml items.

Reformat XML to Compact
Reformat xml files so they are compact, by removing all unnecessary newlines and indentations.

Sort Lines..
Sort lines in a file. Read more about this at Sort Lines.

Find and Replace...
Find and Replace text in files. Read more about this at Find and Replace.