Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JBIDE-20095] impl'ed validation for parameters #732

Merged
merged 1 commit into from Aug 11, 2015

Conversation

adietish
Copy link
Member

…y trackEvent(). So we will send all events right away instead of counting them for 24 hours.

@adietish adietish force-pushed the JBIDE-20095 branch 2 times, most recently from 70a1e8a to 5518d40 Compare August 11, 2015 16:45
@adietish adietish changed the title JBIDE-20167 Openshift Tooling Usage Tracking. Replaced countEvent() b… [JBIDE-20095] impl'ed validation for parameters Aug 11, 2015
@adietish
Copy link
Member Author

@fbricon plz review

@@ -110,39 +125,116 @@ public void doubleClick(DoubleClickEvent event) {
.align(SWT.FILL, SWT.FILL).applyTo(resetButton);
resetButton.setText("Reset");
resetButton.addSelectionListener(onReset());

Label requiredExplanationLabel = new Label(templateParametersGroup, SWT.None);
requiredExplanationLabel.setText("* = value required, edit or double click to change them.");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

click the 'Edit...' button or double-click on a value to edit it.

@fbricon
Copy link
Member

fbricon commented Aug 11, 2015

LGTM, if you can change the label as commented above

@adietish adietish merged commit f36bbfb into jbosstools:master Aug 11, 2015
@adietish adietish deleted the JBIDE-20095 branch August 11, 2015 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants