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

452 commits

Author SHA1 Message Date
David Inglis
e3d23e3704 patch from ChrisW 2004-09-24 19:15:22 +00:00
Doug Schaefer
a1c754d019 Patch for Sam Robb. Fix the property string to be more English compliant. 2004-09-23 15:16:36 +00:00
Alain Magloire
506adaf4b1 OpenInclude action 2004-09-11 03:58:30 +00:00
Alain Magloire
c7b33d247f save the preference when shutting down 2004-09-11 03:58:23 +00:00
Alain Magloire
abf050d657 set the filename for include directives 2004-09-10 19:24:30 +00:00
David Inglis
967d6f8b78 fixed 69719 2004-09-10 19:15:23 +00:00
David Inglis
75c897cf26 group make preferences under one "Make" entry. 2004-09-08 15:05:09 +00:00
Alain Magloire
482188a798 Define the open declaration action properly 2004-09-07 19:29:33 +00:00
Alain Magloire
373ace7ff4 set the location for the builtin files correctly 2004-09-07 19:29:14 +00:00
Alain Magloire
b62a30b9a8 Removing some warnings. 2004-09-07 03:52:25 +00:00
Alain Magloire
73e222cdd8 Provide more setting for the makefile editor. 2004-09-05 23:25:28 +00:00
Alain Magloire
24ce467c84 Add Preference Page to Makefile Editor to allow
the change of settings.
2004-08-29 23:53:42 +00:00
Alain Magloire
c3e3d74edc remove warnings. 2004-08-27 01:50:58 +00:00
David Inglis
45787ce6ed update to use new IPathEntryContainerPage 2004-08-23 20:09:48 +00:00
Alain Magloire
76418574f4 Added GNUMakefile and extension *.mk for the MakefileEditor 2004-08-22 22:21:35 +00:00
Alain Magloire
9bf3b2ef78 Move the MakefileDocumentProvider to use Eclipse-3.0
TextFileBuffer management this will allow us to open
external files also
2004-08-22 22:18:44 +00:00
David Inglis
8abbfa146e fixed buggy encoding/decoding of environment strings 2004-08-20 19:27:21 +00:00
David Inglis
db30e1599c fix for bug 72228 2004-08-19 15:32:26 +00:00
Sean Evoy
b516c01e02 Fix for bugzilla 71134 -- Managed Make: String list command outputs null 2004-08-16 20:41:16 +00:00
Sean Evoy
af2454ec98 Fix for bugzilla 70491 -- Unable to build source files in a linked directory 2004-08-16 17:50:55 +00:00
Sean Evoy
d52cfb4834 Commit for Leo Treggiari -- Fix for bugzilla 71254 2004-08-06 18:58:16 +00:00
Sean Evoy
39dd636454 Commit for Leo Treggiari: bugzilla 70577 and 71254. 2004-08-05 14:30:42 +00:00
Sean Evoy
aed28a3861 Fix fog bugzilla 69112 -- The managed build manager now returns a default makefile generator rather than NULL 2004-08-04 21:00:40 +00:00
Sean Evoy
39e2a667df Committing to head for Leo Treggiari (missed part of the original patch from 5-July-2004) 2004-08-04 18:20:44 +00:00
Alain Magloire
b368cb948d Fix for PR 71106 2004-07-29 19:27:56 +00:00
Sean Evoy
9b08f32b17 Commit for Vlad Hirsl -- The default external scanner info collector was having problems with the output of GCC in non-utf8 locales. It now makes sure the locale is set to utf-8 when it runs GCC on *nix systems 2004-07-29 13:04:34 +00:00
Alain Magloire
75b012b2ec Fix for PR 68908 2004-07-26 18:56:51 +00:00
Sean Evoy
1e12d45919 Commit for Tanya -- fix for bugzilla 70217, a problem where long labels on a section of the build property page were overlapping the selection widget 2004-07-21 19:59:45 +00:00
Doug Schaefer
739203fe55 Upversioning head to 2.1.0. 2004-07-15 15:54:47 +00:00
David Inglis
425adf04b8 new tests (for now only SC console parsing) have been created in
managedbuilder.core.tests plugin.
2004-07-13 20:51:30 +00:00
David Inglis
2fb4452766 PR 62809 [Scanner Config] Handling -DMACRO="value"
PR 63330 [Scanner Config] Auto-discovering dirs with escaped spaces
PR 64226 [Scanner Config] Path discovery supporting UNC filepaths
2004-07-13 20:51:17 +00:00
Doug Schaefer
04c74b6af0 Initial contribution of Mac Port from Greg Watson. 2004-07-07 19:19:42 +00:00
Sean Evoy
89e16972e3 Final tweak for 68786 - Replaced the 'and' in the title with '/' to save some real estate 2004-06-28 18:10:33 +00:00
Sean Evoy
b11c265690 Fix for bug 68786 2004-06-28 17:34:56 +00:00
Sean Evoy
ebd877b1da Fix for bug 47704 - managed make & binary parser problem 2004-06-27 22:21:15 +00:00
Sean Evoy
87e950ec5a Commit for bug 57860 -- Managed make builder cannot handle .s files 2004-06-27 18:18:10 +00:00
Sean Evoy
08ba5b3731 Fix for 66023 - Round Trip Engineering not working for GCC Archiver 2004-06-26 23:17:26 +00:00
Sean Evoy
995d86e7e5 That last change shouldn't have included the assembler tool definition 2004-06-26 22:33:22 +00:00
Sean Evoy
29ab091666 Fix for 65148 -- Cannot build after cancel build of Managed Project 2004-06-26 21:13:09 +00:00
Sean Evoy
c7fd6b490a Commit for Vlad (PR 63471 and PR 68019) 2004-06-26 20:08:14 +00:00
Sean Evoy
b2c2d72f23 I am removing the logging feature from the plugin, and will replace it latter with proper console debugging messages. There wwere a raft of tester bugs that I caused by using the log to report non-critical exceptions I was handling. 2004-06-25 18:20:46 +00:00
David Inglis
d294b00f9d update copyright 2004-06-25 14:49:43 +00:00
Sean Evoy
a93a1b97af Fix for bug 68393 - ClassNotFoundException when starting Eclipse 2004-06-25 13:51:28 +00:00
Sean Evoy
efcd048454 Check-in for bug 68485 - CoreException after creating a Managed C project 2004-06-25 13:31:38 +00:00
David Inglis
4edd1d9f5c copyright update patch from David Daoust 2004-06-24 19:55:36 +00:00
Sean Evoy
266e5c66d8 Fix for bug 67345 -- Logging the exception for updating closed projects is increasing the noise-to-signal ratio. 2004-06-24 19:05:18 +00:00
David Inglis
00bbe82978 patch from Tanya Wolff - Added an accessibleListener to the Build Behaviour properties page for a Make project. This listener is used by the input fields that don't have labels so that MS Inspect Objects or a Screen reader can get the Name object info. 2004-06-24 16:23:51 +00:00
David Inglis
95f7a24e4c patch from Vmir - Patch for PR 65449: [Scanner Config] Editing discovered path lacks
select-copy
2004-06-24 16:21:42 +00:00
Sean Evoy
0f40577e78 Partial fix for bug 63479 -- The binaries for Managed make projects are only listed sometimes. 2004-06-24 15:57:06 +00:00
Sean Evoy
550b35c0c6 Commit for Dave Daoust: adds updated copyright notices for IBM-supplied source 2004-06-24 15:56:06 +00:00