Topic: Taste of VEDIT 6.20 (1 of 13), Read 67 times
Conf: VEDIT Macro Library
From: Ted Green
Date: Friday, December 03, 2010 04:43 PM

A very preliminary VEDIT 6.20 (development version) is available here:

http:\\www.vedit.com\download\beta\vpw-prod.exe

There is no doco on it yet; not even the readme.txt file.
Here is the only doco:

1. Includes the new .chm help system
2. The same Alt-key fixes as in 6.15.4
3. Includes Pauli Lindgren's new wildfilew.vdm macro as {MISC, Wildfile}
4. Includes Pauli Lindgren's findfile.vdm macros as {File, Open (More), Find file and open}
5. Includes Scott Lamberts Scribe spelling checker as {MISC, More, Scribe}

At this time I don't really want/need feedback on Vista/Win7 problems; I am well aware of them.
Pauli and Scott: Please let me know if I have implemented your macros correctly.

------------
My current work is on resolving the non-admin user problems under Vista/Win7. In particular, the VEDIT files by default will likely be installed into:
c:\program files (x86)\Vedit - for all read-only files
c:\users\XXXX\AppData\Local\Vedit - for all R/W files (.cfg, .ini, .prj, etc)

Ted.

 


Topic: Taste of VEDIT 6.20 (2 of 13), Read 64 times, 4 File Attachments
Conf: VEDIT Macro Library
From: Ian Binnie
Date: Saturday, December 04, 2010 12:54 AM

I decided to try the new Vedit in a new directory.
(It seems to work quite well in XP.)

The new installation did highlight a couple of changes I had made to my installation.

I had modified C.SYN to include the C++ reserved word bool, and also
included a number of Microsoft extensions e.g. TCHAR

Similarly I have added a few common tag attributes to html.syn

I also have syntax highlighting for gedcom files for Email RFC 2822
which may be of interest.

I noticed the status line font defaults to Fixedsys. This must be the
world's ugliest font, and is not appropriate for a high resolution
display. I know users can change this, but Lucida Console (which is
available on Windows since 98) would be a better default, and looks
similar to the Tab text.

 
EML.SYN (1KB)
 
C.SYN (2KB)
 
GED.SYN (1KB)
 
HTML.SYN (1KB)

 


Topic: Taste of VEDIT 6.20 (3 of 13), Read 53 times
Conf: VEDIT Macro Library
From: Ian Binnie
Date: Monday, December 27, 2010 07:58 PM

I have been using the new vedit 6.20, and it seems to work well.

I tried the new {HELP, Status}, and this seems to cause an error when
vedit is closed on XP SP3

AppName: vpw.exe AppVer: 6.15.5.0 ModName: vpw.exe
ModVer: 6.15.5.0 Offset: 0003d62b

 


Topic: Taste of VEDIT 6.20 (4 of 13), Read 49 times
Conf: VEDIT Macro Library
From: Pauli Lindgren
Date: Monday, January 03, 2011 09:07 AM

On 12/3/2010 4:43:38 PM, Ted Green wrote:
>A very preliminary VEDIT 6.20 (development version) is
>available here:

Shouldn't this thread be in the VEDIT Beta Test forum?

>1. Includes the new .chm help system

The help file doesn't seem to be quite finished yet.
There are several formatting problems.
And of course some of the information is outdated.
Further, I would split the help into smaller pages, and perhaps use more levels in the Contents tree view.
At least all the commands in "Commands - Detailed Summary" should be in a separate branch.

But why does the help window have Aways On Top property set?
This makes it difficult to use the help.
You have to close the help window in order to be able to continue using Vedit, since the help window is on top of Vedit window. Then, if you want to continue reading help, you have to find the correct location in the help again.

Bugs:

Selecting "Command at cursor" in Help menu causes Vedit to crash.
The following error message is displayed:
"VEDIT Editor has encountered a problem and needs to close."

The same error occurs if you press F1 when executing macro command Get_Key("xxx").
Try Incremental Search for example.
However, command Get_Key("xxx", STATLINE) does not have this problem.


>3. Includes Pauli Lindgren's new wildfilew.vdm macro as
>{MISC, Wildfile}

Will it be moved to Search menu, as discussed earlier?

--
Pauli

 


Topic: Taste of VEDIT 6.20 (6 of 13), Read 43 times
Conf: VEDIT Macro Library
From: Ian Binnie
Date: Thursday, January 06, 2011 09:30 PM

On 1/3/2011 9:07:44 AM, Pauli Lindgren wrote:
>On 12/3/2010 4:43:38 PM, Ted Green
>wrote:
>>1. Includes the new .chm help system
>
>The help file doesn't seem to be quite
>finished yet.

The "Search" tab does nothing

"Favorites" selects some text from the previous topic as its Current Topic.

Regular Expression Basics

>Further, I would split the help into
>smaller pages, and perhaps use more
>levels in the Contents tree view.

"Favorites" only seems to let you bookmark the start of the Topic.

I normally have Regular Expression Basics as one of my Favourites, but can't do this.

>But why does the help window have Aways
>On Top property set?
>This makes it difficult to use the help.
>You have to close the help window in
>order to be able to continue using
>Vedit, since the help window is on top
>of Vedit window. Then, if you want to
>continue reading help, you have to find
>the correct location in the help again.

You can minimise it.

>Bugs:
>
>Selecting "Command at cursor" in Help
>menu causes Vedit to crash.

I also see this.

 


Topic: Taste of VEDIT 6.20 (5 of 13), Read 44 times
Conf: VEDIT Macro Library
From: Pauli Lindgren
Date: Tuesday, January 04, 2011 05:29 AM

On 12/3/2010 4:43:38 PM, Ted Green wrote:
> A very preliminary VEDIT 6.20 (development version) is
> available here:
>
>http:\\www.vedit.com\download\beta\vpw-prod.exe

I found a couple of bugs on V6.20:

- Highlight cursor line/column does not work.

- NOBORDER option on Win_Reserved() does not work on V6.20.
When a one-row info window is displayed on bottom line (for example on Wildfilew.vdm in Visual mode, or on compdir.vdm), window heading is displayed on 6.20.
On XP, the window heading takes up more space than the actual window. And it looks ugly too.

--
Pauli

 


Topic: Taste of VEDIT 6.20 (7 of 13), Read 34 times, 1 File Attachment
Conf: VEDIT Macro Library
From: Pauli Lindgren
Date: Monday, January 17, 2011 03:27 AM

On 12/3/2010 4:43:38 PM, Ted Green wrote:
> A very preliminary VEDIT 6.20 (development version)
> is available here:
>
>http:\\www.vedit.com\download\beta\vpw-prod.exe
>

Looks like most of the supplied macros still use the old Regular Expressions syntax which uses {} for grouping.

Here is a macro fix_regexpr.vdm that can be used to fix the macros.

By default, the macro asks confirmation for each replace, but you can change it to fully automatic by setting #10 = 0 at the beginning of the macro.

You can find the macros that need to be fixed by entering the following search pattern in Wildfile:

|{search,replace,s,r}|[|w](|*{|*REGEXP|*)

This may not find all the cases. For example, the search string may have been set in a T-Reg before performing search or replace. But I have not not found such cases among the supplied macros.

Alternatively, you can just run the macro for all .vdm files (and .vtm, .key etc.) from Wildfilew.vdm.

--
Pauli

 
FIX_REGEXPR.VDM (2KB)

 


Topic: Regexp (8 of 13), Read 35 times
Conf: VEDIT Macro Library
From: Ian Binnie
Date: Monday, January 17, 2011 06:39 AM

This earlier post provides a simpler solution:-
http://webboard.vedit.com/read?24454,29e#24454

I must admit I never checked the supplied macros, only my own user macros.

 


Topic: Taste of VEDIT 6.20 (9 of 13), Read 22 times
Conf: VEDIT Macro Library
From: Peter Rejto
Date: Monday, February 14, 2011 11:27 PM

Hi,

I tried to download again,

http:\\www.vedit.com\download\beta\vpw-prod.exe


However, I got the error message:

Requested URL not found.


-peter

 


Topic: Taste of VEDIT 6.20 (10 of 13), Read 26 times
Conf: VEDIT Macro Library
From: Christian Ziemski
Date: Tuesday, February 15, 2011 02:13 AM

On 2/14/2011 11:27:13 PM, peter rejto wrote:
>
>I tried to download again,
>
>http:\\www.vedit.com\download\beta\vpw-prod.exe
>
>
>However, I got the error message:
>
>Requested URL not found.


You may want to try

http://www.vedit.com/download/beta/vpa-prod.exe


Christian

 


Topic: Taste of VEDIT 6.20 (11 of 13), Read 24 times
Conf: VEDIT Macro Library
From: Peter Rejto
Date: Friday, February 18, 2011 10:37 PM

On 2/15/2011 2:13:45 AM, Christian Ziemski wrote:
>On 2/14/2011 11:27:13 PM, peter rejto
>wrote:
>>
>>I tried to download again,
>>
>>http:\\www.vedit.com\download\beta\vpw-prod.exe
>>
>>
>>However, I got the error message:
>>
>>Requested URL not found.
>
>
>You may want to try
>
>http://www.vedit.com/download/beta/vpa-p
>rod.exe
>
>
>Christian


Thanks,

It worked like a charm.

-peter

 


Topic: Taste of VEDIT 6.20 (12 of 13), Read 30 times
Conf: VEDIT Macro Library
From: Ian Binnie
Date: Saturday, February 19, 2011 04:49 PM

On 2/18/2011 10:37:21 PM, peter rejto wrote:
>
>It worked like a charm.
>
>-peter

I presume you mean the download.

This version 6.20.0 02/01/11 still has the bugs previously reported above, and crashes often (on XP)

If anything is is worse - I even got it in a state where it would not display files, and showed windows below.

 


Topic: Taste of VEDIT 6.20 (13 of 13), Read 38 times
Conf: VEDIT Macro Library
From: Peter Rejto
Date: Saturday, February 19, 2011 07:09 PM

On 2/19/2011 4:49:57 PM, Ian Binnie wrote:
>On 2/18/2011 10:37:21 PM, peter rejto
>wrote:
>>
>>It worked like a charm.
>>
>>-peter
>
>I presume you mean the download.
>
>This version 6.20.0 02/01/11 still has
>the bugs previously reported above, and
>crashes often (on XP)
>
>If anything is is worse - I even got it
>in a state where it would not display
>files, and showed windows below.
>

Ian,

Yes, you are right. I meant to say that the download worked like a charm

I also succeeded in installing it into my Windows 7 computer. I like the new directory structure.

At the same time, I was sorry to see that for example the Command at cursor menu command does not work, as per previous reports.

-peter