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

2148 commits

Author SHA1 Message Date
Alain Magloire
59e9b2a504 remove of this file no longer use, the AnnotaionModel
is now located in the CDocumentProvider.
2004-05-12 03:54:21 +00:00
Alain Magloire
62819ec5c5 throw an exception if the project is not accessible 2004-05-12 03:53:40 +00:00
Bogdan Gheorghe
79365779b6 Fix for intermittent search test failures 2004-05-12 03:48:17 +00:00
Andrew Niefer
9446e713c1 - fix bug 60928 - content assist and member definitions
- also fix bug related to the display string for constructor content assist completions
2004-05-11 21:37:37 +00:00
John Camelon
9af8c9f02e Added SelectionParse failed test. 2004-05-11 20:21:55 +00:00
John Camelon
b988081c1f Another partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=60298 2004-05-11 19:43:05 +00:00
David Inglis
2249be45a4 fixed problem with closing project and lossing paths 2004-05-11 18:03:57 +00:00
Alain Magloire
b700118b1f fix some race conditions on the CModelManager.
Not need to synch, the list itself is synchronized.
2004-05-11 17:31:03 +00:00
John Camelon
6043c77b35 Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=60298 2004-05-11 15:53:26 +00:00
John Camelon
a92b1a4015 Made as many built-in Scanner-internal macros constants as possible. 2004-05-11 14:51:59 +00:00
David Inglis
d3e35385a3 don't show children for include/macros 2004-05-11 13:41:36 +00:00
David Inglis
cb7eb62a66 update images 2004-05-11 13:24:28 +00:00
Alain Magloire
e187f68cbc 2004-05-11 Alain Magloire
Preliminary work to get Parser IProblem in the CEditor.
2004-05-11 05:52:51 +00:00
John Camelon
1ff19a66bd Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=60038 2004-05-11 02:47:15 +00:00
John Camelon
5bbba8f2a5 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=61613 2004-05-11 00:44:54 +00:00
John Camelon
5d76260d33 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=61597 2004-05-10 22:44:31 +00:00
John Camelon
5b6bd37541 Scalability/Memory enhancements upon the Parser framework. 2004-05-10 21:25:39 +00:00
Andrew Niefer
6f0adebd47 test for bug 57513 2004-05-10 20:55:38 +00:00
Andrew Niefer
1aa7ee77fe fix bug 60493 2004-05-10 20:42:36 +00:00
David Inglis
5785b4bf37 added include/symbol/lib container to ui of container paths.
removed order/export block for now until we really need it will probably come back in some other form.
2004-05-10 20:29:20 +00:00
Andrew Niefer
185c25cd0e fix bug 57513 2004-05-10 19:34:32 +00:00
Alain Magloire
2ef688cd80 Rely on the store to fire the delta 2004-05-07 20:46:11 +00:00
Andrew Niefer
5d46138a5d fixing bugs 50807 and 50808, content assist in functions: foo( [] 2004-05-07 19:46:45 +00:00
David Inglis
caa5d189ab set default scanner provider 2004-05-07 19:15:34 +00:00
Alain Magloire
003e8f5546 Bug in the PathEntyrManager, the container
entries where not resolved.
2004-05-07 18:24:06 +00:00
Bogdan Gheorghe
2f19221ac0 Modified indexer friend encoding to encode IASTElaboratedTypeSpecifier 2004-05-07 16:37:35 +00:00
Bogdan Gheorghe
02876832bb Fix for Bug 61332 2004-05-06 23:21:22 +00:00
Alain Magloire
8ca7329e88 Use Path.EMPTY for empty paths 2004-05-06 20:23:14 +00:00
Alain Magloire
da672cbe13 Sorting was incorrect for IncludeReference 2004-05-06 20:22:55 +00:00
Alain Magloire
37c1ca7b3a 2004-05-06 Chris Wiebe
Creating a new Job to handle the changes, instead
	of reusing the same job.
2004-05-06 18:37:54 +00:00
Bogdan Gheorghe
c29caac4d0 Refactored search engine to take an IMatchLocator; added friends to the index: removed derived from search page 2004-05-06 18:33:01 +00:00
David Inglis
43ec78a634 fixed dir display of include paths 2004-05-06 15:51:28 +00:00
Alain Magloire
dd52df1494 More support for Libaryentry 2004-05-06 04:19:19 +00:00
John Camelon
2c9b2f90fa Cleaned up EXPRESSION_PARSE style expressions in the AST to be more space efficient. 2004-05-05 20:10:46 +00:00
Andrew Niefer
e86d9d4a94 bug 60298 - fix prefix lookup of constructors 2004-05-05 19:06:01 +00:00
Bogdan Gheorghe
72799392c9 Added code to load and store index enablement setting from a project's descriptor 2004-05-05 17:01:19 +00:00
John Camelon
3a6ffef8f8 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=60944 2004-05-05 16:42:41 +00:00
Alain Magloire
2a4baf63a4 Unecessary flushing of the cache. Quick fix, while
Chris come with a new solution.
2004-05-05 16:28:50 +00:00
Bogdan Gheorghe
c241ddb3ed Got rid of the old search context menus in CEditor, COutlineView, CView. 2004-05-05 16:21:22 +00:00
Andrew Niefer
1f9900d9e0 externalize string 2004-05-05 14:33:12 +00:00
Alain Magloire
190a4343ae Work in progress for LibraryEntries. 2004-05-05 04:53:55 +00:00
Alain Magloire
a9e573a74c Race condition causing deadlocks fix. 2004-05-05 00:08:57 +00:00
Andrew Niefer
4e2d61d298 fix bug 57513 - constructor references 2004-05-04 21:58:50 +00:00
David Inglis
54a17496c3 log missing bin parser as warning 2004-05-04 20:30:51 +00:00
David Inglis
b0cedbe5cc fixed deadlock in binary tests 2004-05-04 20:27:04 +00:00
Alain Magloire
771e8d51cf Work in progress, for the Library Entry UI 2004-05-04 20:05:27 +00:00
Hoda Amer
b3577f221d Refactoring bug fixes 2004-05-04 15:58:18 +00:00
Bogdan Gheorghe
ecd1e968f2 CDT UI plugin.xml - refactored the Indexer block property page location 2004-05-04 15:18:35 +00:00
John Camelon
bf6652a96a Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=50808 2004-05-04 15:08:04 +00:00
John Camelon
43e38ae75c Patch by Klaus Falser modified by JohnC - Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=60764 2004-05-04 13:03:39 +00:00