| Summary: | QT Editor - tab key should enter a tab | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Jon Smirl <jonsmirl> |
| Component: | QEditor | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | RedHat Enterprise Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jon Smirl
2003-07-28 23:44:23 UTC
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. |