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

2550 commits

Author SHA1 Message Date
Bogdan Gheorghe
6603ca541d Got rid of reporting failed indexes in log 2004-06-16 20:21:58 +00:00
Hoda Amer
dc43de0584 Bug Fixing 2004-06-16 19:49:48 +00:00
Hoda Amer
e425b0ea7b Bug Fixing 2004-06-16 19:29:36 +00:00
Doug Schaefer
ed0afd6243 Scanner2 - added char literals and string concatenation. 2004-06-16 17:42:35 +00:00
Andrew Niefer
4d440deec4 don't try and check the index enabled option if the project doesnt exist 2004-06-16 17:21:51 +00:00
Doug Schaefer
a259c14511 Fixed handling of defined() in expression evaluator. 2004-06-16 13:51:55 +00:00
Bogdan Gheorghe
2164ad4e15 Fix for 60490: Selected resources option should only be enabled/disabled in the Navigator and C/C++ Projects views 2004-06-16 05:47:37 +00:00
Bogdan Gheorghe
b0fba2c9e5 Fix for Bug 63957: Error with external search markers & changed label
provider to provide proper paths for external links
2004-06-16 00:43:16 +00:00
Doug Schaefer
f88eb2a537 More fun with Scanner2, including a new Expression Evaluator. 2004-06-15 21:11:29 +00:00
Andrew Niefer
9dc1941ea9 update indexer problem icon 2004-06-15 19:20:12 +00:00
Hoda Amer
f50273233f Bug Fixing 2004-06-15 18:17:20 +00:00
David Inglis
6f341e4ccb fixed the following bugs:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=66783
	https://bugs.eclipse.org/bugs/show_bug.cgi?id=66021
	https://bugs.eclipse.org/bugs/show_bug.cgi?id=66754
2004-06-15 16:13:02 +00:00
Alain Magloire
db634def0a Move the get/set PathEntryStore to the CoreModel
so we can sync the access
2004-06-15 15:33:21 +00:00
Alain Magloire
7b15edbc7f Remove some warnings. 2004-06-15 14:46:13 +00:00
Alain Magloire
eb369cc11c the lock was initialize at the wrong time. 2004-06-15 13:52:07 +00:00
Bogdan Gheorghe
abaf42acdf Turned off background type cache for now by setting the CCorePlugin default to false 2004-06-15 13:41:13 +00:00
Doug Schaefer
b4fd69965f Update to Scanner2. 2004-06-15 03:37:56 +00:00
Andrew Niefer
7f8eb9fbd2 bugs 66981, 66799 - don't do indexer requests if the indexer is turned off
for that project.  Also, when turning off the indexer, discard the queued up
jobs for that project.
2004-06-14 21:29:33 +00:00
Hoda Amer
55cf39aba4 Bug Fixing 2004-06-14 20:44:05 +00:00
Bogdan Gheorghe
8bfb8707f0 Fix for Bug 66748: Added a _cdtsrchlink_ label to all imports brought in by search and ensure that we don't delete any local files. 2004-06-14 18:55:45 +00:00
Doug Schaefer
5efea562b9 Added command line version of ScannerSpeedTest to check for aprof. 2004-06-14 18:29:52 +00:00
Andrew Niefer
e9f3066ac6 bug 67001 - synchronize indexer job countdown, and only process job
cancel on tickdown
2004-06-14 18:21:28 +00:00
Hoda Amer
f4d51f7416 Bug Fixing 2004-06-14 18:15:34 +00:00
Doug Schaefer
b560898413 Checking in Scanner2 and friends. This should hopefully be a faster scanner
and set us up for using char[]'s up the stack.
2004-06-14 16:04:28 +00:00
Doug Schaefer
008ca93b73 Added command line version of ScannerSpeedTest to check for aprof. 2004-06-14 15:12:11 +00:00
Andrew Niefer
41db303fbf bug 48308 - don't block the content assist while waiting for indexing,
force the search to happen on the partial index
2004-06-14 14:39:52 +00:00
John Camelon
85be18a5f9 Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=65610 2004-06-14 14:02:22 +00:00
David Inglis
611017bdcf cleanup build warnings 2004-06-14 13:26:37 +00:00
John Camelon
92d74a7ca9 Scanner fix for lost comment character within an #ifdef'ed out block. 2004-06-14 12:49:22 +00:00
Bogdan Gheorghe
49500fb30e Fix for Bug 63275 - Ensure that only declarations and references are found for enumerations/enumerators 2004-06-14 03:31:51 +00:00
Andrew Niefer
7bc8d33c1a fix bug 66744 2004-06-11 19:47:57 +00:00
Bogdan Gheorghe
b2719be9c5 Fix for Bug 65132: Deletion of "Work In Progress" preferences 2004-06-11 18:38:39 +00:00
Andrew Niefer
75fee20f69 fix bugs 43063 & 43498 2004-06-11 18:29:03 +00:00
Alain Magloire
79438408a9 The IncludeEntry LibraryEntry getFullIncludePath()
was returning the wrong values sometimes.

	* model/org/eclipse/cdt/internal/core/model/IncludeEntry.java
	* model/org/eclipse/cdt/internal/core/model/LibraryEntry.java
	* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
2004-06-11 16:46:46 +00:00
Andrew Niefer
7858f60f7e fix for bug 64986 - handle containers in CSearchScope 2004-06-10 20:46:57 +00:00
David Inglis
2a7ee92a8a fixed CPElement sorting https://bugs.eclipse.org/bugs/show_bug.cgi?id=66020 2004-06-10 20:30:42 +00:00
David Inglis
9d340c85d9 fixed CPElement sorting https://bugs.eclipse.org/bugs/show_bug.cgi?id=66020 2004-06-10 19:57:58 +00:00
John Camelon
dc9f25b601 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=60264 2004-06-10 19:33:38 +00:00
Andrew Niefer
4e1eceac72 more changes for bug 57121 - disable search button if no search for is selected. 2004-06-10 19:07:25 +00:00
John Camelon
b7caa59093 Removed more warnings. Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=66543. 2004-06-10 18:51:47 +00:00
David Inglis
47dd3dc302 last changes for runtime.compatiblity dependency removal 2004-06-10 17:38:50 +00:00
David Inglis
949c41775e fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=44142 2004-06-10 17:10:04 +00:00
Bogdan Gheorghe
29ae5e1c22 Fix for 65132: moving folder onto itself deletes entire project 2004-06-10 15:59:57 +00:00
Andrew Niefer
d0795323b6 fix for bug 57121 : Searching when all of the "Search For" checkboxes are unchecked causes an exception 2004-06-10 15:39:17 +00:00
Hoda Amer
d8c207621c Bug Fixing 2004-06-10 15:30:22 +00:00
Hoda Amer
6ffa80bd87 Bug Fixing 2004-06-10 14:36:45 +00:00
Alain Magloire
5ade8903bd Move from working in progress the checkbox
enable/disable editor problem annotation.

	* src/org/eclipse/cdt/internal/ui/preferences/CEditorHoverConfigurationblock.java
	* src/org/eclipse/cdt/internal/ui/preferences/WorkingInProgressPreferencePage.java
	* src/org/eclipse/cdt/ui/PrefencecConstants.java
2004-06-10 14:20:10 +00:00
Bogdan Gheorghe
7f7c6b0a74 Changed Open Type default on Work In Progress page to false 2004-06-10 04:55:18 +00:00
Alain Magloire
788cbb7b7e changelog typos. 2004-06-10 00:06:52 +00:00
Alain Magloire
cccc50485c Patch from Sam Rob to resolve 64022 2004-06-10 00:06:15 +00:00