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

4790 commits

Author SHA1 Message Date
Mikhail Khodjaiants
8675ca55a7 Breakpoint and expression related actions enablemnt should not depend on the activation of the debuggger plugin. 2004-06-15 17:09:11 +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
Sean Evoy
3a263d390d Last fix for bug 61459 - Accessibility: Managed Build: Managed Config dialog needs z-order. There was another entry widget that was displaying this problem. 2004-06-15 15:40:20 +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
Sean Evoy
14c5c93240 Fix for bug 60950 - When creating a project, wizard should let you unselect both Debug and Release configs 2004-06-15 15:02:42 +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
Mikhail Khodjaiants
d0de77fc60 Implementation of the "Toggle Method Breakpoint" retargettable action. 2004-06-14 20:56:57 +00:00
Sean Evoy
01eb0614cb Fix for bug 61459 - Accessibility: Managed Build: Managed Config dialog needs z-order 2004-06-14 20:55:09 +00:00
Mikhail Khodjaiants
9418154ba3 Implementation of the "Toggle Method Breakpoint" retargettable action. 2004-06-14 20:46:18 +00:00
Hoda Amer
55cf39aba4 Bug Fixing 2004-06-14 20:44:05 +00:00
Sean Evoy
612551d59c Fix for 66428 - I18N: Managed build "All Options" label chopped 2004-06-14 19:52:55 +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
Doug Schaefer
fd0ec8f017 Patch for Dave Daoust to enable Welcome content. 2004-06-14 18:28:11 +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
Sean Evoy
7e9807c15f Fix for bug 59238 - Tool command option not getting cloned 2004-06-14 18:07:25 +00:00
Mikhail Khodjaiants
066c13ce24 Added transparency to the icons. 2004-06-14 16:49:40 +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
Doug Schaefer
7996df4a59 Patch for Dave Daoust to enable Welcome content. 2004-06-14 14:12:38 +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
David Daoust
cda607e788 From Dave Williams: Doc cleanup. 2004-06-14 11:25:12 +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
Mikhail Khodjaiants
e5e1f62891 Added the superclass for action delegates of views different than the Debug view and driven by the selection in the Debug view.
All "Auto-refresh" actions implement "Observer" to be notified of changes by the corresponding update managers.
2004-06-14 01:41:44 +00:00
Mikhail Khodjaiants
1539cf8919 "CUpdateManager" extends "Observable" to support "Auto-Refresh" toggle actions. 2004-06-14 01:35:35 +00:00
Mikhail Khodjaiants
8ce08923fe Changed the comments and copyright text. 2004-06-14 01:31:35 +00:00
Mikhail Khodjaiants
2d97441a1f New implementation of the "Load Symbols For All" action of the Shared Libraries view.
Fixes for the "Auto-Refresh" and "refresh" actions.
2004-06-11 21:49:09 +00:00
Mikhail Khodjaiants
181779924b "CDebugTarget" should provide an adapter for "ICDebugTarget". 2004-06-11 21:44:46 +00:00
Sean Evoy
c939dec941 Experimental tool reference snuck in during the last commit 2004-06-11 20:06:01 +00:00
Andrew Niefer
7bc8d33c1a fix bug 66744 2004-06-11 19:47:57 +00:00
Sean Evoy
5c9fe1859c Partial fix for bugzilla 57860 - Last fundamental change to enable compilation of .s (or any other file) extension with proper dependencies. 2004-06-11 19:04:38 +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
Mikhail Khodjaiants
7a8f06f905 New implementation of the "Auto-Refresh" actions for registers and shared libraries. 2004-06-11 18:17:58 +00:00
Sean Evoy
81859be811 Missed an externalizable string in trace message 2004-06-11 17:56:54 +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
David Daoust
0abdb4a482 From Dave Williams:
Doc patch for bug # 44464, 56753, 59317

Updates required for UI changes.
2004-06-11 14:23:07 +00:00
David Inglis
f7a5a54195 cleanup warnings 2004-06-11 12:35:05 +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
Sean Evoy
905660166d Added extra debug logging 2004-06-10 19:46:56 +00:00