Roberto Raggi
f0ac751f4a
Completion for typedef of pointer to struct.
2008-12-31 10:57:27 +01:00
Roberto Raggi
c7b023c0e1
Renamed SymbolsForDotAccess to ResolveClass.
2008-12-30 12:03:49 +01:00
Roberto Raggi
12ee869eda
Simple typedef support for T_ARROW member access.
2008-12-30 11:45:41 +01:00
Roberto Raggi
f6f0c81021
Improved CppCodeCompletion::completeScope(). Added simple support for typedefs.
2008-12-30 11:35:30 +01:00
Roberto Raggi
a985b59d40
Initial support for typedefs.
2008-12-29 11:53:40 +01:00
Roberto Raggi
e325aa38d9
Nicer implementation of CPlusPlus::Macro.
2008-12-22 13:55:42 +01:00
dt
3ba192af7e
Merge branch '0.9.1-beta'
2008-12-17 14:21:03 +01:00
hjk
da3cb14483
chancge Nokia GPL exception version from 1.2 to 1.3
2008-12-16 17:20:00 +01:00
Thorbjørn Lindeijer
9cf4074504
Added option to disable completion of common prefix
...
Some people don't like this.
2008-12-16 16:58:29 +01:00
Thorbjørn Lindeijer
78f1fca9aa
Added configuration options for code completion
...
It is now possible to choose between case-sensitive or case-insensitive
completion. Also, you can now disable the automatic insertion of braces.
2008-12-15 11:42:43 +01:00
Roberto Raggi
0145a3dea9
Look at the signed/unsigned specifiers when checking function return types.
2008-12-12 10:40:25 +01:00
Roberto Raggi
bab60d14b3
Introduced CPlusPlus::Snapshot, it contains a snap shot of the indexer's current state.
...
This change removes a number of wrong usages of the CppModelManager::documents()/document().
2008-12-12 10:07:58 +01:00
Roberto Raggi
4679f38a87
Fixed code completion when using macros in the expression's code (e.g. in qApp->).
2008-12-11 11:28:29 +01:00
hjk
4a552ead9f
use QTC_ASSERT instead of Q_ASSERT
2008-12-09 15:25:01 +01:00
Thorbjørn Lindeijer
bf7486c011
Don't keep around references to old documents
...
The code completion was keeping around references to old documents after
the completion finished. This caused documents to stay in memory when
unloading projects, up until the next time you used the completion.
2008-12-08 13:05:44 +01:00
Roberto Raggi
310d50fd07
Use Macros.
2008-12-08 12:59:57 +01:00
hjk
df7aacd637
more file cosmetics
2008-12-02 15:08:31 +01:00
hjk
ab83dcd87c
off-by-one in headers
2008-12-02 14:20:25 +01:00
hjk
8a43d9b9f3
end-of-line whitespace correction of the new headers
2008-12-02 14:17:16 +01:00
con
05c35356ab
Initial import
2008-12-02 12:01:29 +01:00