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

3774 commits

Author SHA1 Message Date
Alain Magloire
d523bd1dbf New constructor for ShowInCView 2004-02-25 02:52:33 +00:00
John Camelon
d0ae8c2f99 Refactoring Scanner.handleInclusion to be more modular. 2004-02-25 02:41:41 +00:00
Alain Magloire
54e925ee1f Fix pr 52562 2004-02-24 23:10:55 +00:00
Alain Magloire
a26e6b67e2 Fix 52790 2004-02-24 23:01:18 +00:00
Alain Magloire
6904bc4b71 Move the getPath() method in the IPathEntry base class. 2004-02-24 22:21:11 +00:00
Andrew Niefer
b4309ac47a Start of bug 51485: PST Templates: Explicit Specialization 2004-02-24 22:09:59 +00:00
Sean Evoy
c80f98594b 2004-02-24 Sean Evoy
Changed the makefile generator to escape any whitespace it finds in a dependency path. Now it is possible to build a project in a location with spaces but you still cannot have internal folders with spaces in the name. 
* src/org/eclipse/cdt/managedbuilder/internal/core/MakefileGenerator.java
	
Tweaked the builder to put only the make command in invocation if there were no arguments spec'd. It seemed to be causing a fake error message to be reported on Linux even though make was successfully building the project.
* src/org/eclipse/cdt/managedbuilder/internal/core/GeneratedMakefileBuilder.java
2004-02-24 21:25:12 +00:00
John Camelon
35ad4ab120 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=52823 2004-02-24 18:18:56 +00:00
John Camelon
ac87e55ae0 Partial Fix for Bug 52534 - Selection Search offset limit reached is broken 2004-02-24 16:01:32 +00:00
Sean Evoy
73178a9453 Work for bug 52647. 2004-02-24 15:18:13 +00:00
Alain Magloire
5872a87f8c Support for delta in the ICElementDelta hierarchy for
IPathEntry deltas.
2004-02-24 05:03:30 +00:00
David Inglis
f25407a2dc cleanup
start of string cleanup
improved error handling with targets
2004-02-24 02:04:02 +00:00
David Inglis
181ceb45e7 cleanup
improved error handling
2004-02-24 02:03:08 +00:00
Doug Schaefer
22dcf4b013 Undo! 2004-02-23 19:53:47 +00:00
Doug Schaefer
e10c748d02 Testing out asserts. 2004-02-23 19:25:00 +00:00
Mikhail Khodjaiants
618b4f8e95 Fire the "suspend" event when the target is suspended because of an error. 2004-02-23 18:56:28 +00:00
John Camelon
a1a3f31dda Fixed CModelManager.isValidTranslationUnitName() regression. 2004-02-23 18:46:13 +00:00
Alain Magloire
71bfb71873 refactoring suite 2004-02-23 04:34:33 +00:00
Alain Magloire
0faa6b124c more testing 2004-02-23 04:33:38 +00:00
Alain Magloire
dcf729b3ca refactoring. 2004-02-22 06:08:18 +00:00
Alain Magloire
97c1e621cd more testing 2004-02-21 22:04:44 +00:00
Alain Magloire
49bda30169 Refactor of ICPathEntry to IPathEntry 2004-02-21 22:03:50 +00:00
Alain Magloire
31196e5d83 Refactor ICPathEntry to IPathEntry.
And use a manager PathEntryManager to deal
with the IPathEntries
2004-02-21 22:00:46 +00:00
Alain Magloire
d2990e8a84 CPathEntry draft. 2004-02-20 23:09:24 +00:00
Alain Magloire
5f424df50d Fix PR 52618 2004-02-20 17:58:23 +00:00
Alain Magloire
aa349fc2b3 Partial fix for PR 52155. 2004-02-20 17:35:44 +00:00
Andrew Niefer
2c1e95c730 bug 52567 - cdt NPE prevents java search from working 2004-02-20 15:31:33 +00:00
Alain Magloire
92b0174888 filterClass contribution attribute to use the "Run"
launch ShortCut.
2004-02-20 04:34:28 +00:00
Alain Magloire
9579ebb09c Support For the Run contribution 2004-02-19 23:29:54 +00:00
David Inglis
a0d5e302cb fixed bug# 52490 2004-02-19 19:46:46 +00:00
Andrew Niefer
cde4b34929 fix ParserSymbolTableTests.testUsingDeclaration_2.
It was failing sometimes due to an order dependancy
2004-02-19 16:23:36 +00:00
Alain Magloire
2eb7c8d6d8 remove comments. 2004-02-19 16:04:11 +00:00
Alain Magloire
3e7cdc86af indentation. 2004-02-19 15:52:37 +00:00
Alain Magloire
8605adfe72 Fix for PR #52317 2004-02-19 15:49:58 +00:00
David Inglis
228957743b some work on externalizing strings 2004-02-19 13:38:36 +00:00
Alain Magloire
bd77af6152 Remove Eclipse 2.0 deprecated calls. 2004-02-19 02:10:07 +00:00
Alain Magloire
4adc2a5dbf Use Eclipse-3.0 API 2004-02-19 01:57:59 +00:00
Andrew Niefer
965904453b bug 52412 - using declarations are problematic in the PST 2004-02-18 21:03:42 +00:00
Alain Magloire
82d727f5e6 Remove deprecated Eclipse-2.0 calls. 2004-02-18 20:53:44 +00:00
Alain Magloire
9bf8316c22 Added image icon when attaching. 2004-02-18 20:14:05 +00:00
Alain Magloire
75e82f6762 Use a two pane select dialog when attaching 2004-02-18 03:51:31 +00:00
Alain Magloire
45d013d253 save the PID when attaching. 2004-02-18 03:51:06 +00:00
Alain Magloire
7c2f688b9a Use Eclipse 3.o API to find the fragment location. 2004-02-18 03:50:38 +00:00
David Inglis
50f8f8a971 fixed bug # 52095 2004-02-17 22:06:12 +00:00
Mikhail Khodjaiants
af45b6d210 Merged changes from 1.2.1 branch. 2004-02-17 19:38:43 +00:00
Mikhail Khodjaiants
5c81a61e91 Merged changes from 1.2.1 branch. 2004-02-17 19:05:42 +00:00
Andrew Niefer
57d4d66372 Bug 52111 - IContainerSymbol.removeSymbol() required 2004-02-17 16:59:37 +00:00
John Camelon
4e0cc83700 Patch for Sean Evoy.
JUnit tests have been updated for the two testable problems, and the patch has been regression tested on Linux.
2004-02-17 15:31:25 +00:00
Thomas Fletcher
99f9cd3e5d Fix to address PR 52085 where there was no mechanism
for importing environment variables into the configuration.
2004-02-17 14:57:44 +00:00
Thomas Fletcher
35bea588e0 Fix to address PR 52085 where there was no mechanism
for importing environment variables into the configuration.
2004-02-17 14:47:22 +00:00