Erik Verbruggen
3fa55b7ab9
Removed module names from #include directives.
...
Getting the #include directives ready for Qt5. This includes the
new-project wizards.
Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b
Reviewed-by: Eike Ziller <eike.ziller@nokia.com >
2012-02-15 16:24:46 +01:00
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
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
Leandro Melo
55b26868e6
Generic highlighter is now part of the text editor plugin.
2010-05-20 14:10:34 +02:00
Leandro Melo
7400557f8c
Fix in Utils::unCommentSelection to consider initial whites spaces when there's no selection and single line comment style.
2010-05-14 10:12:24 +02:00
Leandro Melo
e7ddd2b80b
Changed < for <= in Utils::unCommentSelection to catch cases where there are no characters (only a line end, for example) after the comment start mark.
...
Ex.:
/*
void f();*/
2010-05-14 10:12:24 +02:00
Leandro Melo
65ca06e0f0
Generalized Utils::unCommentSelection; Started implementing editor details (configuration by highlight definition, actions).
2010-05-14 10:12:21 +02:00
mae
495b7bff45
Comments starting at end of a line can not be uncommented
...
Task-number: QTCREATORBUG-1177
2010-05-07 15:40:07 +02:00
mae
08e4c30eb1
Improve (un)comment selection in C++ style
...
The patch makes the algorithm ignore empty (i.e. only whitespace)
blocks similar to emacs.
2010-03-26 14:30:14 +01:00
hjk
9595504bda
Long live the king!
2010-03-05 11:28:13 +01:00
Friedemann Kleint
5948e284bb
Rename namespace Core::Utils into Utils
...
Also move Designer::Internal::FormWindowEditor ->
Designer::FormWindowEditor.
2009-10-05 11:06:05 +02:00
hjk
93cbef8724
long live the king
2009-08-14 09:30:56 +02:00
Jason McDonald
884b7af769
Update license headers and sales contact details.
...
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
Roberto Raggi
6195035bbf
Moved unCommentSelection() in creator/libs/util so we can use it for other C-like languages (e.g QML and JS).
2009-05-14 16:37:17 +02:00