]
Alexey Kazakov commented on JBIDE-17032:
----------------------------------------
Should we hardcode the default versions (2.0.3 and 1.4.2) or just use the latest versions
which match the pattern 2.0.* and 1.4.*? When/if 2.0.4 & 1.4.3 are released and added
by user to the preferences what should we use by default?
I think it's better to use the latest versions which match the patterns of supported
versions for JQM 1.4 and 1.3 until users select some other version (we will remember his
choice for the project). What do you think?
Ability to configure jQuery / jQuery Mobile versions injected by
Palette
------------------------------------------------------------------------
Key: JBIDE-17032
URL:
https://issues.jboss.org/browse/JBIDE-17032
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Priority: Critical
Labels: new_and_noteworthy
Fix For: 4.2.0.Beta2
Attachments: 2014-04-25 17.02.bmml, 2014-04-25 17.02.bmml, 2014-04-25 17.02.png,
css.gif, js.png, lib.png, NextPage.bmml, NextPage.bmml, NextPage.bmml, NextPage.png,
Preferences.bmml, Preferences.png, SeparateDialog.bmml, SeparateDialog.png
Currently the following versions are injected for JQM 1.4:
{code}
<script
src="http://code.jquery.com/jquery-1.10.2.min.js"></scrip...
<script
src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js&...
{code}
And for JQM 1.3:
{code}
<script
src="http://code.jquery.com/jquery-1.9.1.min.js"></script...
<script
src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js&...
{code}
It would be good if we have a place where users can configure what versions of JQ and JQM
they want to inject.