- 04 Jun, 2010 15 commits
-
-
Erik Verbruggen authored
This reverts commit c2393df0.
-
Erik Verbruggen authored
-
hjk authored
This is used excatly once. ReviewedBy: Kai Koehne
-
hjk authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Roberto Raggi authored
-
Leandro Melo authored
Generic highlighter: New option to specify ignored file patterns so the highlight popup does not show up.
-
Erik Verbruggen authored
This should speed things up a bit, because before, the line was tokenized at least 3 times.
-
- 03 Jun, 2010 13 commits
-
-
Erik Verbruggen authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
hjk authored
-
hjk authored
-
Leandro Melo authored
Generic highlighter: Fix to correct storage of block states when leading context sequences are nested with persistent contexts. This situation is represented by case 5 of testPersistentContexts from the highlighter engine unit tests.
-
Leandro Melo authored
-
Leandro Melo authored
-
Lasse Holmstedt authored
Reviewed-by: erikv
-
- 02 Jun, 2010 12 commits
-
-
Robert Loehning authored
-
Robert Loehning authored
Reviewed-by: Oswald Buddenhagen
-
Robert Loehning authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
hjk authored
-
Oswald Buddenhagen authored
that way the result vector can be pre-allocated - which gives zero resizes if no expansions are in the expression. for the joined argument lists of built-in functions, pre-allocate a fixed 5 elements, which covers all cases and more. the argument lists of user-defined functions are not pre-allocated yet.
-
Oswald Buddenhagen authored
this gives a rather significant boost, in particular for expressions which are evaluated repeatedly (includes).
-
Oswald Buddenhagen authored
some replace functions can return empty elements which should be zapped here (according to qmake, anyway).
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
this saves quite some mallocs in the parsing pass.
-