knud van eeden wrote:
> Possible strategy:
> 1. Method: Split in changing and non changing parts
> Work through your .ui file and split it in parts (manually), once.
> Then keep 1 main file, and include the rest of the files.
> This is how my main file looks:
> --- cut here: begin --------------------------------------------------
> // TSE general information (changes)
> #INCLUDE ["qedincin.ui"]
> // ─────────────────────────────────────────────────────────────────────────── ───
> // my own macros
> #INCLUDE ["qedinckn.ui"]
> // ─────────────────────────────────────────────────────────────────────────── ───
> // TSE macros
> #INCLUDE ["qedincpr.ui"]
> // ─────────────────────────────────────────────────────────────────────────── ───
> // TSE menus
> #INCLUDE ["qedincme.ui"]
> // ─────────────────────────────────────────────────────────────────────────── ───
> // TSE help
> #INCLUDE ["qedinche.ui"]
> // ─────────────────────────────────────────────────────────────────────────── ───
> // TSE key assignments
> #INCLUDE ["qedincke.ui"]
> // ─────────────────────────────────────────────────────────────────────────── ───
> --- cut here: end ----------------------------------------------------
> So I have 1 main file, and 6 sub (=#include) files.
> I only change the 'TSE key assignments' file usually,
> then save it,
> then load that include file above, and recompile.
> with friendly greetings,
> Knud van Eeden
> ----- Original Message ----
> From: Why Tea <ytl...@gmail.com>
> To: SemWare <semware@googlegroups.com>
> Sent: Saturday, April 26, 2008 3:29:07 PM
> Subject: [TSE] .ui file upgrade
> I put all my customization (macros and key definitions) in a .ui file.
> While I only need to move those customizations across once for each
> new TSE release, it's still not a fun thing to do. I have never looked
> into it, does SC support #include files? What is the best practice of
> maintaining a customized ui file?
> /Why Tea
> ___________________________________________________________________________ _________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
--