Revision 3451092...
Go back to digest for 8th May 2011Features in Development Tools
David Nolden committed changes in [kdevplatform] /:
Further improve the terminal integration:
- Automatically attach to the current session in spawned integrated konsole parts.
- Change the naming scheme of the commands to always end with a "!", so they don't clash with other shell commands.
- Add a "sync!" command which synchronizes the terminal working directory with the currently active document.
- Add an 'exec! FILE ...' command which executes a command on the client machine through the external-script integration.
- Add short commands for each command, eg. "s!" instead of "sync!".
- Don't show the whole command list after attaching to a session. Instead, just point to the "help!" command.
- Be less verbose when forwarding the d-bus connection through ssh.
File Changes
Modified 10 files
- shell/documentcontroller.cpp
- shell/documentcontroller.h
- util/kdevplatform_shell_environment.sh
- plugins/externalscript/externalscriptitem.cpp
- plugins/externalscript/externalscriptitem.h
- plugins/externalscript/externalscriptjob.cpp
- plugins/externalscript/externalscriptplugin.cpp
- plugins/externalscript/externalscriptplugin.h
- plugins/konsole/kdevkonsoleview.cpp
- util/dbus_socket_transformer/main.cpp
10 files changed in total