Features of AptEdit Lite, AptEdit and AptEdit Pro.
File Access / Management
File Display / Edit
  • Customizable Color scheme. (new)
  • Customizable Full-Screen scheme(new)
  • Number Converter(new)
  • Auto-Completion.
  • Pressed key "Alt" and Left-Clicking to select text in column mode.
  • Text convert to HTML. Allow to set the HTML charset, output line number and syntax color.
  • Toggle Text, HEX, HTML and Column edit mode.
  • Function List.
  • Converts ASCII to EBCDIC.
  • Converts EBCDIC to ASCII.
  • Source code folding.
    • Collapse all blocks.
    • Expand all blocks.
    • Show the unfolded code inside the folded area in a baloon tip while hovering over it.
    • Double-Clicking the folded area to expand the code block.
  • Syntax highlighting (user configurable).
    • Pre-configured for C/C++, Java, Scala, Perl, Python, Ruby, C#, Pascal, XML, HTML, JavaScript, VBScript, JSP, PHP, CSS, Visual Basic, SQL, INI and MASM.
    • Support to select syntax configuration from syntax highlighting list as the open file's syntax configuration.
    • Background color for syntax highlighting.
    • Syntax highlighting for URL and Email address.
  • Word Wrap Support.
  • Option to show matching braces.
  • Show the value of active character on status bar.
  • Duplicate Line.
  • Add/Remove comment.
  • Add file comment.
  • Add procedure comment.
  • Char Transpose.
  • Line Transpose.
  • Drag and Drop.
  • Multi-level undo and redo.
  • Auto-Indentation.
  • Insert file into an open document at cursor position.
  • Line Length no limit.
  • Home Key positions at first non-space, then first character.
  • Show spaces, tabs and new lines.
  • Status bar displays number of characters selected.
  • Dockable "Output Window" can show the result of command "Find in Files" / "Replace in Files".
  • Full Screen mode.
  • Horz split window.
  • Color selection for active line (line with cursor).
  • Option to make AptEdit window at top.
  • Option to show ruler and row line number.
  • Create backup file while saving file.
  • HEX mode editing.
    • Data interpreter.
    • HEX character set.
    • HEX Redo/Undo.
    • Copy selected bytes as C/Java/Pascal/C# data array.
    • HEX Cut, Copy and Paste support.
    • Increase/Decrease showing columns.
    • View integer/float-point number values.
    • Color highlighting changed bytes.
    • HEX Find
    • HEX offsets can be presented and prompted for in a decimal, octal or hexadecimal notation
    • Checksum/Hash Calculator.
  • HTML mode editing.
  • Column mode editing.
  • Insert date and time.
  • Insert date.
  • Insert time.
  • Insert page break.
  • Delete blank lines from the selection or all text lines.
  • Copy the selection and append it to the clipboard.
  • Cut the selection and append it to the clipboard.
  • Copy the path of active file to the clipboard.
  • Copy the name of active file to the clipboard.
  • Clear the operation list.
  • Separate font for text/HEX mode.
  • Set display font.
  • Insert/overstrike mode with cursor and status bar indication.
  • Preview XML file content using seamless web browser.
  • Update the indent/undent on editing HTML source.
Search / Replace
  • Perl-Compatible Regular Expression(PCRE) in search and replace.
  • Find, Find Next, Find Previous.
  • Replace.
  • Find In Files.
  • Replace In Files.
  • Mark all matched lines.
  • Find / Replace in all open files.
  • Find / Replace in specified directory, option to include sub directory.
  • Find Disk File.
  • Find matching braces.
  • Search left/right brace.
  • Bookmark support.
    • Set bookmark.
    • Clear all bookmarks.
    • Browse bookmarks.
  • Browse changed lines in text editing mode.
  • Goto specified line in text editing mode.
  • Goto specified offset byte in HEX editing mode.
  • HEX Find.
Format
Print
  • Printing preview.
  • Printing line numbers.
  • Headers/footers (with alignment commands), margins and page breaks.
  • Printing of syntax highlighting in color.
  • Font Selection for display and printer.
Project
  • Create project.
  • Manage project.
  • Add active file to project.
  • Add all open files to project.
  • Add files to project.
  • Delete active file from project.
  • Delete files from project.
  • Recent Projects submenu stores up to 50 projects.
Tools
  • Support to install AptEdit on FLASH or any other portable drives.
  • Customizable keyboard shortcuts, support keyboard mapping scheme.
  • Runs the Windows calculator "calc.exe".
  • Opens the directory of the active document on the windows explorer.
  • Presents the DOS Shell window.
  • Text files Comparison and merging.
  • Binary files Comparison.
  • Executes user tools.
  • Save and restore toolbars position.
  • Spell checker.
  • Open web page on the system default web brower while double-clicking the URL address.
  • Edit email on the system default email application while double-clicking the Email address.
  • Check the new version on startup if if option "Check new version on startup" is enabled in "Advanced | options | General" page.
  • Prompt a message when user open a file using an error encoding.



Document selector
The Document Selector offers quick mouse access to all document windows currently loaded.  Much faster than selecting on Window menu or pressing Ctrl+Tab key multiple times.



Full Unicode support
Not only can you open Unicode files but you can also edit files as Unicode so you can display multiple languages at the same time.  AptEdit supports Unicode little endian, Unicode big endian, UTF-8, UTF-7, Baltic, Central European, Chinese Simplified, Chinese Traditional, Cyrillic, Greek, Japanese (Shift-JIS), Japanese (JIS), Japanese (EUC), Korean, Thai, Turkish, Vietnamese, Western European, and all other encodings available in Windows.



Auto-Completion
Auto-completion is a time-saving feature which changes a short abbreviation into a complete string.  Also, you can create your own auto-completion file to support other programming languages.



Function List
AptEdit shows the functions in the active document.
    



Copy selected bytes as C/Java/Pascal/C# data array
Example, selected 7 bytes in HEX editor
    

Copy these bytes as C/C++ data array
    



View and export integer/float-point number values
In HEX edit mode, go to aimed offset, select menu "HEX"->"View Float-point Number", then display the View Float-Point Number dialog box. The float-point numbers will be listed in the dialog. You can specify the count of float-point numbers and the start offset.
    



Binary Template
In HEX edit mode, you can use binary template to view and parse the binary file.

Example, open a drive, and apply the binary template "FAT Boot Sector", AptEdit show the blow result.
    

Export selected/file HEX bytes to file
Example, selected bytes from offset 0x20 to offset 0xA6 in HEX editor
    
Export these selected bytes to a text file
    



Source code folding
You can select a region of code (that is, a selected block of text) and hide (collapse) it so that it appears under a symbol.  You can then expand or hide the region by clicking the plus sign (+) next to the symbol.  Outlined code is not deleted, it is merely hidden from view.

You can create nested regions of outlining so that you might expand one section that contain one or more subsections of collapsed text.

Normal C/C++ source code:


First collapse source code block:


Second collapse source code block:




Default encoding support
You can specify the encoding to be used by certain functions within the text editor, such as opening file.



Open include file for C/C++
In C/C++ text window, you can right-click on the "include" line and select the top menu item [Open Document\"...\"] on the pop-up menu.  Then the included file will be open and shown in AptEdit.




Favorite files support
You can store the filenames and encoding of the favorite files or frequently open files that you wish to quickly reference and open in the future.



HEX mode editing
HEX cut, copy and paste support.  View integer and float point number.



Support files larger than 4G bytes
Supports files in excess of 4GB in HEX edit mode.

Syntax highlighting
Configurable, pre configured for C/C++, Java, Perl, Python, Ruby, C#, Pascal, XML, HTML, JavaScript, VBScript, JSP, PHP, CSS, Visual Basic, MASM, and Windows INI.

Within the HTML configuration, text within CSS tags (<style> ... </style>) is formatted as CSS type, text within ASP tags (<% ... %>) and standard script tags (<SCRIPT> ... </SCRIPT>) is formatted according to which scripting language is specified in the LANGUAGE attribute (JavaScript, or VBScript).  Moreover, HTML-Embedded special syntax is available for JSP and PHP configurations.



HTML mode editing
Provides a quick method to insert common HTML tags.



Insert HTML header, block content, table, image, list, frame, form, object and link
HTML header includes the following elements:DTD, Strict DTD, Transitional DTD, Frameset DTD, Root Element, Document Header, Title, Base, Link, Style, Meta, Script, Java Script, VB Script and Document Body.
HTML block content contains the Heading Levels, Lengthy Quotation, Preformatted Text, Address and Block Division elements.
HTML table includes the following elements: Table, Caption, Th, Tr and Td.
HTML image allows you to insert an image to the file.
HTML list provides four options: Ordered List, Unordered List, Definition List and List Item.
HTML frame includes the Frameset, Frame and Noframe elements.
HTML form includes the following elements: Button, Form, Submit Button, Reset Button, Text, Password, Hidden, Textarea, File, Radio, Checkbox, Select and Select Option.
HTML object contains the Object, Java Applet, Embed and Param.
HTML link includes the following elements: Simple Hypertext Link, Name Fragment and Link Fragment.



Column mode editing
Supports columns select, copy, cut, delete and insert operations.  It also can insert equential numbers and text.



Open and edit files via FTP
FTP client built in to give access to FTP servers with multiple account settings and automatic logon and save.



Files comparison and merging
AptEdit can compare two text files or two binary files.

Text files comparison:
    

Binary files comparison:
    



Horz split window
Creates a duplicate pane within the active document allowing the user to edit the active document in two separate locations at the same time.


Find In Files
It allows you to search for a string within specified files or folders containing a specified file type.  AptEdit allows you to further specify search characteristics, such as encodings, and the ability to exclude specific files from a search.



Replace In Files
Just like the Find in Files feature, you can specify an encoding to use for the document.  To prevent unwanted automated editing, such as inserting unintended words, you can select to leave open all files that have been changed.  Results from replace operations appear in the output window.  You can choose to display only the file name information in the replace report.



Add file comment
Add file comment for program languages.  Ability to customize the file comment.




Add procedure comment
Add procedure comment for program languages.  Ability to customize the procedure comment.




Add/Remove comment
Add/Remove comment for program languages.



New file template
Ability to customize the new file template.




Drag and Drop
Supports Object Linking & Embedding (OLE) drag and drop, enabling you to copy or move selected text between AptEdit and other supported applications such as NotePad.




Word Wrap Support
Wrap at window edge, or wrap at the specified column.




Automatic backup file
Automatic backup file generated with (.bak) extension in the directory of the original file or the directory of user specified.



Insert file into an open document at cursor position
Insert content of a file into cursor position of current document.

    
Designed for Windows
2000/XP/2003/Vista
 
  Order AptEdit Pro
  Order AptEdit
 
Download AptEdit Pro
Download AptEdit
Download AptEdit Lite (free)
Download AptDiff (free)
 
 
 
Copyright © 2000-2008 Brother Technology, Inc. All Rights Reserved.