summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/codeassist
Commit message (Expand)AuthorAgeFilesLines
...
* CppEditor: add more sections (protected, ...) for declaration (refactoring)Andrey M. Tokarev2013-04-183-0/+24
* Clean headers in TextEditor.Friedemann Kleint2013-03-277-13/+1
* TextEditor: Simplify testing of code assistantNikolai Kosjar2013-03-202-2/+15
* C++: Fix dangling IDocument* in CppCompletionAssistProcessorNikolai Kosjar2013-03-193-6/+6
* TextEditor: Minimize use of ifdefs.Christian Kandeler2013-03-181-15/+24
* Fix Krazy warnings about includes/header guards in Text Editor.Friedemann Kleint2013-03-121-3/+3
* Fix Krazy warnings about QString::null/clear().Friedemann Kleint2013-03-111-1/+1
* C++: Add some QTC_ASSERT guards in CodeAssistPrivateNikolai Kosjar2013-03-061-1/+5
* C++: prevent cloning the QTextDocument on the UI thread.Erik Verbruggen2013-02-265-11/+23
* qmljseditor: do not complete private propertiesFawzi Mohamed2013-02-112-3/+3
* Incremented year in copyright infoRobert Loehning2013-02-012-2/+2
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-3143-43/+43
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-2943-43/+43
* | Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-161-11/+16
|\ \ | |/
| * C++: fix invalid common prefix calculation.Erik Verbruggen2013-01-141-11/+16
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-084-18/+11
* | CppEditor: simplify CppQuickFixOperation interfacehjk2012-11-071-2/+2
* | CMake: add auto completion for cmake editortomdeblauwe2012-10-252-0/+391
* | Editor: Allow for nicer completion with underscore-style names.Christian Kamm2012-10-151-10/+25
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-0543-922/+879
|\ \ | |/
| * Adjust license headershjk2012-10-0543-922/+879
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-042-0/+22
|\ \ | |/
| * Editor: Fix resizing of proposal widgedDavid Schulz2012-10-022-0/+22
* | Utils::HostOsInfo: Introduce controlModifier() method.Christian Kandeler2012-09-131-4/+2
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-09-112-6/+15
|\ \ | |/
| * Editor: update autocompleter list width.David Schulz2012-09-072-6/+15
* | Utils: Introduce HostOsInfo class.Christian Kandeler2012-08-272-29/+22
|/
* Remove unused member variableTobias Hunger2012-08-071-2/+0
* Contact -> qt-project.orgEike Ziller2012-07-1943-129/+43
* Added tooltips on completions proposalsSergey Shambir2012-07-171-1/+2
* [CodeAssist] Logical sort of proposals.Francois Ferrand2012-06-281-1/+28
* Make PluginManager mostly static.Eike Ziller2012-06-191-2/+2
* Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-301-1/+1
* OS X: use control key as modifier for ctrl-n/ctrl-p navigationMartin Aumùˆller2012-04-191-0/+8
* Fixed completion list not appearing when function signature is shownOto Magaldadze2012-04-131-2/+5
* Disable carbon workarounds on Qt 5.Morten Johan Sorvig2012-03-211-2/+2
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-204-19/+19
* Supply c++11 flags and per-project info to c++ code model.Erik Verbruggen2012-02-161-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-1518-52/+52
* Improve code-assist API isSortableLeandro Melo2012-02-104-4/+6
* Long live the king!hjk2012-01-2643-43/+43
* Replace Q_WS_MAC with Q_OS_MAC.Morten Johan Sorvig2012-01-262-3/+3
* Completion: Fix completion not triggering sometimes.Christian Kamm2011-11-231-2/+2
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-1143-87/+94
|\
| * Allow user to click on arrows on the function hint proposal.wongk2011-11-071-1/+8
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0343-86/+86
* | more Id type fixeshjk2011-11-103-10/+4
* | QuickFixes: Sort by priority.Christian Kamm2011-11-042-25/+9
|/
* more stylehjk2011-09-196-154/+153
* Code assist: Fix doxygen completionLeandro Melo2011-09-151-1/+1