Sean Evoy
aceec3d10f
Updated the implementation to match the new method signature for the IScannerInfoCollector interface
2004-05-10 13:34:53 +00:00
David Inglis
41201a534a
patch from vlad.
...
PR 59971 - [Scanner Config] Cannot change default scanner info command,
No PR - improvement in transformation of relative to absolute paths
Also a change in IScannerInfoCollector interface to allow console parsers
to contribute arbitrary information (like compiler version info, imacros,
target specific options, ...) to the collector.
2004-05-07 20:44:28 +00:00
Sean Evoy
a7ad0b285d
Adding the capability of dynamically discovering the built-in compiler paths and symbols and storing them in a PathContainer. The UI has been modified to allw users to turn off indexing for a managed project
2004-05-07 18:55:24 +00:00
David Inglis
ee00ba1b15
From vlad - PR 60181 - [ScannerConfig] Gets confused on IncludePaths with spaces
2004-05-07 13:02:09 +00:00
David Inglis
dc6207ddf8
patch from vlad
...
This patch publishes ScannerInfoCollector collection interface so that
ManagedMake can reuse StandardMake external scanner info provider and
console parser but provide its own scanner info collector. Eventually it
may be promoted to an extension point.
Also there is a fix for processing cygpaths when parsing make output and
small UI enhancement.
2004-05-05 18:29:42 +00:00
David Inglis
ab74918aec
move messages into own message class
2004-05-05 02:46:50 +00:00
David Inglis
9c37a06171
patch for indexer option
2004-05-04 20:28:42 +00:00
Sean Evoy
c8bbe7c2eb
Forgot to mark a string as non-externalized
2004-05-04 19:52:47 +00:00
Sean Evoy
f971a5046c
Changed the toolchain specification for Gnu tools to add a generic set of target definitions for POSIX targets. There is also a redefined set of tools and options. There is also a conversion routine that runs on workspace startup to convert older projects into the newer format.
2004-05-04 15:06:54 +00:00
David Inglis
3303fed1ef
patch from vlad
2004-04-30 00:35:14 +00:00
Doug Schaefer
971ac3a04c
They got rid of the IMG_LOCKED image from the platform and now just use IMG_INFO.
2004-04-28 21:28:22 +00:00
Alain Magloire
d68f9f40cd
Fix PR https://bugs.eclipse.org/bugs/show_bug.cgi?id=60232
2004-04-28 14:02:38 +00:00
Sean Evoy
204639a516
*** empty log message ***
2004-04-23 17:20:51 +00:00
Sean Evoy
5b20ba9b22
Moved the managed build tests from the core tests package to here
2004-04-23 15:21:23 +00:00
Sean Evoy
2852cc63c2
First check-in
2004-04-23 14:26:43 +00:00
Sean Evoy
ae1b577d72
External code commit from Leo Treggiari from Intel that adds support for adding and removing error psarser on a managed build project
2004-04-22 18:10:51 +00:00
Sean Evoy
b66bb2d4b7
External code commit from Leo Treggiari from Intel that adds support for adding and removing error psarser on a managed build project
2004-04-22 18:04:54 +00:00
David Inglis
3b65eeb53f
patch from vlad
2004-04-22 13:07:10 +00:00
David Inglis
69bab80e56
patch from vlad
2004-04-20 19:02:50 +00:00
Alain Magloire
c03efa8220
save before building.
2004-04-20 18:21:46 +00:00
Sean Evoy
4f86ebbdd4
Work to support the versioning of the managed build tool definition schema and project files. This work was needed in order to refactor the rather large default tool definitions and to support ongoing enhancements to the managed build system.
2004-04-20 15:09:51 +00:00
David Inglis
e75bafa4a4
patch from vhirsl@ca.ibm.com for scanner discovery machanism
2004-04-15 19:02:00 +00:00
Sean Evoy
ecdbf0cd6e
Fix for bugzilla 58164 "Change the tool command "gcc" not resetable" and bugzilla 58497 "Can't create a Managed Project". In the first case, the version testing did not take the qualifier the nightly build adds into account so it thought the plugin version was too high, and in the second, the configuration was not flagged as dirty, so after the reset, the change back was not saved.
2004-04-14 19:39:22 +00:00
Alain Magloire
74cf488602
fix pr 57823
2004-04-14 19:35:12 +00:00
Sean Evoy
976822c247
Fix for bugzilla 58305 "Tool command overide is not kept in a Team Environment". In some cases, the managed build system was losing track that the command change should force a rewrite of the build file. Cleaning up the logic for save on minimal or no changes caused this problem to become evident.
2004-04-13 20:21:30 +00:00
Sean Evoy
3a76c4f68c
Removed an NPE when cancel was selected from browse dialog on path or file options
2004-04-13 19:39:42 +00:00
Sean Evoy
64916e2284
Committing work from BitMethods to replace the list field editor with a new class that uses icons instead of labesl for New, Edit, Delete, etc
2004-04-08 19:27:39 +00:00
Doug Schaefer
d546766bee
Removed the reference to xerces.
2004-04-07 17:22:09 +00:00
Sean Evoy
0d4329b166
Partial implementation of bugzilla 45172: "Add Infos on Build, which Target is being build". There is now a message about the project and configuration being built, along with the type of build, displayed on the console
2004-04-06 15:21:18 +00:00
Doug Schaefer
3a5e182ba9
Fixed the warnings from the nightly build. There seems to
...
be a problem with Organize Imports which adds
unnecessary imports so I anticipate these returning
over time until the Organize Imports feature is fixed.
2004-04-06 14:24:15 +00:00
Sean Evoy
8ae9494db3
Build error reported for new browse functionality. Corrected the "problem" by calling a more explicit version of getShell()
2004-04-06 13:42:03 +00:00
Sean Evoy
bde7613ebe
Added a browse button for list options
2004-04-05 15:29:09 +00:00
Sean Evoy
66c786380a
Added a field to the option schema that allows a browse type to be encoded and a new sequence to the option reference with list values
2004-04-05 15:28:23 +00:00
David Inglis
839bb5375c
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=57409
2004-04-05 12:14:48 +00:00
David Inglis
7d84a3a410
properly set binary parsers
2004-04-03 20:40:36 +00:00
David Inglis
b761c44c1e
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=57142
2004-04-03 03:58:10 +00:00
David Inglis
215a710dc7
use core preference settings
2004-04-02 19:02:25 +00:00
Doug Schaefer
62a5a610ad
Added back the xerces deps.
2004-04-01 20:52:48 +00:00
Doug Schaefer
e3569cbd19
Removing plugin and feature references to xerces.
2004-04-01 20:39:39 +00:00
Alain Magloire
c5df08b65b
Makefile icon
2004-04-01 18:26:50 +00:00
David Inglis
fd4d49ba30
added background target building
...
added ui to configure/enable workbecnk clean operation.
2004-03-31 21:46:52 +00:00
David Inglis
d8a96ca65d
added clean build option
...
fixed make target with no target
2004-03-31 21:45:57 +00:00
Sean Evoy
266e19853c
Removed the "All configurations' label from the configuration selector since C8 did not make the M8 build
2004-03-29 21:02:51 +00:00
David Inglis
e888d97cff
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=56583
2004-03-29 17:02:02 +00:00
Alain Magloire
58513148c2
Provide the action "show selected element"
2004-03-29 02:34:48 +00:00
Sean Evoy
69b06bd290
Scaffolding for adding a browse button to the list entry field
2004-03-26 16:38:18 +00:00
Sean Evoy
6475a7ac01
Added a delete key event handler to the list field editor
2004-03-26 15:14:26 +00:00
David Inglis
4d037cc146
mark a few more strings as non-externalized
2004-03-26 03:08:52 +00:00
David Inglis
de5291751a
added nature id to CProject
...
add scannerinfo upon project configure
2004-03-25 19:36:20 +00:00
Sean Evoy
8e163f4d5e
The tool page was not refreshing on configuration change events. The problem was that the list control was returning the tool instead of the reference, and since all the references point to the same tool, the property page thought nothing had changed and did not repaint the selection. Switched around the logic of the list content and label provider to work better under this case.
2004-03-25 19:00:18 +00:00