sourceinfo support for case insensitive languages
Oliver Kellogg
Oliver.Kellogg at t-online.de
Sat May 3 14:44:04 UTC 2003
Hi,
Ada is a non case-sensitive language.
This is important when the AdaStoreWalker needs to look up a
name in the kdevelop/lib/sourceinfo classes.
My question is, how to change the Parsed*Container classes to
make the QDict constructor's case_sensitive flag accessible.
A very primitive solution would be to have a global bool
which can be set true to enable case insensitivity.
The important thing is that this flag must be set *before*
any QDict object gets constructed.
But I'm sure there are better ways?
Thanks,
Oliver
More information about the KDevelop-devel
mailing list