- Sep 25, 2009
-
-
Christian Kamm authored
In particular macros that are only checked for definition or are expanded during the evaluation of an #if or #elif directive are now also added to the list available through Document::macroUses(). The names of undefined macros that are interesting (because they're used in an #ifdef or a defined(...)) are now available through Document::undefinedMacroUses(). Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Sep 24, 2009
-
-
Roberto Raggi authored
-
- Sep 23, 2009
-
-
dt authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Sep 22, 2009
-
-
Thorbjørn Lindeijer authored
Need to check the character to the right of the cursor.
-
- Sep 17, 2009
-
-
mae authored
-
- Sep 16, 2009
-
-
Daniel Molkentin authored
Some macros are defined not by cl.exe purely, but are pretty standard. We add those manually anyway. Also, remove compiler-specific macro definitions from the model manager. They should be provided by the tool chains only.
-
Thorbjørn Lindeijer authored
Also skip semicolons in when auto parentheses insertion is enabled. Done with mae.
-
- Sep 10, 2009
-
-
con authored
-
- Aug 28, 2009
-
-
Thorbjørn Lindeijer authored
Done-with: Christian Kamm <christian.d.kamm@nokia.com>
-
Thorbjørn Lindeijer authored
-
- Aug 20, 2009
-
-
Thorbjørn Lindeijer authored
Use QFileInfo::fileName() to get the filename, since that also works when the original path wasn't canonical.
-
Thorbjørn Lindeijer authored
No empty entries should be added to the completion list, but it seems like this is what is happening. Maybe this warning will give some more information about the problem. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Aug 14, 2009
-
-
hjk authored
-
- Aug 13, 2009
-
-
hjk authored
sessionUnloaded was sometimes emitted when the session manager was in an unsafe state (between delete m_file and m_file = new ...) leading to crashes when slots connected to the signal accessed the sessionmanager again. This patch moves the signal emission before delete m_file. Reviewed-by: dt
-
- Aug 04, 2009
-
-
Daniel Molkentin authored
-
- Aug 03, 2009
-
-
Thiago Macieira authored
Things you mustn't do: 1) end an enum with a comma 2) #include <cxxxx> and not use std:: 3) use anonymous structures All three things are invalid C++. Anonymous structures inside anonymous unions are allowed by GCC, but that doesn't mean it's valid.
-
- Jul 31, 2009
-
-
Daniel Molkentin authored
-
- Jul 28, 2009
-
-
Daniel Molkentin authored
-
- Jul 24, 2009
-
-
Thorbjørn Lindeijer authored
The completion for the directory wasn't triggered because one of the items matched the typed string, so the list of completion wasn't empty and no new trigger was allowed. By not matching items when a trailing slash is typed, the list is allowed to trigger again from the new location. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Thorbjørn Lindeijer authored
When a closing character is already there, it shouldn't be appended. Done by generalizing the same code for automatically inserted brackets after C++ symbols.
-
Thorbjørn Lindeijer authored
In order to speed up completion for include statements. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Jul 23, 2009
-
-
Thorbjørn Lindeijer authored
Done-with: danimo
-
- Jul 22, 2009
-
-
Robert Loehning authored
Reviewed-by: Thorbjørn Lindeijer
-
- Jul 17, 2009
-
-
hjk authored
-
- Jul 14, 2009
-
-
Roberto Raggi authored
Reviewed by Thorbjørn Lindeijer
-
- Jul 13, 2009
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
Roberto Raggi authored
-
- Jul 10, 2009
-
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
-
- Jul 09, 2009
-
-
Roberto Raggi authored
-
- Jul 07, 2009
-
-
Roberto Raggi authored
We don't really have any useful quickfix implemented so there's no reason to waste time visiting the AST.
-
- Jul 06, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jun 29, 2009
-
-
Thorbjørn Lindeijer authored
-
Erik Verbruggen authored
-