summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Contact -> qt-project.orgEike Ziller2012-07-19222-666/+222
* C++: Change back highlighting of typesLeandro Melo2012-07-171-1/+0
* C++: Changes in semantic highlightingLeandro Melo2012-07-171-4/+5
* Added tooltips on completions proposalsSergey Shambir2012-07-172-1/+7
* Text Editor: Fix handling of snippet parameter with no nameBojan Petrovic2012-06-291-3/+1
* [CodeAssist] Logical sort of proposals.Francois Ferrand2012-06-281-1/+28
* Make PluginManager mostly static.Eike Ziller2012-06-195-21/+16
* Fix qbs code styleYuchen Deng2012-06-191-1/+1
* Fix qbs build with Qt5 (part2)Yuchen Deng2012-06-191-1/+1
* Mac: Sanitize shortcuts.Eike Ziller2012-06-111-1/+1
* TextEditor: menu for pasting from clipboard history.Francois Ferrand2012-06-059-45/+218
* Show warning with continue/cancel in case of many search resultsEike Ziller2012-06-052-1/+13
* CppHighlighter: highlight all functions/methods.Francois Ferrand2012-06-053-0/+3
* TextEditor: Cleanup qbsOrgad Shaneh2012-06-051-121/+146
* ActionManager API cleanup.Eike Ziller2012-05-253-75/+71
* Mac: Avoid more Opt+<char> shortcuts.Eike Ziller2012-05-231-2/+2
* Get rid of lots of ifdef Q_OS_MAC for shortcuts.Eike Ziller2012-05-232-17/+5
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-2312-95/+26
* Fix the rest of the warnings about integer sign change with ICCThiago Macieira2012-05-221-1/+1
* Mark canceled searches as such.Eike Ziller2012-05-221-1/+1
* explicitly enable exceptions where they are requiredKonstantin Ritt2012-05-211-0/+1
* editormanager: simplify use of interfacehjk2012-05-117-16/+12
* use Core::Id for IMode::id and IMode::typehjk2012-05-081-1/+1
* Compile fixRobert Loehning2012-05-071-1/+1
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-05-073-5/+17
|\
| * Translate editor display names in correct context.Konstantin Tokarev2012-05-071-1/+2
| * Actually return somethingDaniel Teske2012-05-031-1/+1
| * BaseTextMark: Use (explicit) two phase initilizationDaniel Teske2012-05-032-3/+14
* | compile fixhjk2012-05-031-1/+1
* | 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