- Jan 14, 2009
-
-
con authored
Details: - Naming convention
-
con authored
Details: - Conform to naming convention
-
Thorbjørn Lindeijer authored
The _ is usually used to prefix internal and/or private methods and members. Having those turn up at the top of the list of suggestions for completion isn't too useful. Improves the autocompletion for example for the STL. Done together with Roberto Raggi.
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Thorbjørn Lindeijer authored
The previous interface wasn't sufficient to properly support the Apply button, since it didn't separate applying the changes from the cleanup phase. Designer settings pages still need some fixing. Fixes Apply button causing problems for certain plugins, for example the QuickOpen.
-
con authored
Details: - Conform to conventions.
-
con authored
Details: - To make it conform to naming convention.
-
hjk authored
-
- Jan 12, 2009
-
-
Thorbjørn Lindeijer authored
Now with commonly used red and green colors, and without the ugly bright green for locations.
-
- Jan 09, 2009
-
-
Thorbjørn Lindeijer authored
Otherwise it's really hard to read and sometimes you just need to edit it a bit.
-
- Jan 08, 2009
-
-
Thorbjørn Lindeijer authored
Now reuses the colors set for Type and Keyword for the variables and functions respectively. Having the categories Variable and Function in the fonts and color settings was confusing.
-
Daniel Molkentin authored
-
- Dec 19, 2008
-
-
Thorbjørn Lindeijer authored
Most desktops allow popups to overlap the taskbar. We should allow this additional space to be used by the completion popup.
-
- Dec 18, 2008
-
-
Thorbjørn Lindeijer authored
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.
-
goro authored
-
- Dec 16, 2008
- Dec 15, 2008
-
-
Thorbjørn Lindeijer authored
The mouse handling for code folding wasn't deactivated when the code folding markers were hidden. Reviewed-by: mae
-
- Dec 12, 2008
- Dec 11, 2008
-
-
mae authored
-
mae authored
-
mae authored
-
mae authored
-
Roberto Raggi authored
when opening files from the C++ editor (e.g. when the user press F2 on #include <QMutex>).
-
- Dec 10, 2008
-
-
mae authored
support statements later.
-
- Dec 09, 2008
- Dec 05, 2008
-
-
mae authored
-
mae authored
enum ExtraSelectionKind { CurrentLineSelection, ParenthesesMatchingSelection, CodeWarningsSelection, CodeSemanticsSelection, OtherSelection, NExtraSelectionKinds }; void setExtraSelections(ExtraSelectionKind kind, const QList<QTextEdit::ExtraSelection> &selections); QList<QTextEdit::ExtraSelection> extraSelections(ExtraSelectionKind kind) const; This is mainly for the benefit of the cppmodelmanager.
-
mae authored
-
- Dec 04, 2008
-
-
mae authored
new signal: BaseTextEditor::lineContextMenuRequested(TextEditor::ITextEditor *editor, int line, QMenu *menu); To be useful and used by the bookmarkmanager, this has to move to ITextEditor.
-
mae authored
-
mae authored
-
Thorbjørn Lindeijer authored
Invokable with 'c', currently shows all classes it can find.
-
- Dec 03, 2008
-
-
Oswald Buddenhagen authored
-