Borland CODEWRIGHT 7.0 CW374 Manual De Usuario

Los códigos de productos
CW374
Descargar
Página de 7
Borland
®
 CodeWright
®
2
Editing features
Binary Differencing: Identify changes and problems faster in your nontext files (.exe, .gif, .bin, etc.) by differencing them on a
byte-by-byte binary basis, rather than line-by-line.
Brace Matching: Match braces in code statements.
ClipView Window: View the contents of your clipboards or scrap buffers.
COBOL Extensions Module: Enable the following special COBOL functionality: Re-sequence line numbers, line-number
handling when lines are copied or moved, toggle COBOL comment, automatic time/date stamp on modified lines, string literals
automatically continue on new lines, validated line number sequence, patch file shows changes in a file, CobolExt settings.
CodeFolio:™ Store predefined snippets of code or text for use in your documents. Reuse and share valuable blocks or snippets
of code or text with CodeFolio. Insert an existing CodeFolio snippet to quickly generate a block of code. Insert CodeFolio snippets
with special CodeFolio macros; CodeFolio macros automatically expand the current date and time, move the cursor to a specific
location, perform mathematical equations, and more.
CodeSense:™ Use tooltips and drop-down lists to complete the names of symbols (member lists, parameters, function
definitions, and other source code elements).
Command Prompt: The API Command Key and Tools|API Command menu selection provide an interface to the CodeWright
API and macro languages while you are running CodeWright.
Difference Editing: With Edit mode enabled, edit or undo changes in your text files right from the Difference Window, or jump to
the original source file for editing if you prefer.
Difference Metrics Reports: Track and analyze file or directory differences by generating Difference Metrics reports in ASCII or
HTML format. Each report tells what has been compared, shows the filters used to create the report, and summarizes the Text
File, Binary File or Directory differences found. Reports are created using API macros that can be modified from within
CodeWright.
Directory Differencing: Specify two directories for comparison, generating a tree directory that integrates the Reference and
Target directories. Click on any file in the tree that exists in both directories to instantly show the specific differences between file
versions in Side-by-Side Differencing format.
Entab/Detab: Use the functions EnTab and DeTab to replace spaces in a file with tabs, or tabs with spaces, respectively.
Available from the Edit Toolbar, right-click menu in a CodeWright edit buffer, or the Tools|API Command prompt, you can
configure EnTab and DeTab to restrict replacement to tabs or white space found at the beginning of lines, skip comments, and/or
skip strings. For EnTab, you can also elect to skip single spaces.
File Differencing: Difference files in a special side-by-side difference window (vertically or horizontally split), or show the
differences interleaved in a separate CodeWright document. Edit or print differences from either view.
File Size: Open and edit files up to 2 GB.
Format Source: Reformat or beautify HTML, XML, Java,
™ C, C#, or C++ code. Choose options to specify indentation levels,
smart indenting, spacing, and block alignment. With a CodeWright macro, add simple formatting capabilities for any language.
Hex Mode Editing: Copy, cut, and paste hex characters into documents. Edit your documents in one view that displays a hex
side and an ASCII side. The cursor position is highlighted on one side or the other to help you track your location.
Multiple Clipboards or Scrap Buffers for Cut/Copy/Paste Operations: Use as many clipboards or scrap buffers as desired.
Retain the contents of one clipboard or scrap buffer while performing new copy or cut operations in another. Automatically
increment clipboards or scrap buffers when performing copy/cut operations.
Name Completion: Quickly complete words (functions, macros, procedures, subs, etc.) that occur in the current CodeWright
document or project. This is available by default for some languages and can be configured to support any language.