Record Editor
|
Version 0.67/0.68 is mainly about improving Cobol Support. Changes include:
- Support for Open Cobol (Standard + allmodes) and improved Fujitsu support. The
Open Cobol - Microfocus mode should work with Microfocus Cobol (it is based on
Open Cobol running in microfocus Compatibility mode).
- New File copy function. This utility can
- Copy Fixed width to / from delimited (csv) files.
- Copy Xml files to Fixed width / Delimited files.
- Copy from one Cobol dialect to another.
- New Recent files item (File Menu)
- Table Paste function (edit menu), allows data to be pasted in from Excel etc).
- Reporting is now available in sister product ffreport (Flat File Reporting)
- Usual collection of bugfixes
Version 0.65 is mostly rounding out of existing feature, the one enhancement
is the File Compare utility. See
Changes version 0.65 for more details.
Briefly Changes are
- New Diff (file compare) Utility. This compare does a Field by field compare;
The advantages of this include
- Different types of files can be compared (i.e fixed width files / CSV files).
- Can ignore fields
Can save the definition of Filters, Sort Tree's and Record Tree's and execute
latter
- Can Export/Import RecordLayouts as XML
- Can save files as XML.
This release contains new "Tree" views, Combo boxs etc, See
Changes version 0.62 for more details.
- 3 new Tree views added to editor.
- New Column view (where rows are displayed as columns going across the page).
- Support of Combobox's in the Editor.
- Parameter Editors in the LayoutEditor
- Limited support for editting XML files.
- New Parameter field editors int the Layout Editor
- Can Import / Export Record-Layouts (copybooks) in a Csv Format
- New Option to copy copybooks between DB's.
- Support for Combo's Box / Check box fields
- Improved CSV Support:
- Supported in the File Layout Wizard
- New Generic CSV File type where the user chooses the format of the CSV file at runtime.
- Support for different line parsers
Cleanup / bug fix, + Enhanced Wizard and XML import functions. See
Changes version 0.61b for more details.
Mainly Look and feel related. See
Changes version 0.61 for more details.
- Improved Options Editor.
- Can now choose the Look and Feel / Icons.
- Improved date support.
- Several minor improvements like, Full Line view, Full line display at the bottom of theRecord Screen
Selected View (Data drop down).
- Bug fixes (Date and CSV files).
Mainly extra functions
This version is mainly changes to the user Interface to improve ease use.
Major changes are:
- Addition of Standard File, Edit ... Top level menus similar to what is in a normal text editor.
- Addition of a Menu bar with standard Windows Icons.
- New Create Layout option added to the Layout Editor
- New Create Layout Wizard that allows you elect the fields in a file.
- Improved Find / Replace (Further work to done in the next version).
- In the editor, Columns can be fixed (ie do not scroll off the screen) via
the right click menu.
- Support for Fujitsu Cobol files and types added (Jean-Francois Gagnon).
- Null padded / terminated Strings types added.
The RecordEditor ~ Jasper Interface has been released as a separate download. It requires
RecordEditor and iReports be installed. This package:
- Illustrates calling RecordEditor routines
- Can design and generate reports from Fixed Field Width data files
which includes Binary, Cobol and Mainframe/Cobol datafiles.
This version is primary a refactoring of the code with aims of:
- Making it easier to extend the editor
- The GUI code has been split from the File / Field access java code.
- Opening the code up for other uses.
- Creation of java examples for extending / using RecordEditor classes.
Enhancements:
- Support of CSV files ( files with fields Delimited by comma's, tab, etc).
- Export of files in Comma / delimitiered format
- Support for mainframe VB format.
Other changes
Changes in this release
- Filtered views of the Data. See "Filter Screen" for more details.
- Save As / Export function introduced. This allow you to save
- The whole File
- or the current View
- or Selected records
as either a Data file, a single HTML table or a HTML table per record.
- Help System added - Form level help added.
- Documentation changes including new tips section.
- Code Refactoring and the odd bugs.
This release basically is to support Linux. Mostly it consists of changes to
documentation
- Support for editing Windows / Unix / Linux / Mac Text files on all systems.
- Changes for running on Linux (ensuring consistent use of Character case).
- Ensure consistent use of character case in Filenames/URL's.
- Installer for Linux.
- Minor Bug fixes (i.e. better table cell exit handling).
This change was to support Mainframe Binary files.
- Support for editting native IBM Mainframe files (on a PC etc) using a Cobol Copybook
- Improvements in Cobol Import function
- Bug fixs
- Binary Files in the Access version
- Type Conversion fix's (particulary the binary)
- More Test cases
This version was to support Floating point numbers and bug fixes.
Release 0.50 Initial Release:
The initial release of the RecordEditor