I'm working on a large application made up of a number of different projects all loaded in the IDE at the same time.
Quite often VB's context-sensitive auto-complete feature changes the capitalisation of variables/method names. Has anyone had this experience and, more importantly does anyone know how to fix it?
What I'm talking about is if you have a method called "ID" in a class sometimes VB will change it to "Id" where you use it (e.g. MyObject.Id) and every time you try to correct the capitalisation it won't let you.
We use VSS to store our source code. When the code comes out of VSS it has correct capitalisation (I checked it using Notepad). However, when it's loaded into VB's IDE it goes screwy.
Hope this makes sense? I've spent all morning trying to sort it out. Any help would be appreciated.
I'm wondering if the VB attributes in the .frm files (e.g. "Attribute VB_PredeclaredId = False") have anything to do with it?




Reply With Quote