Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-core-dev] eclipse command shell, was: Issues with large-scale development

Peter Kriens Tuesday, November 9, 2004, 8:16:20 AM
> - Support a command line shell (with completion!) which allows you
>   to switch between projects. I.e. typing "cd
>   ../org.osgi.impl.service.cm" and "ed Configuration.java" is a lot
>   faster than clicking the mouse. Would be nice to have lots of
>   commands there to minimize the need for the mouse.

44156 is somewhat less than what you describe, but certainly seems
compatible:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=44156
>> I believe Eclipse usability could be enhanced by providing an
>> interface similar to Emacs' M-x (or Alt-x) name-of-command gesture.

<snip>

>> In Emacs, one can invoke a command directly (M-x name-of-command),
>> as well as by keybinding. This is useful, because often the name of
>> the command (which can be tab-completed in the minibuffer) is more
>> mnemonic than the keybinding.

>> Why not provide similar functionality in Eclipse? M-x could bring
>> up a simple text dialog into which the user could enter a command.

A real shell would be even better!

>> The names of the command could be the same as those currently
>> exposed in the Workbench>Keys preference page.

>> This would also be a useful interface for user-defined commands ...



Back to the top