mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2025-02-06 10:30:18 +00:00
Fix package infix for CompilerSymbolsView
This commit is contained in:
parent
f85cc96663
commit
e2989f03c1
@ -537,8 +537,8 @@
|
||||
category="org.eclipse.debug.ui"
|
||||
class="com.wudsn.ide.lng.symbol.CompilerSymbolsView"
|
||||
icon="icons/outline-label-definition-16x16.gif"
|
||||
id="com.wudsn.ide.lng.editor.CompilerSymbolsView"
|
||||
name="%com.wudsn.ide.lng.editor.CompilerSymbolsView.name"
|
||||
id="com.wudsn.ide.lng.symbol.CompilerSymbolsView"
|
||||
name="%com.wudsn.ide.lng.symbol.CompilerSymbolsView.name"
|
||||
restorable="true">
|
||||
</view>
|
||||
</extension>
|
||||
|
@ -54,7 +54,7 @@ import com.wudsn.ide.lng.compiler.CompilerSymbolType;
|
||||
// TODO Add column sorting
|
||||
public final class CompilerSymbolsView extends ViewPart {
|
||||
|
||||
public static final String ID = "com.wudsn.ide.lng.editor.CompilerSymbolsView";
|
||||
public static final String ID = "com.wudsn.ide.lng.symbol.CompilerSymbolsView";
|
||||
|
||||
// Model
|
||||
private CompilerFiles compilerFiles;
|
||||
|
Loading…
x
Reference in New Issue
Block a user