- 25 Jan, 2010 34 commits
-
-
Oswald Buddenhagen authored
the latter will do it anyway. this eradicates the performance penalty from the previous commit at its root.
-
Oswald Buddenhagen authored
creating tons of items is a tad allocation-intensive and thus slow. this is probably slower for often-included files, as now the splitting is done in every evaluation pass.
-
Oswald Buddenhagen authored
now that the tree will not be written out any more, we can save some cpu and memory by not recording the information.
-
Oswald Buddenhagen authored
that way the file formatting is better preserved.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
just parsing it (once ...) ought to be sufficient. we don't need to validate the syntax beyond that anyway.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Roberto Raggi authored
Activate the function-like completion only when the character at the left of the text cursor is a `('.
-
Roberto Raggi authored
-
Marco Bubke authored
-
Roberto Raggi authored
Just a temporary hack to get completion for user-defined components. It should go away as soon as we have a decent binding pass.
-
Roberto Raggi authored
-
Marco Bubke authored
-
Friedemann Kleint authored
-
Roberto Raggi authored
-
Kai Koehne authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Marco Bubke authored
And activate them in all other write functions.
-
Thiago Macieira authored
std::swap is defined in <algorithm>. Reviewed-By: TrustMe
-
Friedemann Kleint authored
Uncovered by code scanning.
-
Roberto Raggi authored
-
Friedemann Kleint authored
Return value glitch in file name normalization.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 22 Jan, 2010 6 commits
-
-
Daniel Molkentin authored
- Improved icon and text positioning - Improved readability and some gfx glitches on windows and mac - Removed drop down functionality from Run/Debug/Build buttons
-
Friedemann Kleint authored
-
hjk authored
-
Martin Aumüller authored
this way, users can override these commands with arbitrary actions, some want to map switching between the opened files to these keys Merge-request: 101 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
this approximates vim's behaviour better than moving forward/back in the navigation history Merge-request: 101 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
some actions might cause the parent editor to be deleted, don't crash in that case Merge-request: 101 Reviewed-by:
hjk <qtc-committer@nokia.com>
-