mirror of
https://github.com/Minres/RDL-Editor.git
synced 2025-06-12 05:12:23 +02:00
Updated version
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
/RDLEObjectDocumentationProvider.java
|
||||
/RDLEObjectHoverProvider.java
|
||||
/RDLUiModule.java
|
@ -25,7 +25,7 @@ public class RDLUiModule extends AbstractRDLUiModule {
|
||||
return RDLEObjectDocumentationProvider.class;
|
||||
}
|
||||
|
||||
public RDLUiModule(final AbstractUIPlugin plugin) {
|
||||
super(plugin);
|
||||
public RDLUiModule(final AbstractUIPlugin arg0) {
|
||||
super(arg0);
|
||||
}
|
||||
}
|
||||
|
@ -1 +0,0 @@
|
||||
/RDLProposalProvider.java
|
@ -1,2 +0,0 @@
|
||||
/RDLDescriptionLabelProvider.java
|
||||
/RDLLabelProvider.java
|
@ -1 +0,0 @@
|
||||
/RDLOutlineTreeProvider.java
|
@ -1 +0,0 @@
|
||||
/RDLQuickfixProvider.java
|
Reference in New Issue
Block a user