[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[TSVN] Re: Wish: Case-insensitivity within files

From: Jens Scheidtmann <Jens.Scheidtmann_at_bayerbbs.com>
Date: 2005-07-07 13:12:48 CEST

"McKenna, Simon (RGH)" <Simon.McKenna@rgh.sa.gov.au> writes:

> -> A better solution might be to write a pre-processor which
> -> converts files into VB preferred format, so that VB never
> -> wants to change anything.

The problem is, that VBA (at least) likes to change case of variables,
methods and the like as you edit it.

e.g. You have in some module defind a variable "Test", if you now
later define another variable "test", the VBA editor might change all
occurences of "Test" to read "test"...

AFAIK this also applies to methods / variables. Define a variable with
the name of a method, but different casing, the method will adopt the
casing of the variable.

In that sense there's no preferred format, unless you have strict
coding guidelines.

Jens

-- 
Jens.Scheidtmann@bayerbbs.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Jul 7 13:13:27 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.