Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Quick Outline: matching classes and methods against "camel case" expression

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=106228 . The code is in 
org.eclipse.jdt.internal.ui.text.AbstractInformationControl
.NamePatternFilter in the org.eclipse.jdt.ui plug-in.

Please continue discussions in the bug.

Markus



From:
Tomasz Kowalczewski <tomasz.kowalczewski@xxxxxxxxx>
To:
jdt-core-dev@xxxxxxxxxxx
Date:
2011-05-27 13:52
Subject:
[jdt-core-dev] Quick Outline: matching classes and methods against "camel 
case" expression



Hi,

I am new to this list and I did not contribute to any of the eclipse
projects, but I would like to. Here is one thing that was bugging me
about jdt, maybe I could start with that:

I was wondering why can't I search the quick outline using expressions
like "fB" to find "fooBar" methods. I tried to search the bugs
database, the forums as well as this list archives to find if there
was a bug/discussion regarding such feature. No luck so far. Is this
something that I could code and contribute?

Excuse me if this is not a proper way to start involvement in the
project. I will appreciate any feedback I can get.

-- 
Thanks,
Tomasz Kowalczewski
_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev





Back to the top