| How to modify ContainerBasedScope in a SimpleScope way? [message #522320] |
Mon, 22 March 2010 06:30  |
Tim S. Messages: 22 Registered: March 2010 Location: Hannover |
Junior Member |
|
|
Hello,
my primary subject is to get case insensitivity working on crossreferences.
So I bound my own linkingservice with these changes:
eObjectDescription = getContentByNameIgnoreCase(scope,s);
...
while (contents.hasNext()) {
IEObjectDescription element = contents.next();
if (name.equalsIgnoreCase(element.getName()))
return element;
}
...
But when reaching the ContainerBasedScope, i can't find the corresponding point where the names will be compared.
Does this indexing thing allow me to get this working in some way?
regards
Tim S.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03341 seconds