summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* texteditor: use an enum instead of QString as color idshjk2012-05-0315-193/+296
* Make ITextMark::widthFactor() and visible() non virtualDaniel Teske2012-05-022-7/+26
* Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-302-2/+2
* OS X: use control key as modifier for ctrl-n/ctrl-p navigationMartin Aumùˆller2012-04-191-0/+8
* Fix compilation with Qt 5.Friedemann Kleint2012-04-182-7/+1
* Mark ITextMark as non copyableDaniel Teske2012-04-181-0/+1
* Added default implementation for IEditorFactory::open().Konstantin Tokarev2012-04-182-8/+0
* qtcassert: move actual printing to separate function and enforce stylehjk2012-04-177-13/+14
* Fixed completion list not appearing when function signature is shownOto Magaldadze2012-04-131-2/+5
* qbs files: use Qt5 module dependenciesJoerg Bornemann2012-04-101-1/+1
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-04-0511-64/+169
|\
| * BaseTextMark: Support renaming filesDaniel Teske2012-04-054-4/+66
| * Fix reloading removing all BaseTextMarksDaniel Teske2012-04-057-69/+105
| * Editor: Fix crash in generic highlighterLeandro Melo2012-04-054-2/+9
* | Unbreak compilation after mergeDaniel Teske2012-04-041-2/+3
* | qbs files: missing dependency fixedJoerg Bornemann2012-04-021-0/+4
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-291-2/+2
|\ \ | |/
| * Avoid native filenames in QML referencesOrgad Shaneh2012-03-291-2/+2
* | Revert "CppHighlighter: highlight all functions/methods."Erik Verbruggen2012-03-292-2/+0
* | CppHighlighter: highlight all functions/methods.Francois Ferrand2012-03-292-0/+2
* | Added TextEditor commands FollowSymbol and JumpToFile.Konstantin Tokarev2012-03-285-1/+30
* | Add a scratch file wizardThomas Hartmann2012-03-271-2/+53
* | Wizards: allow forcing of first letter to be a capital letterThomas Hartmann2012-03-261-53/+2
* | Add a scratch file wizard.Friedemann Kleint2012-03-261-2/+53
* | Merge branch 'master' of ssh://codereview.qt-project.org/qt-creator/qt-creatorEike Ziller2012-03-211-2/+2
|\ \
| * | Disable carbon workarounds on Qt 5.Morten Johan Sorvig2012-03-211-2/+2
* | | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-211-2/+3
|\ \ \ | |/ / |/| / | |/
| * texteditor: allow quickfixes also in overwrite modehjk2012-03-161-2/+3
* | TextEditor: Avoid duplicates in circular clipboard.Francois Ferrand2012-03-151-0/+10
* | Editor: Add feature for set/unset UTF-8 BOMYuchen Deng2012-03-155-0/+27
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-141-4/+4
|\ \ | |/
| * BaseTextMark: Remove checks for linenumber after updateLineNumberDaniel Teske2012-03-131-4/+4
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-122-2/+3
|\ \ | |/
| * Prohibit empty id in code style poolJarek Kobus2012-03-122-2/+3
* | C++: Lambda formatting issues.Flex Ferrum2012-03-121-3/+4
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-089-49/+103
|\ \ | |/
| * Editor help tool tip options cleanup.Eike Ziller2012-03-074-30/+84
| * Normalized connect()sRobert Loehning2012-03-065-19/+19
* | Port Qt Creator to the new plugin system of Qt 5.Friedemann Kleint2012-03-021-0/+1
|/
* TextEditor: Select current block on double-click only with left-buttonOrgad Shaneh2012-03-011-5/+7
* Make TaskMarks clickable and jump to the right task in the taskwindowDaniel Teske2012-03-014-1/+22
* Marks: If there are more then 3 marks, paint the highest priorityDaniel Teske2012-03-011-2/+18
* Fix compilation of QmlJS code formatter test.Christian Kamm2012-02-286-103/+196
* qbs: CleanupOrgad Shaneh2012-02-281-5/+2
* Add namespace TextEditor around DocumentMarkerDaniel Teske2012-02-221-0/+2
* Initialize ITextMark with a lineNumberDaniel Teske2012-02-215-20/+20
* add qbs filesJoerg Bornemann2012-02-201-0/+262
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-2017-58/+58
* Supply c++11 flags and per-project info to c++ code model.Erik Verbruggen2012-02-164-3/+9
* Compile, i have no idea why that was not part of the last commitDaniel Teske2012-02-161-5/+5