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

5128 commits

Author SHA1 Message Date
Anton Leherbauer
f00c9c220e Project Explorer: Fix duplicate Properties action 2007-02-06 08:54:38 +00:00
Andrew Ferguson
203912cf44 check type run-time IType expected type against IType type (rather than IScope type) 2007-02-05 17:54:30 +00:00
Andrew Ferguson
b2114ce639 reindent file 2007-02-05 17:29:05 +00:00
Andrew Ferguson
0abbd14d54 add check for ProblemBindings when adding types 2007-02-05 16:36:59 +00:00
Anton Leherbauer
1f365b4237 Fix for Bug 172312 - No difference between SKIP_ALL and SKIP_INDEXED mode (follow up) 2007-02-05 16:01:51 +00:00
Anton Leherbauer
d686621b48 Fix for Bug 172312 - No difference between SKIP_ALL and SKIP_INDEXED mode 2007-02-05 15:44:28 +00:00
Andrew Ferguson
7829540568 fix misunderstanding about junit 2007-02-05 13:18:31 +00:00
Markus Schorn
0c0eefcf2b Fixes two testcases (testCPPSpecDeclsDefs) 2007-02-05 11:46:23 +00:00
Markus Schorn
f33e52a606 Additional type hierarchy tests pass. (Because 172454 was fixed) 2007-02-05 10:22:03 +00:00
Markus Schorn
7ed3390565 Adds some of the missing locks when using the index. 2007-02-05 10:06:32 +00:00
Andrew Ferguson
55dcea05dd 172454: additionally distinguish bindings by type constant in btree indices 2007-02-02 20:49:17 +00:00
Chris Recoskie
705e64de6c RESOLVED - bug 171001: Request to make CDT function CConventions.isLegalIdentifier(String) public
https://bugs.eclipse.org/bugs/show_bug.cgi?id=171001
2007-02-02 15:57:30 +00:00
Andrew Ferguson
b030a24add disable __declspec tests on non-windows platforms until we have a solution 2007-02-02 14:54:23 +00:00
Anton Leherbauer
c2146c6d14 Fix for Bug 128361 - templates depending on line or word selection don't work 2007-02-02 14:38:30 +00:00
Markus Schorn
c22550e30e Fix for 172144, defines context for CDT-Views to enable kbd-shortcuts. 2007-02-01 16:50:45 +00:00
Markus Schorn
50c791143e Fix for 172453, inconsistencies in index API + testcases. 2007-02-01 14:20:43 +00:00
Anton Leherbauer
97429d512d Fix for Bug 172317 - [Content Assist] Class scoped reference: missing proposals (patch by Bryan Wilkinson) 2007-02-01 12:43:50 +00:00
Andrew Ferguson
7389698aa4 add locking, checks on immediately reachable bindings 2007-02-01 11:54:41 +00:00
Markus Schorn
4df2b25a8b Mark testcases for bug 172454 as failing. 2007-02-01 10:52:24 +00:00
Markus Schorn
b782b390c5 Testcases for bug 172454, indexing typedef struct X {...} X; 2007-02-01 10:50:43 +00:00
Anton Leherbauer
a2f3ea6701 Add content assist tests for templates (failing) 2007-02-01 08:59:01 +00:00
Andrew Ferguson
fe6d691b73 add test for index API over projects 2007-01-31 15:14:22 +00:00
Markus Schorn
a62ecb4429 Testcases for the quick type hierarchy and the type hierarchy opened via members 2007-01-31 14:50:11 +00:00
Markus Schorn
6d8bdf8d18 TypeHierarchy: allow to open from c-fields. 2007-01-31 13:26:19 +00:00
Anton Leherbauer
6335d2b66f Fix for Bug 141970 - Completion of preprocessor directives 2007-01-31 13:09:21 +00:00
Anton Leherbauer
058ee238ee Fix for Bug 172158 - [Content Assist] Macro proposals missing in preprocessor directives 2007-01-31 11:06:44 +00:00
Anton Leherbauer
3ae81bb32f Add a test for secondary build console 2007-01-31 10:21:27 +00:00
Anton Leherbauer
43d2e77123 Fix for Bug 153816 - Support for multiple build consoles (Patch by Jeff Johnston) 2007-01-31 10:07:58 +00:00
Markus Schorn
fb9b38386a Fix for 172221, by Ed Swartz, better support for external files in include browser. 2007-01-31 08:59:22 +00:00
Anton Leherbauer
fd426ee735 Fix for Bug 172204 - Extra/missing parameter hint proposals (patch by Bryan Wilkinson) 2007-01-31 08:51:55 +00:00
Markus Schorn
062bd88019 Fix for 172227, by Ed Swartz, NPE when opening type hierarchy from external file 2007-01-31 08:41:06 +00:00
Anton Leherbauer
8d30f9ff11 Fix for Bug 172200 - Parameter hint proposals formatted incorrectly (patch by Bryan Wilkinson) 2007-01-31 08:35:23 +00:00
Markus Schorn
6c281424a0 Fix for 172209, by Ed Swartz open external files form index view. 2007-01-31 08:31:39 +00:00
Markus Schorn
dcf30a830b Updates copyright notices to 2007 2007-01-30 15:53:33 +00:00
Markus Schorn
b1f86f0374 Implements 48213, Quick Type Hierarchy. 2007-01-30 15:00:23 +00:00
Anton Leherbauer
2ebf9e97c2 Update completion tests 2007-01-30 13:38:45 +00:00
Markus Schorn
85b13d4c52 Fix for 171708, obtaining macros from index via AST. 2007-01-30 10:37:42 +00:00
Markus Schorn
9ffa39148a TypeHierarchy: fixes a bug using working set filter. 2007-01-30 09:07:29 +00:00
Doug Schaefer
246e84345a Patch for 72695 - Enable proper handling of template arguments during content assist. 2007-01-29 19:59:28 +00:00
Markus Schorn
7bbaad75fa Type Hierarchy: support for working-sets 2007-01-29 16:19:31 +00:00
Anton Leherbauer
b2b9d11098 Fix for Bug 171796 - Make external translation units editable 2007-01-29 15:19:17 +00:00
Markus Schorn
f405ef7559 Follow-up for 169860, fix regression in type hierarchy, inheritance via typedefs 2007-01-29 11:51:44 +00:00
Anton Leherbauer
5af2db4d4c Mark test as failing until 171708 is fixed 2007-01-29 11:26:41 +00:00
Markus Schorn
22d4aeede2 Follow up for 169860, consolidating visitors for the BTree 2007-01-29 10:52:13 +00:00
Markus Schorn
69b0273dcf Fix for 169860, port content assist to use index, by Bryan Wilkinson. 2007-01-29 10:27:48 +00:00
Markus Schorn
7506761fce Fix for 169860, port content assist to use index, by Bryan Wilkinson. 2007-01-29 10:18:56 +00:00
Andrew Ferguson
807f6f54de fix one more race condition in unit tests, and _testAlias in NamespaceTests 2007-01-29 10:17:20 +00:00
Doug Schaefer
63d86012bd Remove the redundant interface implements since the parent class already does. 2007-01-28 23:41:43 +00:00
Andrew Ferguson
181c58b290 171834: add simple test case (currently fails) 2007-01-26 18:19:21 +00:00
Andrew Ferguson
adbdf19470 158192: port patch for __declspec support to CDT 4.0 HEAD 2007-01-26 17:51:36 +00:00