Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 90674 Details for
Bug 205093
API Recorder's Generate Test Suite dialog does not select a default selection.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Changes to defect 205093
patch.txt (text/plain), 2.69 KB, created by
Tony Wang
on 2008-02-25 14:22:22 EST
(
hide
)
Description:
Changes to defect 205093
Filename:
MIME Type:
Creator:
Tony Wang
Created:
2008-02-25 14:22:22 EST
Size:
2.69 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.test.tools.api >Index: src-ui/org/eclipse/tptp/test/tools/api/internal/ui/test/generation/TPTPJUnitTestSuiteGenerationPane.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.tools.api/src-ui/org/eclipse/tptp/test/tools/api/internal/ui/test/generation/TPTPJUnitTestSuiteGenerationPane.java,v >retrieving revision 1.5 >diff -u -r1.5 TPTPJUnitTestSuiteGenerationPane.java >--- src-ui/org/eclipse/tptp/test/tools/api/internal/ui/test/generation/TPTPJUnitTestSuiteGenerationPane.java 19 Apr 2007 18:43:36 -0000 1.5 >+++ src-ui/org/eclipse/tptp/test/tools/api/internal/ui/test/generation/TPTPJUnitTestSuiteGenerationPane.java 25 Feb 2008 19:20:51 -0000 >@@ -66,17 +66,18 @@ > return testSuiteLocationText; > } > >+ > public void init(){ > >- testSuiteGeneratorCombo.select(0); >+ testSuiteGeneratorCombo.select(1); > >- testSuiteLocationText.setEnabled(false); >+ testSuiteLocationText.setEnabled(true); > testSuiteLocationText.setText(""); > >- //Work-around: Set the text field's background color to gray since disabled/enabled un-editable text fields have a gray background, by default. >- testSuiteLocationText.setBackground(((Color)(testSuiteGeneratorCombo.getData("Background")))); >+ //Work-around: Set the text field's background color to white since disabled/enabled un-editable text fields have a gray background, by default. >+ testSuiteLocationText.setBackground(testSuiteGeneratorCombo.getBackground()); > >- testSuiteLocationButton.setEnabled(false); >+ testSuiteLocationButton.setEnabled(true); > } > > private void buildPane(){ >@@ -112,10 +113,18 @@ > testSuiteLocationText.setEnabled(true); > > //Work-around: Set the text field's background color to white since disabled/enabled un-editable text fields have a gray background, by default. >- testSuiteLocationText.setBackground(testSuiteGeneratorCombo.getBackground()); >+ testSuiteLocationText.setBackground(testSuiteGeneratorCombo.getBackground()); > } > else{ >- init(); >+ >+ testSuiteLocationButton.setEnabled(false); >+ >+ testSuiteLocationText.setEnabled(false); >+ testSuiteLocationText.setText(""); >+ >+ //Work-around: Set the text field's background color to gray since disabled/enabled un-editable text fields have a gray background, by default. >+ testSuiteLocationText.setBackground(((Color)(testSuiteGeneratorCombo.getData("Background")))); >+ > } > } > }); >@@ -185,3 +194,4 @@ > layout(false,true); > } > } >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 205093
:
90674
|
90773
|
90992