Version: CVS (using KDE KDE 3.1) Installed from: RedHat RPMs Typing the TAB key is not entering a tab into the text with the QTEditor. By default TAB is set to the editor INDENT function. I think TAB should default to entering a tab character and let the user changing it if they want. I turned off the assignment of TAB to INDENT and TAB still didn't add tabs to my file. Using Ctrl-I does add a tab char. Actual tab chars are required when editing Makefiles and some other config files.
qEditor is designed to behave similar to emacs, so the TAB key will indent by default. There's a flag (m_tabIndent in qeditor.h) which switches Tab-Indenting off, but afaik it is not publically available. If you want this bug fixed, just add a new checkbox to the configuration dialog, save the setting and send a patch :)
I went into the key assignment dialog and set the mapping for TAB to none from it's default of indent. Shouldn't that have restored the TAB key as entering a TAB character?
QEditor has been removed for KDevelop 4 and none of these bugs will be fixed between now and then.