Topic: Re: Preliminary VEDIT 6.13 (1 of 5), Read 29 times
Conf: VEDIT Macro Library
From: Ted Green
Date: Monday, September 06, 2004 07:43 PM

A newer preliminary VEDIT 6.13 dated 09/06/2004 is now available at:

http://www.vedit.com/download/beta/vw-pro64.exe

Here is the veditlog.txt so far:

VEDIT LOG (veditlog.txt)
---------

09/06/04 6.13.1
New "Open with VEDIT" in Explorer's right-click context menu
New {EDIT, Convert, Flat to CSV} converts flat data files to CSV
New {EDIT, Convert, CSV to Flat} converts CSV file to Flat
Improved Unicode (UTF-16) conversion to/from ANSI and OEM chars
New {MISC, More macros, BASE64) decodes Base64 file into text
New {MISC, More macros, REN-FILES) renames groups of files
Improved regular expression support for "|" and "\b"
Now supports up to 257 tab stops up to column 65,535
Now supports search/replace strings of up to 1000 chars
Fix - Pro64 didn't calculate huge line # correctly
Fix - File-open dialog box didn't remember last file type
Fix - Unsupported search regular expression "*?" could crash
Fix - Combination word-wrap and record mode could lock up
Fix - On-line help for {ESCAPE} menu could crash
Obscure - COMMAND: prompt line editing confused by task switching
Obscure - syntax error in VEDIT.CFG file could crash
Obscure - Regular Expression within a block could lock up
Technical - New Key_Shift_Status command
Technical - New Version_Num(EXTRA) command option
Technical - New Version_Date command
Technical - New DDIR-REC.VDM macro inserts directories with recursion
Technical Fix - Dir_Date() didn't add "/" to long directory names
-------------

Compared to the last preliminary 6.13:

* New {EDIT, Convert, CSV to Flat} converts CSV file to Flat
(However, this macro is not yet completed; for now I am just using
Christian's TAB2FIX-2.VDM.)

* New {MISC, More macros, BASE64) decodes Base64 file into text

* New {MISC, More macros, REN-FILES) renames groups of files
(This is the latest rewrite of Christian's previous FILE-REN.VDM macro.)

* The number of tab stops has been increased to 257.
That should be enough. :-)

Ted.

 


Topic: Re: Preliminary VEDIT 6.13 (2 of 5), Read 32 times
Conf: VEDIT Macro Library
From: Ian Binnie
Date: Monday, September 06, 2004 10:27 PM

I installed 6.13.1 using the Quick option, which worked quite well.
(This installed EBCDIC trial, which I normally bypass as I haven't played with EBCDIC or COBOL for nearly 20 years, and plan to keep it that way.)

One minor point.

VEDIT (32-Bit) Ver. 6.13.1 09/04/04
has VERSION info vpw.exe VEDIT Editor (6.13.1 [6.13.1.0])

VEDIT Pro (64-Bit) Ver. 6.13.1 07/16/04
has VERSION info VPW64.EXE VEDIT Editor (6.12.1 [6.12.1.0])

Is this the latest VEDIT Pro?

I avoid the incompatibilities in my programs by putting all the Version info into a single file "version.h", which I include where needed.


One additional issue.
Some time ago I asked about:-
Do_Visual("\ID\")

This still seems to work, but is not mentioned in any vedit documentation.

 


Topic: Re: Preliminary VEDIT 6.13 (3 of 5), Read 35 times
Conf: VEDIT Macro Library
From: Ted Green
Date: Monday, September 06, 2004 10:36 PM

At 10:27 PM 9/6/2004, you wrote:
>One minor point.
>
>VEDIT (32-Bit) Ver. 6.13.1 09/04/04
> has VERSION info vpw.exe VEDIT Editor (6.13.1 [6.13.1.0])
>
>VEDIT Pro (64-Bit) Ver. 6.13.1 07/16/04
> has VERSION info VPW64.EXE VEDIT Editor (6.12.1 [6.12.1.0])

Sorry, but in the 6.13 from 09/04/04 I forgot to include a new Pro64.

Todays 6.13 dated 09/06/04 includes both.

Ted.

 


Topic: Re: Preliminary VEDIT 6.13 (4 of 5), Read 23 times
Conf: VEDIT Macro Library
From: Christian Ziemski
Date: Tuesday, September 07, 2004 07:12 AM

On 9/6/2004 7:43:56 PM, Ted Green wrote:
>A newer preliminary VEDIT 6.13 dated 09/06/2004 is now available at:
>
>http://www.vedit.com/download/beta/vw-pro64.exe
>
>-------------
>
>Compared to the last preliminary 6.13:
>
>* New {EDIT, Convert, CSV to Flat} converts CSV file to Flat
>(However, this macro is not yet completed; for now I am
>just using Christian's TAB2FIX-2.VDM.)

And there is still some work to do ;-)
(In another thread.)

>* New {MISC, More macros, REN-FILES) renames groups of
>files (This is the latest rewrite of Christian's previous
>FILE-REN.VDM macro.)

I worked a bit more on that macro.
- Some fixes
- Some optimization
- Some better GUI handling

The newest version is available here:

http://ziemski.privat.t-online.de/vedit/macros/ren-file.vdm


Christian

 


Topic: Re: Preliminary VEDIT 6.13 (5 of 5), Read 17 times
Conf: VEDIT Macro Library
From: Christian Ziemski
Date: Tuesday, September 07, 2004 11:52 AM

On Mon, 06 Sep 2004 19:43:00 -0400, Ted Green wrote:

>A newer preliminary VEDIT 6.13 dated 09/06/2004 is now available at:
>
>http://www.vedit.com/download/beta/vw-pro64.exe
>
>* The number of tab stops has been increased to 257.
> That should be enough. :-)

And it works, at least from command mode (Config_Tab()).

But the {Config, Tab/Fill} dialog is still restricted to display
max. 256 characters and to input max. 141 characters.
That is not enough for those many TABs.

Christian