hjk
|
2931a499e6
|
Long live the king!
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
|
2012-01-26 19:55:36 +01:00 |
|
hjk
|
31600758de
|
all: s/info@qt.nokia.com/qt-info@nokia.com/
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
|
2011-11-03 10:33:19 +01:00 |
|
Tobias Hunger
|
aa2acec14c
|
Fix/add copyright headers
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
|
2011-05-06 15:17:05 +02:00 |
|
hjk
|
8397663964
|
Update license.
|
2011-04-13 11:49:28 +02:00 |
|
hjk
|
57eae3191e
|
s:// end of namespace :// namespace :g for consistency
We use the latter style everywhere else to signify the end of a namespace block.
|
2011-02-04 12:45:32 +01:00 |
|
Friedemann Kleint
|
a9a5e3ea17
|
Exported header cleanup.
|
2011-01-20 14:03:07 +01:00 |
|
con
|
d1023c7614
|
It's 2011 now.
Reviewed-by: hjk
|
2011-01-12 09:46:24 +01:00 |
|
con
|
04e32b0049
|
License headers.
|
2010-12-17 16:03:42 +01:00 |
|
Erik Verbruggen
|
e3e8b1a5c0
|
Removed the TokenCache.
|
2010-07-02 11:18:51 +02:00 |
|
Erik Verbruggen
|
05639e4688
|
Merge branch 'origin/2.0' (early part)
|
2010-06-15 11:30:51 +02:00 |
|
Thorbjørn Lindeijer
|
6875a50d27
|
Don't pass QChar as const & since it's just a unsigned short
Reviewed-by: ogoffart
|
2010-06-14 16:10:35 +02:00 |
|
Erik Verbruggen
|
e42ca194c5
|
Introduced token caching to prevent repetetive tokenizing.
Also removed TokenUnderCursor as it's functionality is in the token cache.
Reviewed-by: ckamm
|
2010-06-14 10:10:05 +02:00 |
|
Erik Verbruggen
|
424b9724d6
|
Revert "Introduced a token cache for the C++ editor."
This reverts commit c2393df023.
|
2010-06-04 12:37:26 +02:00 |
|
Erik Verbruggen
|
c2393df023
|
Introduced a token cache for the C++ editor.
This should speed things up a bit, because before, the line was tokenized at
least 3 times.
|
2010-06-04 09:36:05 +02:00 |
|
Roberto Raggi
|
a31de2c37a
|
Fixed header protection.
|
2010-05-28 17:17:11 +02:00 |
|
hjk
|
9595504bda
|
Long live the king!
|
2010-03-05 11:28:13 +01:00 |
|
Roberto Raggi
|
b9ce92ec4d
|
Remove all the synthesized characters when matching curly braces
|
2009-09-21 18:19:09 +02:00 |
|
Roberto Raggi
|
a5156e6283
|
Introduced MatchingText::shouldInsertNewline() and use it to insert lines after a class definition.
|
2009-09-18 10:59:31 +02:00 |
|
Roberto Raggi
|
da4fcd22ef
|
Pass the lookahead character to matching text.
|
2009-09-17 18:39:10 +02:00 |
|
Roberto Raggi
|
82b80b9e39
|
Automagically insert matching characters.
|
2009-09-17 17:58:00 +02:00 |
|
Roberto Raggi
|
dfa6be721d
|
Added the helper class MatchingText and use it to automagically insert text for curly braces.
|
2009-09-17 15:51:15 +02:00 |
|