Bug 391095 - [sd90] after enabling global providers entries are not shown in Entries tab
Summary: [sd90] after enabling global providers entries are not shown in Entries tab
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 8.1.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-04 04:28 EDT by Caroline Klausecker CLA
Modified: 2020-09-04 15:18 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caroline Klausecker CLA 2012-10-04 04:28:03 EDT
Steps to reproduce:
- Within property page "Preprocessor Incluede Paths, Macros etc > Provider" enable a provider which matches the languages currently shown within the Entries tab.
- Make sure that the following is selected "Share setting entries between projects (global provider)"
- Apply
- Move to Entries tab
   - provider is shown, but corresponding entries are not shown

When using the provider as "unshared", the entries are shown. (after re-opening the properties page because of 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=391091
Comment 1 Andrew Gvozdev CLA 2012-10-06 16:12:21 EDT
This might be a slightly different flavor of bug 391091. Initially (in new workspace) global/shared providers are empty/not initialized. When you apply one for a project, it will run its command in background and discover entries after some delay which is not reflected by current property page. This happens only once for the first project, next time or next project the entries will be shown right away.

If you don't see entries at all, another possible reason would be that the provider failed to discover entries?