Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-04-13Removed an NPE when cancel was selected from browse dialog on path or file ↵Sean Evoy1-14/+14
options
2004-04-08Committing work from BitMethods to replace the list field editor with a new ↵Sean Evoy5-6/+780
class that uses icons instead of labesl for New, Edit, Delete, etc
2004-04-06Build error reported for new browse functionality. Corrected the "problem" ↵Sean Evoy1-5/+6
by calling a more explicit version of getShell()
2004-04-05Added a browse button for list optionsSean Evoy4-30/+165
2004-03-29Removed the "All configurations' label from the configuration selector since ↵Sean Evoy1-4/+2
C8 did not make the M8 build
2004-03-26Scaffolding for adding a browse button to the list entry fieldSean Evoy1-9/+46
2004-03-26Added a delete key event handler to the list field editorSean Evoy2-0/+19
2004-03-25The tool page was not refreshing on configuration change events. The problem ↵Sean Evoy3-37/+54
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-24Source code changes for C8 "Clone configurations". Also removed the ↵Sean Evoy6-185/+175
SummaryFieldEditor since that functionality has now been implemented by the MultilineFieldEditor
2004-03-23Fix for a problem with the round-tripping of string optionsSean Evoy1-77/+117
2004-03-22Committing work submitted by BitMethods to round-trip tool options from a ↵Sean Evoy9-99/+1111
summary field back into the option.
2004-03-16Marked remaining strings forming keys, directories and filenames untranslatable.Sean Evoy1-14/+14
2004-03-16Changes for bugzilla 54202 - Changing the active configuration forces a save ↵Sean Evoy5-15/+30
in the cdtbuildfile.
2004-03-05Marked those strings that are non-translatable as such and externalized ↵Sean Evoy12-34/+41
those strings that can be translated.
2004-03-02Work to support new feature C1, "Set Tool Command in Project". Created a new ↵Sean Evoy7-141/+326
preference page that has a single string field editor (for now) to edit the tool command. There is an externalized string for the label. Now that there are preference pages for tools and for options, and both are managed by the property page, the common logic for both preference pages have been refactored into a superclass. In the property page, there is now logic for remembering what tool has been selected as well as what option. The property page now creates preference pages for tools and options. Updated the settings store to add tools as well as options. Tweaked the logic of the tool/option list provider for the property page slightly to handle the case where the selection is a tool and not simply an option.
2004-02-24Work for bug 52647.Sean Evoy2-8/+153
2004-02-17Fixes for 41590, 44159, 51640, and 51646Sean Evoy6-201/+467
2003-11-13Patch for Sean Evoy:Doug Schaefer5-42/+68
- Fixes for bugzilla 44451 and 44841
2003-10-14ICOptionPage has a new method getPreferences()Alain Magloire1-0/+9
implemented.
2003-10-01Patch for Sean Evoy:Doug Schaefer3-6/+18
Use natures to help select what tools are available.
2003-09-26Patch for Sean Evoy:Doug Schaefer3-1/+11
Two of the fixes, 43614 and 43756, involved changing property files only, which validates the extra work of externalizing strings from the start! For 43616, I simply took the advice of the bug reporter and added the '-' in front of the RM macro in the clean target and the include directives in the makefile. The largest part of the fix involves 43220. Until just now, this was a critical bug in bugzilla, so I addressed it. It has just been downgraded to an enhancement request. There is now a new entry widget in the linker options for user objects. The makefile will simply add these to the final build target's command. Most of the work was done in the plugin file and the build model to handle the new "type" of option.
2003-09-26Patch for Sean Evoy:Doug Schaefer1-1/+7
the new project wizard now filters out targets that should not be selected by the user, and that the build model handles inherited option references properly now.
2003-09-24Patch for Sean Evoy:Doug Schaefer6-71/+429
This patch adds a "hook" for F1 help on the new managed project wizard configuration selection page. It also adds functionality to the managed build project property page to allow the user to edit the make command and build artifact name. They can also add and delete configurations from a target. There is no support for adding another target to a project in this release.
2003-09-22Patch for Sean Evoy:Doug Schaefer4-6/+10
- I have removed the binary parser selection from the new managed project wizard and hard-coded the proper parser ID in the plugin spec for the build model. There is an updated JUnit test that verifies this change to the build model. - There is also a fix for the library problem on *nix. The makefile pattern was also changed slightly to better capture the dependencies between the build target and the outputs of other managed projects.
2003-09-16Patch for Sean Evoy:Doug Schaefer1-3/+8
- The fix is for bug 43017, something I need anyway. The incremental build work is to make a full rebuild happen when the build settings change through the UI. Tested the changes on Linux and Win32.
2003-09-15Patch for Sean Evoy:Doug Schaefer22-0/+3442
- Move the managed builder to it's own plugins and feature.

Back to the top