mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[481047] generate proper marker type ids
This commit is contained in:
parent
b9665965d1
commit
f26de8d6b7
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class QuickfixProviderFragment2 extends AbstractInheritingFragment {
|
|||
}
|
||||
|
||||
protected def addRegistrationToPluginXml() {
|
||||
val markerTypePrefix = grammar.eclipsePluginBasePackage + "." + grammar.simpleName.toLowerCase
|
||||
val markerTypePrefix = projectConfig.eclipsePlugin.name + "." + grammar.simpleName.toLowerCase
|
||||
val executableExtensionFactory = grammar.eclipsePluginExecutableExtensionFactory
|
||||
|
||||
projectConfig.eclipsePlugin.pluginXml.entries += '''
|
||||
|
|
Loading…
Reference in a new issue