EasyShell
EasyShell copied to clipboard
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,...
## Expected Behavior No exceptions in the log. ## Actual Behavior A lot of log entries like this: ``` !ENTRY org.eclipse.ui 4 0 2022-08-14 15:47:58.832 !MESSAGE Unhandled event loop exception...
In the versions before [pre-release v2.3.0-beta.2](https://github.com/anb0s/EasyShell/releases/tag/v2.3.0-beta.2) the selection in editor was used to create new resource selection that just tried to find files and/or folders from selected text. The text...
I want to execute the easyshell commands in other plugin, but haven't found a example. Is there any? Thanks.
We need a generic way to define tools: - name - UUID - executable - search paths (user may override or extend them) - available for OS (Windows, Linux, Mac...
For some tools (diff, merge etc.) we need a way to provide number of selected resources e.g. [1..1], [1..3], [1..*] etc. A command can define needed cardinality and menu can...
There's an eclipse plugin `TM Terminal` that is an eclipse view that embeds `cmd` into eclipse on Windows. When I open a Terminal window there, I find myself in my...
## Expected Behavior User should know which shortcut can use to do the default commands, like for example "show in explorer (alt+x)" As reference you can see run as menu,...
If started first time with new workspace EasyShell creates default menu entries for some OSs, e.g. - Windows - MacOS X - Linux/Unix with some simple distriubution and used desktop...
EasyShell executes commands with selected resources (files, folders, etc.) immediately. Sometimes we want to ajust (add, remove etc.) the selections from "Open Resource" dialog or "Project Explorer" before executing commands....