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

5249 commits

Author SHA1 Message Date
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
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
David Inglis
ffe287c848 fixed typo 2004-06-10 15:53:38 +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
David Inglis
c9e432ac40 remove runtime.compatibility dependency 2004-06-10 15:17:07 +00:00
David Inglis
e661886b30 added missing copyright 2004-06-10 15:15:51 +00:00
Hoda Amer
6ffa80bd87 Bug Fixing 2004-06-10 14:36:45 +00:00
David Inglis
f558f2708d cleanup warnings 2004-06-10 14:24:25 +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
7d75673d86 Fix for PR 66338
* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/Condition.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Breakpoint.java
2004-06-10 02:51:50 +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
Sean Evoy
98d309e32f Someone deprecated methods so switched to new methods 2004-06-09 22:55:21 +00:00
Mikhail Khodjaiants
b59f69ac43 Added the rendering method for debugger processes. 2004-06-09 22:11:20 +00:00
Bogdan Gheorghe
4a36ad5055 Patch For Tanya Wolff: Work In Progress strings 2004-06-09 22:08:03 +00:00
Alain Magloire
8e45e1973c Make sure to run the PathEntryContainerInitializer.initialize()
once.
	* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
2004-06-09 21:45:03 +00:00
Mikhail Khodjaiants
e8e773e868 Fix for bug 66015: I18N: English "Debug Console" in Debug and Console views.
Warning cleanup.
2004-06-09 21:36:02 +00:00
Andrew Niefer
8d55216fb7 fixing bug 65114, NPE in getParentClassSpecifier(), caused by template
lookup issues in the class base clause
2004-06-09 21:33:50 +00:00
Doug Schaefer
b9af09113a Added yellow dog to my speed test configs. 2004-06-09 20:07:10 +00:00
Sean Evoy
b4cff1eac6 Fix for 66258 -- Cannot mix compilers anymore. Do not need to add the relative path to the name of the dependency file when using 'patsubst' 2004-06-09 19:14:54 +00:00
Mikhail Khodjaiants
a3b99f7790 New implementation of the "Refresh" actions for registers and shared libraries. 2004-06-09 19:11:54 +00:00
Mikhail Khodjaiants
585d6a4aac Changed the synchronization scope. 2004-06-09 19:06:44 +00:00
Sean Evoy
a089f769a1 Fix for 66258 - Cannot 'mix' compilers (any more). Arbitrarily moved from a single rule for all files with a given extension to a rule for each file. Causing problems for existing users, so moving back to older form of rules. 2004-06-09 18:37:38 +00:00
Hoda Amer
e7bd887fae Bug Fixing 2004-06-09 18:17:03 +00:00
Alain Magloire
1b4fc963a7 Disable extension Work In Progress
in plugin.xml. Part of PR 66016

	* plugin.xml
2004-06-09 17:42:46 +00:00
Andrew Niefer
e9c5a2b928 fix NPE for 65114. When returning references to the cache, we should also
remove them from the list they are in, so that we never try to return them
again (potentially after they had been reallocated)
2004-06-09 15:45:31 +00:00
Alain Magloire
e9a68a7cbd Keep the breakpoint disable when doing
deffered breakpoint installation.

	* cdt/org/eclpse/cdt/debug/mi/core/cdi/EventManager.java
2004-06-09 15:43:47 +00:00
Bogdan Gheorghe
192beb6f39 Oops - forgot the change log for 66273... 2004-06-09 14:54:28 +00:00
Bogdan Gheorghe
7f558ffc16 Fix for 66273: Opening declaration causes stack overflow 2004-06-09 14:46:20 +00:00
David Inglis
de67e84c2f cleanup warnings 2004-06-09 13:43:05 +00:00
David Inglis
95eca12e8f new ICDescriptor method getDescritor(IProject project, boolean create) 2004-06-09 13:42:01 +00:00
David Inglis
1d2f0a957b I18N patch from Tanya Wolff 2004-06-09 12:37:56 +00:00
Doug Schaefer
e1d46bbeed Updated the SpeedTest to allow for run time selection of configs and to support
the new ScannerSpeedTest which just tests the scanner.
2004-06-09 11:43:21 +00:00
Alain Magloire
0e0f456412 Make sure when something goes wrong before
getting out the launch sequence to terminate the session.

	* src/org/eclise/cdt/launch/internal/CoreFileLaunchDelegate.java
	* src/org/eclise/cdt/launch/internal/LocalCLaunchConfigurationDelegate.java
2004-06-09 03:00:25 +00:00
Alain Magloire
6ba0814133 Quick workaround for PR 57287.
* model/org/eclipse/cdt/core/model/CoreModel.java
2004-06-09 02:30:29 +00:00