File tree Expand file tree Collapse file tree
plugin/src/de/anbos/eclipse/easyshell/plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ public class DefineCommands extends ExtensionContributionFactory {
4141 public DefineCommands () {
4242 }
4343
44+ @ SuppressWarnings ("deprecation" )
4445 @ Override
4546 public void createContributionItems (IServiceLocator serviceLocator , IContributionRoot additions ) {
4647 if (GeneralDataStore .instance ().getData ().getMenuPopup () != CheckBox .yes ) {
Original file line number Diff line number Diff line change 2727import org .eclipse .jface .viewers .ISelection ;
2828import org .eclipse .jface .viewers .StructuredSelection ;
2929import org .eclipse .swt .widgets .Event ;
30- import org .eclipse .jface .text .ITextSelection ;
31- import org .eclipse .jface .text .IBlockTextSelection ;
3230import org .eclipse .ui .IEditorInput ;
3331import org .eclipse .ui .IEditorPart ;
3432import org .eclipse .ui .IFileEditorInput ;
You can’t perform that action at this time.
0 commit comments