Anton Leherbauer
|
dda51e46b3
|
Fix inconsistent cmodel visibility attributes
|
2007-02-08 13:59:01 +00:00 |
|
Markus Schorn
|
f37e2ccc7d
|
Language Manager: fixes some warnings, avoids converting file to location and back to file again, avoids recomputation of content-type id cached in ITranslationUnit.
|
2007-02-08 10:16:30 +00:00 |
|
Markus Schorn
|
d09a32444e
|
Fix related to 173379, acquiring write lock in indexer task.
|
2007-02-08 10:12:45 +00:00 |
|
Chris Recoskie
|
d2175f1b2e
|
RESOLVED - bug 173308: ClassCastException from LanguageManager.getLanguageForFile (?)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=173308
|
2007-02-07 21:33:38 +00:00 |
|
Chris Recoskie
|
09a6509ebf
|
Fix for 173246 (Cannot open editor for external translation units)
|
2007-02-07 16:07:20 +00:00 |
|
Markus Schorn
|
505c818d23
|
Minor fix for progess monitor, when joining the indexer.
|
2007-02-07 14:22:31 +00:00 |
|
Markus Schorn
|
e941f73524
|
Fix for 156671, adding anonymous types to the index.
|
2007-02-07 12:40:35 +00:00 |
|
Anton Leherbauer
|
6b74be4cac
|
Avoid NPE during content assist with null indexer
|
2007-02-07 11:14:22 +00:00 |
|
Anton Leherbauer
|
6b90a610a5
|
Fix for Bug 172865 - [Content Assist] Parameter hint popup should disappear outside parentheses
|
2007-02-07 11:05:35 +00:00 |
|
Chris Recoskie
|
cc7e0a31f7
|
initial checkin as a part of work for 151850 (allow user to specify which parser/language to parse a given content type with)
|
2007-02-06 21:57:39 +00:00 |
|
Anton Leherbauer
|
4187ccb321
|
Fix for Bug 172723 - [Content Assist] Port DOMCompletionContributor to new extension point (patch by Bryan Wilkinson)
|
2007-02-06 15:00:29 +00:00 |
|
Anton Leherbauer
|
7bf2c30f75
|
Fix for Bug 172429 - [Content Assist] NPE in CPPTemplateScope.getParent (patch by Bryan Wilkinson)
|
2007-02-06 12:17:08 +00:00 |
|
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 |
|