Community
Participate
Working Groups
Build Identifier: M20100909-0800 I'd like to be able to include the set of files in my workspace in the control-3 completion proposals, not just the files that happen to be open. Thanks! Reproducible: Always
Couldn't you just use Ctrl+Shift+R?
(In reply to comment #1) > Couldn't you just use Ctrl+Shift+R? I too wish that Open * dialogs integrated into Quick Access, so that Ctrl+3 is the only shortcut I would use (esp in e4, its very useful to have it in the search bar). But Quick Access calculates all the combinations in the UI thread (being used for "quick" accessing, that does makes sense). If only Quick Access uses a separate job for calculating this, it would be possible for that
I don't think it is practical except for very small workspaces.
Oleg: What is not practical about it? If it can be supported practically via Ctrl-Shift-R, why shouldn't it be practical in the ctrl-3 search? Why should workspace files be singled out as excluded from the ctrl-3 search, but many other items (opened files, commands, etc.) are included?
(In reply to comment #4) > Oleg: What is not practical about it? If it can be supported practically via > Ctrl-Shift-R, why shouldn't it be practical in the ctrl-3 search? Why should > workspace files be singled out as excluded from the ctrl-3 search, but many > other items (opened files, commands, etc.) are included? In Open Resource dialog, the filtering is done *after* you type the chars. The filtering is done in a separate job, so that the UI remains responsive. This works well even if you have very large set of files. But in Quick Access dialog, since, as its meant to get access to the things *quick*, the list of all items are received first before opening the dialog and then the filtering is done on the items in the UI thread as you type. If you want to get the list of all files in the workspace, it won't be quick anymore. To add this feature we have to basically change the way the Quick Access works now. And then we may have to open up it as an API, so that Open Type or Open Plugin Artifact can also be added by JDT & PDE
*** This bug has been marked as a duplicate of bug 167010 ***