1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

7019 commits

Author SHA1 Message Date
Markus Schorn
bb834c4bb7 Common method to compute string for PDOM versions. 2008-03-31 08:07:24 +00:00
Anton Leherbauer
2f974e0ef5 Fix hyperlink detector for 3.4 M6 2008-03-31 07:53:16 +00:00
Sergey Prigogin
398615b6fa More cleanup of template resolution code. 2008-03-31 03:48:07 +00:00
Sergey Prigogin
f03642cfb3 Fixed bug 224817. 2008-03-30 23:52:09 +00:00
Sergey Prigogin
56cf847c2a Removed two redundant checks flagged by the compiler. 2008-03-29 17:05:58 +00:00
Sergey Prigogin
301640c194 Code formatting. 2008-03-29 16:48:34 +00:00
Warren Paul
bb792ef3b0 NPE check. 2008-03-28 20:50:04 +00:00
Ken Ryall
c3e795c6d0 Added MSVS key binding. New commands from bug 209218. 2008-03-28 19:39:19 +00:00
Markus Schorn
bb469b32ee Search for macro references, bug 156561. 2008-03-28 17:59:10 +00:00
Anton Leherbauer
db312ccd1b Fix random content assist test failures 2008-03-28 16:15:50 +00:00
Anton Leherbauer
dd9db085d7 Get rid of SharedTextColors 2008-03-28 15:39:09 +00:00
Anton Leherbauer
ae2edb62e6 Fix warnings 2008-03-28 14:37:59 +00:00
Anton Leherbauer
df675c8a18 API cleanup 2008-03-28 14:22:27 +00:00
Anton Leherbauer
8336ec368b Yet more content assist tests 2008-03-28 13:08:52 +00:00
Anton Leherbauer
1ed39d8cea Fix inclusion proposal for project local includes 2008-03-28 13:05:55 +00:00
Anton Leherbauer
5107c20849 Tests for bug 223660 2008-03-28 12:52:40 +00:00
Oleg Krasilnikov
7cd517b279 Bug 224191 : Need public API to create CDT variables 2008-03-28 12:17:28 +00:00
Markus Schorn
f0854abfb0 Mark package 'org.eclipse.cdt.internal.core.dom.parser.cpp.semantics' as internal. 2008-03-28 08:14:51 +00:00
Andrew Ferguson
8bc2a7437a 222748: refactor semantic routines to separate package 2008-03-27 18:31:16 +00:00
Anton Leherbauer
be718ccf7c More plain C content assist tests 2008-03-27 14:49:54 +00:00
Markus Schorn
c10395201b Fixes warnings 2008-03-27 14:31:34 +00:00
Markus Schorn
5001cf3e33 Fixes warnings 2008-03-27 14:19:53 +00:00
Anton Leherbauer
bfd296013f 113568: [Content Assist] proposals for include directives 2008-03-27 14:10:57 +00:00
Anton Leherbauer
2d526547f2 Fix sort order of method proposals, related to bug 172862 2008-03-27 08:45:22 +00:00
Markus Schorn
f4ff0f795d Performance improvement for Index Database. 2008-03-27 08:05:08 +00:00
Anton Leherbauer
486ed39667 Fix for 223987: CDT doesn't build with SDK 3.4 M6 2008-03-26 16:19:44 +00:00
Markus Schorn
9f5748de37 Fix for a bogus c++-syntax-error and 2 exceptions, bug 223777. 2008-03-26 11:35:43 +00:00
Oleg Krasilnikov
5c7a3c6f61 Bug #190131 : Hiding configurations group in property page 2008-03-25 15:58:25 +00:00
Anton Leherbauer
7bd2f84e6a Allow only exact word matches for context information 2008-03-25 13:24:55 +00:00
Sergey Prigogin
cbd7a681f3 More cleanup of template resolution code. 2008-03-25 08:51:40 +00:00
Sergey Prigogin
f882d7ca05 Use generics. 2008-03-25 06:21:54 +00:00
Ken Ryall
3071e4834e Bug 182388, Executables view and supporting classes. 2008-03-24 21:21:02 +00:00
Mike Kucera
2e3fbf6c23 decl spec node was missing info 2008-03-24 18:51:29 +00:00
Mike Kucera
8d37ffe060 attempt at fixing function declarator/constructor initializer ambiguity, needs more testing 2008-03-24 16:16:14 +00:00
Vivian Kong
e1bf40252e replacing single quotes with 2 consecutive single quotes (Bug 223679) 2008-03-24 16:13:37 +00:00
Sergey Prigogin
205c57b244 A cleaner fix for bug 214447. 2008-03-24 01:12:01 +00:00
Sergey Prigogin
fe4c7c9960 Use generics. 2008-03-24 01:03:26 +00:00
Sergey Prigogin
e7858c339d A cleaner fix for bug 214447. Result of a joint hackathon with Markus Schorn. 2008-03-23 23:00:35 +00:00
Anton Leherbauer
415fa11ce8 Avoid reconcile race condition in SelectionConverter 2008-03-21 14:14:11 +00:00
Anton Leherbauer
498ff7334e Enable folding for namespaces 2008-03-21 14:14:06 +00:00
Anton Leherbauer
7aa686b631 Optimize resource delta processing 2008-03-21 14:14:01 +00:00
Anton Leherbauer
dd062c1fdd Fix completion tests due to rollback in ASTTypeUtil 2008-03-21 10:20:43 +00:00
Sergey Prigogin
1a05e6b75b Reverted a previous change that caused a breakage in AST2UtilTests.testSimpleParameter. The change itself was innocent since it simply removed unnecessary spaces, but I decided not to mess with it since the code is used for building function signatures. 2008-03-20 22:02:21 +00:00
Oleg Krasilnikov
4ef0990365 Bug #194026 : Add "Build All Configurations" preference option 2008-03-20 16:41:09 +00:00
Anton Leherbauer
01a5281372 Adopt ITextHoverExtension2 2008-03-20 16:02:42 +00:00
Anton Leherbauer
e8c27d5cae Fix for 223250: Macro expansion hover only displays _very_ briefly 2008-03-20 14:48:07 +00:00
Markus Schorn
903a55f94c Deprecated ASTVisitor.leave(IASTComment), which has never worked. 2008-03-19 14:56:34 +00:00
Oleg Krasilnikov
a95edcdcdf Bug #223062 : ManageConfigRunner runs in display thread locking UI for a long time 2008-03-19 14:00:29 +00:00
Anton Leherbauer
df5acf9f9c Fix warnings about CUIPlugin.getDefault().log() 2008-03-19 13:25:18 +00:00
Andrew Ferguson
7c22f386b8 188926: update template documentation 2008-03-19 12:02:05 +00:00