Community
Participate
Working Groups
Bugzilla – Bug 292884
[EditorMgmt] Quick Switch Editor can not by default search on substring
Last modified: 2009-11-17 13:04:27 EST
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.2) Gecko/20090820 Iceweasel/3.5.3 (Debian-3.5.3-1) Build Identifier: I20090917-0100 To search for substrings you need to start with the '*' character which is, at least on my keyboard, a two key combination which makes it uncomfortable to type. It would be very nice if I could configure Eclipse to always search on substrings, sorted by the start-position of the substring. Reproducible: Always Steps to Reproduce: 1. Open file Monkey.java, Ninja.java, Wehey.java 2. C-x b and type ey 3. Nothing is matched.. but the list should be Wehey.java followed by Monkey.java as 'ey' in Monkey.java has a later start-position.
Hmm.. missing details in the description. In Emacs I can match buffers based on multiple substrings, so if I have these buffers open: TestModel.java TestNinja.java ModelWorld.java I could write: m to match TestModel.java and ModelWorld.java mor to match ModelWorld.java esta to match TestNinja.java This way similar files are easily accessible because you know the fragments of the names. More details: http://www.emacswiki.org/emacs/InteractivelyDoThings#toc1
Remy is now responsible for watching the [EditorMgmt] component area.