- Nov 09, 2010
-
-
Leandro Melo authored
Reviewed-by: Thorbjorn Lindeijer
-
- Nov 03, 2010
-
-
Oswald Buddenhagen authored
-
- Sep 24, 2010
-
-
Leandro Melo authored
-
- Sep 01, 2010
-
-
Leandro Melo authored
Also some less significant improvements.
-
- Aug 31, 2010
-
-
Leandro Melo authored
-
- Aug 24, 2010
-
-
Leandro Melo authored
-
- Aug 10, 2010
-
-
Roberto Raggi authored
-
- Aug 03, 2010
-
-
Leandro Melo authored
-
- Aug 02, 2010
-
-
Leandro Melo authored
-
- Jul 09, 2010
-
-
Roberto Raggi authored
We need our very own syntax highlighter in Qt Creator.
-
- Jul 08, 2010
-
-
Kai Koehne authored
Adds a generic Outline pane to the sidebar. The CppEditor & QmlJSEditor plugins will implement the IOutlineWidget/IOutlineWidgetFactory interface to provide views specific to C++/Qml/JS documents. Reviewed-by: con
-
- Jul 02, 2010
-
-
mae authored
See BaseTextEditor::setRefactorMarkers(...). The markers support a clicked signal via BaseTextEditor and tooltips. They feature a cursor, but are always positioned at the end of the line (not block!). As special gimmick they do extend the document width when they are positioned outside the document area.
-
- Jun 14, 2010
-
-
Erik Verbruggen authored
-
- Jun 11, 2010
-
-
Leandro Melo authored
Generic highlighter: Interface for automatic download of available definitions. Refactorings and changes in related parts of the code.
-
- Jun 03, 2010
-
-
Roberto Raggi authored
-
- May 27, 2010
-
-
Leandro Melo authored
-
- May 20, 2010
-
-
Leandro Melo authored
-
- May 14, 2010
-
-
Leandro Melo authored
Indenter is now a separate class which can be reused through composition. Added it to the generic editor.
-
- May 11, 2010
-
-
Thorbjørn Lindeijer authored
By moving the completion settings into the TextEditor plugin, so that both the CppTools and the QmlJSEditor plugins can access the settings. The user-interface to edit the settings is still in the CppTools plugin, since we're in string freeze at the moment. It should be moved to the TextEditor plugin later. For now the QML completion only supports the case-sensitivity and partial completion options, since there is no automatic insertion of brackets. Task-number: QTCREATORBUG-1327 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Apr 26, 2010
-
-
Thorbjørn Lindeijer authored
The Parentheses, TextBlockUserData and TextEditDocumentLayout classes and their member function implementations were spread around the BaseTextEditor class. Moving them to their own file to make the code a bit better organized. Reviewed-by: mae
-
- Apr 12, 2010
-
-
Thorbjørn Lindeijer authored
Trying to clean up a little.
-
- Feb 18, 2010
-
-
con authored
-
- Dec 08, 2009
-
-
Thorbjørn Lindeijer authored
It used to be hidden on the Display settings page. Task-number: QTCREATORBUG-135
-
- Dec 02, 2009
-
-
Roberto Raggi authored
Moved Completion::getCompletion() in ICompletionCollector and made the filtering of completion items more C++ friendly.
-
- Nov 25, 2009
-
-
mae authored
As side effect we can now play a bit with visualizing extra selections
-
- Aug 05, 2009
-
-
con authored
Task-number: 258468
-
- Jul 20, 2009
-
-
Thorbjørn Lindeijer authored
With the new representation it fits fine, and this is a bit more convenient for the user.
-
- Jul 13, 2009
-
-
Thorbjørn Lindeijer authored
In preparation of being able to select from multiple color schemes.
-
Thorbjørn Lindeijer authored
-
- May 29, 2009
-
-
con authored
Which nicely adds the occurrances to the search output window for navigation.
-
- May 08, 2009
-
-
Alessandro Portale authored
-
- Apr 22, 2009
-
-
dt authored
Hopefully i didn't miss a plugin.
-
- Mar 30, 2009
-
-
hjk authored
page of its own now
-
- Jan 27, 2009
-
-
Thorbjørn Lindeijer authored
The page had grown too large so now the display settings have been split off onto their own page.
-
- Jan 23, 2009
-
-
hjk authored
-
- Dec 02, 2008
-
-
con authored
-