info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

vb6 form/control normaliser for better merges - *nix users press delete


From: Matthew Herrmann
Subject: vb6 form/control normaliser for better merges - *nix users press delete now
Date: Sun, 9 Jun 2002 09:46:36 +1000

gday,

just finished working on a vb6 form/control normaliser, which sorts the GUI
elements in *.frm and *.ctl files (since they are always saved in quasi
random order by visual basic). so when you add a new command button to a
complicated form, you get:
> Begin VB.CommandButton Blah
>    Caption = "OK
> End

as the change, instead of spurious line changes due to things jumping
around. anyone who's typed "cvs diff" to see what they changed on a form
would know what i mean.

this may be useful for vb programmers who would like to do automatic merges
of form and control files across branches instead of just code.

shoot me an email if you're interested and i'll mail the code...

cheers,
matt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]