mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fixed bug#43776
This commit is contained in:
parent
dcbbea5b74
commit
7348d15aa0
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-09-26 David Inglis
|
||||
fixes: https://bugs.eclipse.org/bugs/show_bug.cgi?id=43776
|
||||
|
||||
* src/org/eclipse/cdt/internal/ui/text/CWordFinder.java
|
||||
|
||||
2003-09-25 Andrew Niefer
|
||||
-bug43129 - Search: Cannot search for definitions of global variables
|
||||
- modify UI to allow selecting Definitions for more items
|
||||
|
|
|
@ -175,6 +175,7 @@ public class CWordFinder
|
|||
while(pos >= 0) {
|
||||
c = document.getChar( pos );
|
||||
if(functionend == -1 && c == ' ' ) {
|
||||
pos--;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue