mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[idea] fixed problem with deletion of folders not triggering events for its children, registered IndexedJvmTypeAccess for auto builder
This commit is contained in:
parent
1ff3694546
commit
6c42b0f6c4
1 changed files with 3 additions and 3 deletions
|
@ -54,11 +54,11 @@ public class ResourceDescriptionsProvider implements IResourceDescriptionsProvid
|
|||
* */
|
||||
public static final String PERSISTED_DESCRIPTIONS = "org.eclipse.xtext.builder.impl.PersistentDataAwareDirtyResource.PERSISTED_DESCRIPTIONS";
|
||||
|
||||
@Inject
|
||||
@Inject(optional = true)
|
||||
@Named(NAMED_BUILDER_SCOPE)
|
||||
private Provider<IResourceDescriptions> builderScopeResourceDescriptions;
|
||||
|
||||
@Inject
|
||||
@Inject(optional = true)
|
||||
@Named(LIVE_SCOPE)
|
||||
private Provider<IResourceDescriptions> liveScopeResourceDescriptions;
|
||||
|
||||
|
@ -66,7 +66,7 @@ public class ResourceDescriptionsProvider implements IResourceDescriptionsProvid
|
|||
@Named(PERSISTED_DESCRIPTIONS)
|
||||
private Provider<IResourceDescriptions> persistedResourceDescriptions;
|
||||
|
||||
@Inject
|
||||
@Inject(optional = true)
|
||||
private Provider<IResourceDescriptions> resourceDescriptions;
|
||||
|
||||
public IResourceDescriptions getResourceDescriptions(Resource resource) {
|
||||
|
|
Loading…
Reference in a new issue