Quote:
Originally Posted by
Corona688
It sounds like you want Eclipse.
Dear Corona,
your wordings helped me. I did it. After this only i think about Eclipse, and is it possible or not. Yes , it is possible.
click
ShellED or
ShellED makes it possible. Tried it. Its working fine.
You know , it gives all MAN pages as tool tip.. !!
To make shell script working in Eclipse:
1. Download Eclipse ( I prefer Helios version ) tar/zip and extract.
2. Now Just Download (no need to unzip) ShellEd-Update-2.0.0_M3.zip or any version.
3. Open Eclipse --> Help -> Install New software
4. Click on "Helios - http://download.eclipse.org/releases/helios" --> press enter
5. Add ShellEd**.zip file path to the text box in install new software
6. Install Linux tools (all) in it. ( install any dependencies if asking )
Dependencies - (if needed , add to the text box and press enter and install)
shell dependancy -
http://pydev.org/nightly
shell script dependancy -
http://pydev.org/updates
Installation over.
Now you can add a new project. Create new file (test.sh) in new project.
A new menu called command will be installed. From that select shell script and make the test.sh file executable.
Run the file.
Enjoy working with shell in Eclpse.
.