[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Eclipse shell? CLI?
|
- From: Kai Grossjohann <kai@xxxxxxxxxxxxxx>
- Date: Tue, 27 Mar 2007 12:17:26 +0200
- Cancel-lock: sha1:Ph+Glr+SogFDj9k7/zFWkzdtkuk=
- Newsgroups: eclipse.newcomer
- Organization: EclipseCorner
- User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.93 (gnu/linux)
Is there a plugin that provides a shell-like interface (CLI?) to
Eclipse?
By this I mean a window with a prompt, and then the user may enter
commands at that prompt that are then executed. Completion should be
provided for command names and command arguments. Also, a command
history should be provided for recalling past commands.
For instance, I could imagine a command "edit Java class" that accepts
a Java class name as argument and then opens the Java source file
editor on that class.
Or a command "build" that accepts a project name as argument and then
builds that project.
Or "search -i -pattern '*.java' -scope ws 'foo'" which does a file
search for the string foo, case-insensitively, in files matching the
pattern *.java in the whole workspace.
Kai