Find in Files Problem

General questions regarding the usage of CodeLite
tjulian
CodeLite Enthusiast
Posts: 32
Joined: Tue Nov 11, 2008 12:06 am
Contact:

Find in Files Problem

Post by tjulian »

Using CL2483/Win32, when I do a Find-In-Files case-insensitive search for the text "CopyAllowLine" in the CodeLite workspace, the file Editor.cxx (under scintilla) is not listed in the results when the text clearly exists in the file. In fact, I can open the file editor.cxx, select the text, open Find-in-Files, select Current-File's-Project, and search; it still isn't listed. This works for other *.cxx files.

Is it just me?
--
tj
sdolim
CodeLite Veteran
Posts: 69
Joined: Fri Oct 24, 2008 10:29 pm
Contact:

Re: Find in Files Problem

Post by sdolim »

No, it's not just you. I have this problem with many (most?) files in the Scintilla directory.
Post Reply