Qt Creator in Emacs keybind -


any way realize emacs keybind on qt creator (qtc)?

some possibilities:

build error emacskeys:

user@host:/usr/share/qtcreator/qt-creator-2.5.0-src$ sudo /usr/local/trolltech/qt-4.8.2/bin/qmake && make cd src/ && /usr/local/trolltech/qt-4.8.2/bin/qmake /usr/share/qtcreator/qt-creator-2.5.0-src/src/src.pro -o makefile failure open file: /usr/share/qtcreator/qt-creator-2.5.0-src/src/makefile unable generate makefile for: /usr/share/qtcreator/qt-creator-2.5.0-src/src/src.pro make: *** [src/makefile] error 5 

environment) ubuntu 10.04, qt 4.8.2, qt 2.5

inspired this comment, i've managed configure emacs keybind, using qtc's feature.

  1. "environment" -> "keyboard" tab
  2. download config file here
  3. import it.

note i've included simple text editor commands (e.g. c-a, c-e etc.).


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -