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

4066 commits

Author SHA1 Message Date
Doug Schaefer
9d761485f0 Turned off the test info provider for finding function matches. This has been killing us trying to test content assist. 2005-06-23 19:30:42 +00:00
Andrew Niefer
b5d98c79f4 fix bug 101384: NPE in parser 2005-06-23 17:56:13 +00:00
Andrew Niefer
cbd0d0ef66 fix bug 86688 - friend declaration in local class 2005-06-23 17:36:30 +00:00
David Inglis
cf09e84a32 CPL to EPL transistion - license header update for IBM 2005-06-23 16:02:46 +00:00
David Inglis
92cae3205a CPL to EPL transistion - license header update for QNX 2005-06-23 16:01:26 +00:00
Doug Schaefer
e470be8631 EPL'ing the CDT. 2005-06-23 14:44:35 +00:00
Bogdan Gheorghe
f809cd9fcd Added ability to specify which CTags you want the CTags indexer to use 2005-06-23 04:48:11 +00:00
Vladimir Hirsl
e28ba5192f Fix for PR 93573: "[Indexer] endl references are not added to the DOM index"
Fixed different encoding of functions references vs. declarations in the index.
Applied Devin's patch for PR 101114: "[AST Util] Inconsistent string representation of IType elements" with slight modifications.
Modified JUnit tests accordingly.
2005-06-22 21:10:11 +00:00
Andrew Niefer
828b704126 fix bug 101334:resolvePrefix - unqualified name not found when using namespace directive 2005-06-22 21:04:23 +00:00
Andrew Niefer
a857f47641 fix bug 100415: conversion to void * and qualification conversions 2005-06-22 19:44:04 +00:00
John Camelon
15ddfc4c44 Patch for Devin Steffler.
Fixed Bug 99421 [Open Declaration/Definition] [NPE] caused by external file
2005-06-22 19:28:14 +00:00
Doug Schaefer
fa843ff2ed [77233] Fixed up assist in ambiguous declarator case, I guess... 2005-06-22 19:16:11 +00:00
Doug Schaefer
6480af5085 [72403] Added support for EOC in try blocks and catch handler decls. 2005-06-22 18:56:46 +00:00
Andrew Niefer
4f02892654 fix bug 84478: declarations inside conditions 2005-06-22 18:54:13 +00:00
Alain Magloire
6d31e93f68 2005-06-22 Alain Magloire
Fix PR 99668 from Craig Watson.
	* src/org/eclipse/cdt/internal/ui/cview/CViewContentProvider.java
2005-06-22 18:50:26 +00:00
John Camelon
f964f14e19 Fixed Bug 84478 [C++ Parser] does not support declarations inside while condition 2005-06-22 15:56:14 +00:00
Alain Magloire
4feef1ec43 2005-06-22 Alain Magloire
Fix PR 100263 from Devin.
	* src/org/eclipse/cdt/internal/ui/preferences/PrefrencesMessages.properties
2005-06-22 14:41:27 +00:00
Doug Schaefer
97d4baa3e7 [95766] Added handling of completions in bracketed expressions in C. 2005-06-21 21:14:56 +00:00
Doug Schaefer
dbc7af08fd [98337] Fixed up handling of EOC in while condition. 2005-06-21 21:00:44 +00:00
Doug Schaefer
3193800bd7 [98339] Fixed assist in case labels. 2005-06-21 20:43:38 +00:00
Doug Schaefer
a90cfa1442 [98346] Added handling of EOC to enumSpecifier. 2005-06-21 20:34:49 +00:00
Doug Schaefer
2ecabcefbe [98336] Added icons for enumerators in the completion proposals. 2005-06-21 20:16:55 +00:00
Bogdan Gheorghe
66e9b4530d Fix for 100647 2005-06-21 19:54:01 +00:00
Doug Schaefer
e5876952df [98375] Added handling of content assist in condition expressions. 2005-06-21 19:52:37 +00:00
Doug Schaefer
561a996910 [98377] Added handling of assist in struct members for C. 2005-06-21 19:23:58 +00:00
Doug Schaefer
892cf79f6e [98528] Fixed EOC handling in sizeof and cast expression in C and the cpp style condition. 2005-06-21 19:03:06 +00:00
Doug Schaefer
f2c74bc84e [98777] Fixed up handling of EOC in do statements. 2005-06-21 18:41:01 +00:00
Vladimir Hirsl
b66ffc6cd2 Fix for 100598: DOM Indexer encodes weird things when indexing a CPP file in a C project. Fixed correlation between parser's parser language and indexer visitor. 2005-06-21 17:36:13 +00:00
Doug Schaefer
229dce01a0 Added support for completion in external files. Also cleaned up the service provider. 2005-06-21 17:06:55 +00:00
Andrew Niefer
4dfe0944bc fix ClassCastExceptions found with bug 90678 2005-06-21 15:41:49 +00:00
John Camelon
63c073e3a0 Cleaned up Open Declarations Action code. 2005-06-21 15:28:05 +00:00
John Camelon
041d2ab204 Add IASTTranslationUnit#getParserLanguage() to assist in fixing 100598. 2005-06-21 15:16:21 +00:00
John Camelon
629a1ea350 Fixed Bug 84478 [C++ Parser] does not support declarations inside while condition 2005-06-21 15:12:00 +00:00
Doug Schaefer
58615beb77 [99426] Fixed completion of declSpecs in function parameters. 2005-06-21 15:03:25 +00:00
Doug Schaefer
dfc14ef0f3 [100398] Added handling of content assist inside of namespace declarations. 2005-06-20 20:50:57 +00:00
Vladimir Hirsl
77121513be Completed optimization #2 in PR 91801: [Indexer] Optimize header file visiting/indexing. Encountered headers are removed before instead of after indexing the whole project, thus enabling 'index external headers only once' optimization to be applied for file/directory indexing. 2005-06-20 20:35:42 +00:00
Andrew Niefer
dd8c9f0af7 fix bug 98520 2005-06-20 19:06:02 +00:00
Bogdan Gheorghe
08eb1c00e5 Fix for 100640
Fix for 96286
2005-06-20 17:14:04 +00:00
Andrew Niefer
9c09cf1ebb fix bug 98666- template names 2005-06-20 15:48:29 +00:00
John Camelon
a3fe799c39 Removed warning. 2005-06-20 15:18:43 +00:00
John Camelon
21b6be5467 Remove warnings. 2005-06-20 15:05:40 +00:00
Bogdan Gheorghe
19721c7ad7 Patch for Dave Daoust: Fix display string 2005-06-17 15:04:44 +00:00
Andrew Niefer
fb5cd0f157 patch from Devin Steffler for bug 100568
- also remove references to implementations of IASTName and use interfaces instead
2005-06-17 14:28:49 +00:00
Vladimir Hirsl
7ab54e4dad Fix for 95174: [Search Engine][DOM AST Indexer] does not find definition of a method. 2005-06-17 04:19:28 +00:00
Bogdan Gheorghe
e2daf28d35 Fix for 99868 2005-06-17 02:00:54 +00:00
David Inglis
a921b87b6f further fix for 95556 2005-06-16 23:56:57 +00:00
Vladimir Hirsl
51203a09e7 Fix for PR 99433: [Search] Return parms not part of qualification matching. Function/methos parameters are now used as a part of search pattern. 2005-06-16 19:55:34 +00:00
John Camelon
e6211fb710 Removed. 2005-06-16 18:49:45 +00:00
John Camelon
1b6e13f52d Fixed Bug 100408 [ProblemBinding] invalid ProblemBinding on (x)*3; 2005-06-16 17:35:34 +00:00
John Camelon
4da0ae86ac Removing preferences for markers. 2005-06-16 15:21:36 +00:00