File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
plugin/src/de/anbos/eclipse/easyshell/plugin Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ public class DefineCommands extends ExtensionContributionFactory {
41
41
public DefineCommands () {
42
42
}
43
43
44
+ @ SuppressWarnings ("deprecation" )
44
45
@ Override
45
46
public void createContributionItems (IServiceLocator serviceLocator , IContributionRoot additions ) {
46
47
if (GeneralDataStore .instance ().getData ().getMenuPopup () != CheckBox .yes ) {
Original file line number Diff line number Diff line change 27
27
import org .eclipse .jface .viewers .ISelection ;
28
28
import org .eclipse .jface .viewers .StructuredSelection ;
29
29
import org .eclipse .swt .widgets .Event ;
30
- import org .eclipse .jface .text .ITextSelection ;
31
- import org .eclipse .jface .text .IBlockTextSelection ;
32
30
import org .eclipse .ui .IEditorInput ;
33
31
import org .eclipse .ui .IEditorPart ;
34
32
import org .eclipse .ui .IFileEditorInput ;
You can’t perform that action at this time.
0 commit comments