anb0s / EasyShell

EasyShell - This Eclipse plugin allows to open a shell window or file manager from the popup menu in the navigation tree or editor view. Additionally it is possible to run selected file in the shell, copy file or directory path or run user defined external tools. Key shortcuts and multiple selections are also supported!

Home Page:http://anb0s.github.io/EasyShell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

warnings at main branch

anb0s opened this issue · comments

fix compiler warnings at main branch

Description	Resource	Path	Location	Type
The import org.eclipse.jface.text.IBlockTextSelection is never used	ResourceUtils.java	/de.anbos.eclipse.easyshell.plugin/src/de/anbos/eclipse/easyshell/plugin/misc	line 31	Java Problem
The import org.eclipse.jface.text.ITextSelection is never used	ResourceUtils.java	/de.anbos.eclipse.easyshell.plugin/src/de/anbos/eclipse/easyshell/plugin/misc	line 30	Java Problem
The type ResourceNavigator is deprecated	DefineCommands.java	/de.anbos.eclipse.easyshell.plugin/src/de/anbos/eclipse/easyshell/plugin/commands	line 51	Java Problem