Author Topic: Case-sensitive file names in tag files?  (Read 4275 times)

Wanderer

  • Senior Community Member
  • Posts: 557
  • Hero Points: 23
Case-sensitive file names in tag files?
« on: October 17, 2008, 04:48:40 PM »
WinXP sp 3, SlickEdit 13.0.2, h/f 8, VIM emulation

I have a VS 2008 sln with several vcproj files.  Many files appear in more than one project.  Probably because some of the projects were built by different people, the case of the file names isn't consistent.
For exampe:
..\PROJ1\SRC\NUCLEAR.CPP
vs
..\PROJ1\SRC\Nuclear.cpp

When I use Search->Find Symbol and start typing a symbol name, a dialog pops up asking me to select a filename:
..\PROJ1\SRC\NUCLEAR.CPP
..\PROJ1\SRC\Nuclear.cpp

When I select the filename, the entire symbol name is selected (I think this is a hook I added), but as soon as I try to change it, the dialog pops up asking me to select a filename...

Is there a way to turn off this case-sensitivity?

UPDATE:  I am opening the project via a VS 2008 .sln file.  Why would there be two entries in the tag file for the same file?



« Last Edit: November 21, 2008, 04:21:11 PM by Wanderer »

Wanderer

  • Senior Community Member
  • Posts: 557
  • Hero Points: 23
Re: Case-sensitive file names in tag files?
« Reply #1 on: November 21, 2008, 04:21:29 PM »
UPDATE the Second:  Is there a fix or workaround for this?  It makes the Find Symbol toolbar difficult to use.