mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
Re-added lost 'auto-inject' in the project wizard's workflow template to call of 'OutlineTreeProviderFragment2' (related to #641, c064033e22973955dfae969680cbdec5efe1d808)
Signed-off-by: Christian Schneider <christian.schneider@itemis.de>
This commit is contained in:
parent
c2e0ad7397
commit
d2decd2c84
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ class RuntimeProjectDescriptor extends TestedProjectDescriptor {
|
|||
}
|
||||
|
||||
// outline API
|
||||
fragment = ui.outline.OutlineTreeProviderFragment2 {}
|
||||
fragment = ui.outline.OutlineTreeProviderFragment2 auto-inject {}
|
||||
|
||||
// quick outline menu contribution
|
||||
fragment = ui.outline.QuickOutlineFragment2 auto-inject {}
|
||||
|
|
Loading…
Reference in a new issue