Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
RecordEditor_Upgrade_0.96f.zip | 2014-10-18 | 3.7 MB | |
RecordEditor_src_096f.7z | 2014-10-18 | 1.5 MB | |
RecordEditor_ReadMe_0.96f.md | 2014-10-18 | 4.3 kB | |
RecordEditor_MacroJavadoc_0.96f.7z | 2014-10-18 | 72.9 kB | |
Totals: 4 Items | 5.3 MB | 0 |
RecordEditor 0.96f
RecordEditor is an editor for editing Fixed-Width, Csv files using a schema.
This is a very minor release implementing a user request.
Downloads
- RecordEditor_Upgrade_0.96f.zip zip file containing replacement jars and example macros.
- RecordEditor_MacroJavadoc_0.96f.7z - minimal Javadoc related to Macro's (scripts). The ScriptData class is the class of RecordEditorData (the Script - RecordEditor interface class)
- RecordEditor_src_096f.7z - current source code. This is more of a personal backup than anything else.
Changes 0.96f
- For unsigned comp-3 fields, the unsigned nyble will be used instead of the positive sign nyble (User Request)
- New Layout to Csv Compare option on the Csv compare screen. (Note: Saving this compare will no work yet.
- Resolved a few differences between JRecord's processing of Schema-Xml and RecordEditor's processing of Schema-Xml.
- New Fixed-Width-Char option. This is specifically for Multi-Byte Character-set (UTF-8, UTF-16 etc) fixed width files.
- Minor improvements/fix to the Macro-Ediors Save-All button.
- New Example Java-Script Macros (Script directory in the zip file) to delete duplicate Records and to show duplicate records in a seperate view
- New Example Jython and Groovy Macros (Script directory in the zip file) to write a RecordEditor-view as JSON.
Changes 0.96e
- Zoned-Decimal in Ebcdic-German + several other European language versions of Ebcdic
- Several fix's for Fixed Width 16 bit charsets (e.g. UTF-16 etc)
- Fix's / enhancements for Unicode Csv files
Changes 0.96d
- New Text view where fields are highlighted
- Allow block cell selections and added block cell coping/pasteing
- Major changes to Installers - Better Windows UAC handling, can install in Windows"User" account, Better handling of multiple user's on PC.
- Can specify Charset on Csv and Fixed width export
- New Csv compare function
- Added file charset detection for Ebcdic files
- Added Edit-Layout button to tool bar
- Key assignment changes, Record-Copy Record-Cut, Record-Paste, Record-Insert and Record-Delete are now assigned to keys Alt-C, Alt-X, Alt-V, Alt-Insert and Alt-Delete. Control-C and Control-V are now for cell copying and pasting.
- Automatic backup of File Layouts (Schema's) as Xml files (to directory <RecordEditorUserDirectory>Copybook/SchemaBu).
- Fixed problem in copying to Ebcdic Files (that use a new-line character) on Windows machines.
- Fix problem new Xml export function
- Fix System and record-seperator problems in Xml export
Changes 0.96c
- New Script build function. This function will build sample Scripts (Macro's) for the current file. It will make it easier to start writing scripts.
- Improvements in loading lage gzip files
- Problem Fix (see HTML Compare Problem)
- several improvements (see Compare Change) added file checking + cleared MSG field.
- Added option to view HTML to HTML compare function.
- Added zip4j_1.3.2.jar for zip work
Changes 0.96b
- Improvements in handling big files (Filtering, copying, pasteing).
Changes 0.96a
- File name Fields are now combo box's (with most recent files with a file search button straight after the Field.
- Updated XML-Layout import / export functions
- New Load XML-Layout option (to load a single XML-Layout
- Several Big-File related changes including filter improvements.
Changes 0.95d
Changes include
- Extra -layout (specify a layout for a file) option when running the fulleditor
- New Java method for starting the RecordEditor with a file/record-layout
- New experimental file-fields that have both a last-used combo option + a file search button
Changes 0.95c
- Fixing several problems with the Csv code
- Adding HTML type for Csv fields containing HTML.
Changes 0.95b
- The XML CobolName tag for fields is now imported into the RecordEditor
- For Generic-Csv and Basic Csv dialogue's, Embedded <new-Line> character in fields are now supported. Also field quotes can now be any individual character (or multiple characters).