Revision cc015af...

Go back to digest for 27th February 2011

Features in Development Tools

David Nolden committed changes in [kdevplatform] /:

- Add the basis of a shell environment which allows controlling a connected kdevelop instance through very easy and comfortable shell commands. When the environment is active, you can:
* open/create arbitrary files from the shell right into kdevelop
* raise the window
* start a grepview search
- Allow putting a semicolon-separated list of items in the "Directory" line of the grep-dialog.
- Rename the label to "Location(s)", as it is not strictly a directory anymore, already for some time.
- Expose via dbus:
* Name of the current session
* An interface to start a search in the grepview plugin
* An interface to open documents

File Changes

Added 1 files
  • util/kdevplatform_shell_environment.sh
Modified 11 files
  •   shell/documentcontroller.cpp
  •   shell/documentcontroller.h
  •   shell/mainwindow.h
  •   shell/sessioncontroller.cpp
  •   shell/sessioncontroller.h
  •   util/CMakeLists.txt
  •   plugins/grepview/grepdialog.cpp
  •   plugins/grepview/grepdialog.h
  •   plugins/grepview/grepviewplugin.cpp
  •   plugins/grepview/grepviewplugin.h
  •   plugins/grepview/grepwidget.ui
12 files changed in total