summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Migrate ManhattanStyle to use QProxyStyleJens Bache-Wiig2010-02-231-1/+1
* Use mini scrollbars for popups on Mac.con2010-02-191-0/+7
* Dropping files into the editor shouldn't insert file:///...Thorbjørn Lindeijer2010-02-192-0/+13
* Add a (very) simple image viewer.con2010-02-181-1/+1
* Block highlight works incorrectly with methods having parameters split in sev...mae2010-02-171-2/+5
* Fixed the border of the completion widgetThorbjørn Lindeijer2010-02-171-5/+4
* Simplified the structure of the CompletionWidgetThorbjørn Lindeijer2010-02-172-112/+181
* texteditor: add missing parts to previous commithjk2010-02-122-5/+13
* texteditor: cosmeticshjk2010-02-121-1/+0
* Style fixes and small optimizations to guessSpacesForTabsThorbjørn Lindeijer2010-02-082-7/+9
* fix crash on files with no indented linesRoopesh Chander2010-02-081-2/+4
* make auto-spaces-for-tabs work only if spaces-for-tabs is checkedRoopesh Chander2010-02-081-1/+1
* Look both forward and backward for auto-determining spaces vs tabsRoopesh Chander2010-02-082-14/+21
* cleanWhitespace() checkes whether it has to change indentation or not. handle...Roopesh Chander2010-02-083-5/+7
* enable auto-determination of spaces/tabs for cleaning whitespace as wellRoopesh Chander2010-02-081-1/+1
* Pass the current block in all applicable invocations of TabSettings::indentat...Roopesh Chander2010-02-082-5/+4
* don't go searching backwards for more than a hundred lines of codeRoopesh Chander2010-02-081-1/+2
* A little code-beautification won't hurtRoopesh Chander2010-02-081-7/+7
* Add a checkbox for 'auto-determine spaces or tabs from the previous line'Roopesh Chander2010-02-083-45/+99
* Ability to auto-determine whether we want spaces instead of tabs or notRoopesh Chander2010-02-082-5/+27
* Fix navigation history issues.con2010-02-082-3/+8
* Adding indented braces option.Jeffrey Baumes2010-02-054-3/+21
* Merge branch '1.3'Thorbjørn Lindeijer2010-02-041-3/+3
|\
| * Avoid drawing a black rectangle due to invalid background for disabled codeThorbjørn Lindeijer2010-02-021-3/+3
* | texteditor: remove traces of TEXTEDITOR_STANDALONEhjk2010-02-043-23/+9
* | Moved indentation utility method from CPPEditor into BaseTextEditor.Erik Verbruggen2010-02-032-0/+8
* | Don't insert a snippet for-loop when pressing Ctrl+HThorbjørn Lindeijer2010-02-031-2/+2
* | Fix some code scanning issues.Friedemann Kleint2010-02-021-1/+1
* | Changed BaseTextEditor::Link to use a pair of offsets (begin, end) instead of...Roberto Raggi2010-02-012-8/+8
* | Fix some code scanning issues.Friedemann Kleint2010-02-012-2/+2
* | Fix some code scanning issues.Friedemann Kleint2010-02-013-4/+4
* | Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-292-2/+2
|\ \ | |/
| * remove trailing whitespaceOswald Buddenhagen2010-01-291-1/+1
* | Merge branch 'origin/1.3' (early part)Oswald Buddenhagen2010-01-291-7/+20
|\ \ | |/
| * Don't draw the right margin border on top of the textThorbjørn Lindeijer2010-01-251-11/+12
| * Fixed performance issue with scrolling when using X11 graphics systemThorbjørn Lindeijer2010-01-251-8/+11
* | Removed the extra frame around our completion box when compiling for Q_WS_MAC.Roberto Raggi2010-01-281-1/+3
* | fix smart backspace handlingmae2010-01-281-1/+4
* | Automagically pop up the completion box (experimental) for QML/JS code (exper...Roberto Raggi2010-01-283-0/+9
* | Generalized the filtering of completion items.Roberto Raggi2010-01-262-1/+101
* | don't allow keys with empty text to reset the currently selected completion itemMartin Aumüller2010-01-211-0/+3
* | Made Join Lines work with a multi-line selectionThorbjørn Lindeijer2010-01-211-15/+26
* | Fixed Join Lines action when dealing with wrapped linesThorbjørn Lindeijer2010-01-211-3/+3
* | Removed the "Join Lines Up" actionThorbjørn Lindeijer2010-01-215-41/+14
* | Collapse or expand trailing whitespaces to oneFalco Hirschenberger2010-01-211-0/+4
* | Add join-line up/down feature to text editorFalco Hirschenberger2010-01-215-0/+58
* | Don't show focus rect for completion widget on Mac.con2010-01-211-0/+1
* | Text editor settings cleanup to avoid some copyingThorbjørn Lindeijer2010-01-206-32/+23
* | first iteration of snippet support for qmlmae2010-01-192-13/+43
* | Create completion items for the builtin snippetsRoberto Raggi2010-01-192-3/+9