PDA

View Full Version : Strange problem with text search in Qt Creator



gib
26th September 2010, 02:23
I was having trouble finding some text in my code, so I delved into the issue a bit. It is very strange. If I search for each individual alphabet letter (lower case), I find that all can be found except ‘e’, ‘g’, ‘o’, ‘q’, ‘u’, and ‘y’. But it’s more complicated than that. For example, ‘pr’ is not found. ‘oo’ and ‘ool’ are not found, but ‘bool’ is found. I can see no rhyme or reason to the failures. There must be a logic to it – maybe somebody can tell me.

BTW this is Qt Creator 2.0.1, based on Qt 4.7.0 (32-bit), running on Windows 7.

Lykurg
26th September 2010, 02:45
The locator has special keys; see here: http://doc.qt.nokia.com/qtcreator-2.0/creator-editor-locator.html