| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.TXT | 2009-09-26 | 1.4 kB | |
| Easy_Shell_1.3.1_Release_Note.txt | 2009-09-26 | 601 Bytes | |
| Easy_Shell_1.3.1.zip | 2009-09-26 | 32.7 kB | |
| Totals: 3 Items | 34.7 kB | 0 | |
Easy Shell 1.3.1 plugin for Eclipse
-----------------------------------
This plugin allows to open a shell window or file manager from the
popup menu in the navigation tree or editor view.
The current directory of the opened shell is the directory which
was selected with the popup menu.
Additionally it is possible to run selected file in the shell.
The plugin is platform-independent in principal. It just launches
a (configurable) system command to open the shell. The following
platform / shell combinations are supported as selections
available from the drop-down-list in the preferences page:
Windows:
- DOS-Shell / Explorer
- PowerShell / Explorer (check path of PowerShell executable!)
- Cygwin (Bash) / Explorer (check path of Cygwin-bash executable!)
Linux (and other):
- KDE Konsole / Konqueror
- Gnome Terminal / Nautilus
- CDE Xterm / Dtfile (not tested!)
But you can configure any shell you like as long as you can figure
out how to run a command to open the shell with a given working
directory. The following substitution variables are available
for building the exec command:
{0} = The drive letter (only Windows, not used on other platforms)
{1} = The selected directory path
{2} = The selected file or directory path
{3} = The selected file name
{4} = The project name of selected directory or path (for external files it's "Easy Shell")