summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/completionwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
|
* License headers.con2010-12-171-7/+11
|
* Keep the current explicitly selected item.Roberto Raggi2010-08-031-1/+33
| | | | Done with: Thorbjørn Lindeijer
* Allow certain characters to also trigger the completionThorbjørn Lindeijer2010-07-091-0/+15
| | | | | | | | Now you can type characters like ., ( and : to complete the selected item, depending on the type of the completion item. Task-number: QTCREATORBUG-271 Reviewed-by: Roberto Raggi
* Fixed possible crash.Erik Verbruggen2010-05-311-1/+2
| | | | Reviewed-by: Christian Kamm
* Remove snippet tooltip when completion list looses focus.Erik Verbruggen2010-05-311-0/+1
| | | | | Task-number: QTCREATORBUG-1425 Reviewed-by: Christian Kamm
* Use the editor font in the completion widgetThorbjørn Lindeijer2010-05-171-0/+1
| | | | | | | | This is pretty common in other editors, and the application font looks weird if the text editor font is significantly larger. Task-number: QTCREATORBUG-1424 Reviewed-by: Olivier Goffart
* Forward Home and End keys to the editor when completingThorbjørn Lindeijer2010-04-161-0/+3
| | | | | | It's annoying and not very useful if they get grabbed and handled by the completion list. This happened as a side effect of fc1780f126415523f1298fdf8d73b6270fd970c2.
* Put some space between completion info tooltip and delay appearingThorbjørn Lindeijer2010-04-151-4/+9
| | | | Done with mae and Jens Bache-Wiig.
* Unified the three fake tooltip copiesThorbjørn Lindeijer2010-04-151-24/+18
| | | | Reviewed-by: mae
* some minor popup tuningmae2010-04-091-9/+4
|
* if a tooltip, do as tooltip domae2010-04-091-1/+0
| | | | The fake tooltip duplication is not nice.
* use correct tooltip foreground role and drop the unnecessary auto fillmae2010-04-091-1/+3
|
* Implement tooltips for snippetsmae2010-04-091-2/+80
|
* Make completion box hide on an editor undo operationmae2010-03-291-0/+2
|
* Ensure the completion box is initialized before computing its size hint.Roberto Raggi2010-03-291-0/+1
|
* Long live the king!hjk2010-03-051-1/+1
|
* Use mini scrollbars for popups on Mac.con2010-02-191-0/+7
|
* Fixed the border of the completion widgetThorbjørn Lindeijer2010-02-171-5/+4
| | | | Broke in f14c50dabc28962548f1debfb28a62ed125ccb73
* Simplified the structure of the CompletionWidgetThorbjørn Lindeijer2010-02-171-102/+145
| | | | Done-with: Roberto Raggi <roberto.raggi@nokia.com>
* Removed the extra frame around our completion box when compiling for Q_WS_MAC.Roberto Raggi2010-01-281-1/+3
| | | | | Yeah, now it looks as bad as the native completion widget :) Reported by Nigel.
* don't allow keys with empty text to reset the currently selected completion itemMartin Aumüller2010-01-211-0/+3
| | | | | | forwarding keys with empty text() does not restrict the matching items, but updating the list of possible completions resets the currently selected item to the first one
* Don't show focus rect for completion widget on Mac.con2010-01-211-0/+1
|
* implement Ctrl+N/Ctrl-P to select next/previous completion itemMartin Aumüller2010-01-051-0/+25
| | | | | | | | | - this is compatible with choosing completion items in vim - especially when using FakeVim mode, this makes it unnecessary to move the hands from the main row to the arrow keys Merge-request: 2158 Reviewed-by: hjk <qtc-committer@nokia.com>
* Don't wrap around the completion list when auto-repeatingThorbjørn Lindeijer2009-11-231-2/+4
| | | | | | | It can be a bit disturbing if the list suddenly jumps when you don't release the down or up key in time. Done with mae.
* Fixed possible crash when using tab to complete (Qt/Carbon only).Roberto Raggi2009-11-201-2/+12
| | | | | Task-number: QTCREATORBUG-199 Reviewed-by: thorbjorn
* Removed the m_ prefix used in the public members of CompletionItemRoberto Raggi2009-10-051-5/+5
|
* Wrap completion box list when navigating with up/down arrow keys.Daniel Molkentin2009-09-111-0/+10
| | | | Reviewed-by: Thorbjorn Lindeijer
* long live the kinghjk2009-08-141-1/+1
|
* Removing some unused semicolons after Q_UNUSEDAlessandro Portale2009-07-131-1/+1
| | | | There were both variants, with and without extra semicolon.
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Initial work on "Quick Fix".Roberto Raggi2009-06-081-1/+7
|
* ifdef Q_?S_* cleanupOswald Buddenhagen2009-06-031-1/+1
| | | | | | - clear up some Q_OS_LINUX vs. Q_OS_UNIX - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise) - use proper #if-#else cascades instead of free-standing #ifs
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* Put completion widget on correct desktop for good.Daniel Molkentin2009-01-071-2/+2
|
* Allow some more space for popup on most desktopsThorbjørn Lindeijer2008-12-191-0/+4
| | | | | Most desktops allow popups to overlap the taskbar. We should allow this additional space to be used by the completion popup.
* Keep completion popup on the screenThorbjørn Lindeijer2008-12-181-12/+25
| | | | | Pop it upwards when it would otherwise go below the screen and shift it to the left when it would otherwise exit the screen on the right.
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
|
* use QTC_ASSERT instead of Q_ASSERThjk2008-12-091-1/+2
|
* more code cosmeticshjk2008-12-021-0/+1
|
* off-by-one in headershjk2008-12-021-1/+0
|
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
|
* Initial importcon2008-12-021-0/+264