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-17032 Ability to configure jQuery / jQuery Mobile versions injected by Palette #306

Merged
merged 1 commit into from May 14, 2014

Conversation

scabanovich
Copy link
Contributor

Model for js/css versioned libraries is implemented.
Preference page to edit the model is created.
Second page for selecting library versions is added to JQM palette wizards.
The same page is used for new wizards for only inserting JS/CSS.
Tests are added.

void refreshTree() {
try {
tree.refresh();
} catch (Exception e) {}
Copy link
Contributor

Choose a reason for hiding this comment

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

No logging here? Why?

@scabanovich
Copy link
Contributor Author

Fixed for the notes above.


@Override
public void init(IWorkbench workbench, IStructuredSelection selection) {
System.out.println("!!!!!!!!!!!!!!!!");
Copy link
Contributor

Choose a reason for hiding this comment

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

You forgot to remove this println.

@scabanovich
Copy link
Contributor Author

Done.

…cted by Palette

Model for js/css versioned libraries is implemented.
Preference page to edit the model is created.
Second page for selecting library versions is added to JQM palette wizards.
The same page is used for new wizards for only inserting JS/CSS.
Tests are added.
@alexeykazakov alexeykazakov merged commit c72692b into jbosstools:master May 14, 2014
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