- Jan 12, 2010
-
-
Roberto Raggi authored
-
- Jan 11, 2010
-
-
con authored
They were no longer showing e.g. the file name of the diffed file. Also separate editor id and editor context a bit.
-
Thorbjørn Lindeijer authored
Due to wrongly checking whether findPreviousBlockOpenParenthesis and findNextBlockOpenParenthesis actually found anything, the wrong range was counted when a code block start or end was not found. Reviewed-by: mae
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- Jan 08, 2010
-
-
Christian Kamm authored
Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Jan 07, 2010
-
-
Tobias Hunger authored
* Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
-
con authored
-
- Jan 06, 2010
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Thorbjørn Lindeijer authored
-
- Dec 23, 2009
-
-
Christian Kamm authored
There's no need to reparse something we already got the AST of.
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- Dec 22, 2009
-
-
Christian Kamm authored
-
- Dec 21, 2009
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
In preparation for finding macro uses. * Macro: add offset and length * MacroUse: add line * Document: add convenience functions for finding a macro definition, use or undefined use at a given location. Reviewed-by: Erik Verbruggen
-
- Dec 18, 2009
-
-
Erik Verbruggen authored
-
- Dec 15, 2009
-
-
Roberto Raggi authored
-
Christian Kamm authored
-
- Dec 08, 2009
-
-
Thorbjørn Lindeijer authored
Several special cases that are handled by the CPPEditor did not take into account code that was using tab characters. Task-number: QTCREATORBUG-292 Reviewed-by: Roberto Raggi
-
- Dec 07, 2009
-
-
Roberto Raggi authored
Encapsulate the details.
-
- Dec 03, 2009
-
-
mae authored
-
mae authored
the new approach makes it possible to use more edit features inside the rename selection like cut/copy/paste. Furthermore it compresses rename operations better on the undo stack.
-
Thorbjørn Lindeijer authored
This handles the case with the selection inside the name correctly, and aborts when part of the selection is outside of the name. Previously, a selection could cause the text to get inserted backwards. Task-number: QTCREATORBUG-302 Reviewed-by: Roberto Raggi
-
- Dec 01, 2009
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Nov 30, 2009
-
-
mae authored
Remove overlap. Add extra selection tooltips for the cpp hover handler.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Nov 27, 2009
-
-
Christian Kamm authored
-
Christian Kamm authored
-
Friedemann Kleint authored
Introduce new QString id() const-API and sort wizards by [untranslated] category and id. Introduce respective constants. Rubber-stamped-by:
con <qtc-committer@nokia.com>
-
- Nov 26, 2009
-
-
Christian Kamm authored
a op b -> !(a invop b) and a op b -> b flipop a
-
Christian Kamm authored
-
Christian Kamm authored
-