Thorbjørn Lindeijer
45a15057e4
Fixed name of local variable
2009-07-22 16:10:58 +02:00
Thorbjørn Lindeijer
f65844b7a1
Attempt to resolve a help id even when showing a diagnostic error
...
Makes context sensitive help work for valid expressions that happen to
be part of a marked diagnostic error. However, for now you still can't
get documentation for expressions that don't resolve.
Also, context sensitive help now also works for includes where possible.
2009-07-22 16:08:58 +02:00
Jason McDonald
884b7af769
Update license headers and sales contact details.
...
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
Thorbjørn Lindeijer
7403fe681c
Fixed crash in the cpp hover handler
...
Didn't check whether the lookup actually returned a valid symbol before
accessing the name.
Reviewed-by: Roberto Raggi
2009-06-12 15:45:35 +02:00
Thorbjørn Lindeijer
f5e7fb9cbb
Corrected name of .config editor
2009-06-12 15:45:35 +02:00
Roberto Raggi
f17a81c9c9
Fixed helpId and tooltip for member declarations.
2009-06-11 17:03:29 +02:00
Alessandro Portale
b13e19ef61
Don't annoy Windows users with alien dir separators
2009-04-15 17:42:04 +02:00
hjk
8ca887aae2
Fixes: change file license headers to include LGPL
2009-02-25 09:15:00 +01:00
Roberto Raggi
59624d91a1
Set the resolved symbol (it needs some cleanup).
2009-02-16 19:07:22 +01:00
Roberto Raggi
fa216de41c
Improved the C++ hover handler.
...
Done with: bjorn
2009-02-16 18:21:05 +01:00
Roberto Raggi
ba78e075da
Introduced support for forward class declarations.
2009-02-16 18:20:46 +01:00
Roberto Raggi
0b4802c682
Fixes: Possible crash in buildHelpId
2009-02-13 17:43:26 +01:00
Roberto Raggi
9a5e1918a1
Fixes: Check for 0x0 access.
2009-02-11 10:01:36 +01:00
Thorbjørn Lindeijer
a33ae02927
Revert now unnecessary checks for null-types
...
This reverts commits:
c721304a47
885d908ea3
a0909989f7
fb4ad59ddb
0a9a67cf54
0d1624d4d1
d018cfd5cb
0504fdd00b
a2fd10fe19
Conflicts:
src/plugins/cpptools/cppcodecompletion.cpp
Reviewed-by: Roberto Raggi
2009-02-10 17:41:04 +01:00
Thorbjørn Lindeijer
885d908ea3
Fixed two crashes with C++ engine handling
...
These checks are necessary cause of a recent change in the C++ engine.
Reviewed-by: Roberto Raggi
2009-02-10 13:56:13 +01:00
Roberto Raggi
d01795d933
Reimplemented Type::as*Type() using virtual methods.
2009-02-09 17:49:12 +01:00
Thorbjørn Lindeijer
233502a795
Fixed tooltips for enumerators
...
The helpId was working but the tooltip text was empty.
Reviewed-by: Roberto
2009-02-06 14:43:13 +01:00
hjk
113b81e9db
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
2009-01-20 11:52:04 +01:00
hjk
cc5ff1ec74
Remove #include <extensionsystem/pluginmanager.h> from icore.h, a
...
forward declaration is sufficient.
2009-01-19 12:39:20 +01:00
Daniel Molkentin
59affcfffc
Bump year in licence header.
2009-01-13 19:22:14 +01:00
con
2e064af15d
Fixes: - Move help collection also to qtcreator subdir.
2009-01-06 18:10:33 +01:00
Roberto Raggi
e325aa38d9
Nicer implementation of CPlusPlus::Macro.
2008-12-22 13:55:42 +01:00
Roberto Raggi
3564c529d0
Clean up the C++ hover handler.
2008-12-18 10:53:56 +01:00
dt
3ba192af7e
Merge branch '0.9.1-beta'
2008-12-17 14:21:03 +01:00
Thorbjørn Lindeijer
1efe71992b
Moved the CppHoverHandler to the CppEditor plugin
...
It used to be in CppTools, but since the hover handler only makes sense
in the context of the C++ editor, this is a better place.
2008-12-16 12:27:13 +01:00