[JBoss JIRA] (JBIDE-16338) JQuery Mobile 1.4 class="ui-*" content assist
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16338?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-16338:
----------------------------------------
JBT already provides a good content assist for style classes in class="" attributes. But it works only if the linked css is available in the local file system.
For example:
{code}
<head>
<link rel="stylesheet" href="resources/jquery.mobile-1.4.0.min.css" />
</head>
{code}
Style classes from jquery.mobile-1.4.0.min.css will be available for content assist if there is resources/jquery.mobile-1.4.0.min.css.
Another example:
{code}
<head>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.0/jquery.mobile-1.4.0.min.css" />
</head>
{code}
Style classes from a remote site won't be available for content assist.
Maybe we should download css files and store them in the workspace and use them as local if there is a link with the same remote URL.
> JQuery Mobile 1.4 class="ui-*" content assist
> ---------------------------------------------
>
> Key: JBIDE-16338
> URL: https://issues.jboss.org/browse/JBIDE-16338
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Labels: new_and_noteworthy
> Fix For: 4.2.0.Alpha2
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (JBIDE-16305) Document the Hybrid Mobile project artifacts that should be placed under version control
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16305?page=com.atlassian.jira.plugi... ]
Gorkem Ercan commented on JBIDE-16305:
--------------------------------------
.project file is how eclipse recognizes an eclipse project.
config.json is actually what the Cordova CLI and Phonegap uses to recognize cordova projects. In the next release, we will also be using config.json to store the Cordova engine & version used by the project. Both of these files are meant to be shared.
[~mmurray] Can you suggest, how we should proceed with this?
> Document the Hybrid Mobile project artifacts that should be placed under version control
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-16305
> URL: https://issues.jboss.org/browse/JBIDE-16305
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.CR1
> Reporter: Vineet Reynolds
>
> I noticed the project directory containing a {{.cordova}} directory with a config.json file. Also, the Eclipse {{.project}} file contains a reference to the {[HybridAppNature}}.
> I'm not sure if both of these files should be placed under version control. Only the {{www}} directory seemed obvious enough to place under SCM. It would be great if we could get this documented so that end-users are aware of how to share Hybrid Mobile projects.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (JBIDE-16322) Add an option to generate a menu in New JQM Panel wizard
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16322?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-16322:
-----------------------------------
Description:
Let's create an option for New Panel wizard which will allow user to generate a listview widget.
!scr.png!
was:Let's create an option for New Panel wizard which will allow user to generate a listview widget.
> Add an option to generate a menu in New JQM Panel wizard
> --------------------------------------------------------
>
> Key: JBIDE-16322
> URL: https://issues.jboss.org/browse/JBIDE-16322
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.2.0.Alpha2
>
> Attachments: scr.png
>
>
> Let's create an option for New Panel wizard which will allow user to generate a listview widget.
> !scr.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (JBIDE-16258) Fix text in Android 17 warning
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16258?page=com.atlassian.jira.plugi... ]
Gorkem Ercan updated JBIDE-16258:
---------------------------------
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
Fix Version/s: 4.2.0.Alpha2
Assignee: Gorkem Ercan
> Fix text in Android 17 warning
> ------------------------------
>
> Key: JBIDE-16258
> URL: https://issues.jboss.org/browse/JBIDE-16258
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.CR1
> Reporter: Michelle Murray
> Assignee: Gorkem Ercan
> Fix For: 4.2.0.Alpha2
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> When Android 17 or later is not installed (JBIDE-15885), error message states:
> Please install Android target17 Run `android` from your command-line to install/upgrade any missing SDKs or tools.
> Suggested improvement:
> Please install Android API 17 or later. use the Android SDK Manager to install or upgrade any missing SDKs to tools.
> 1. Better to say 17 or later and not just 17
> 2. Better not to be specific about how to do 'run android from command line' - some people might have ADT installed in Eclipse, and android doesn't necessarily have to be executed form command line on all systems.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (JBIDE-16258) Fix text in Android 17 warning
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16258?page=com.atlassian.jira.plugi... ]
Gorkem Ercan commented on JBIDE-16258:
--------------------------------------
fixed the message as suggessted and released a fix to 4.2.x
> Fix text in Android 17 warning
> ------------------------------
>
> Key: JBIDE-16258
> URL: https://issues.jboss.org/browse/JBIDE-16258
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.CR1
> Reporter: Michelle Murray
> Assignee: Gorkem Ercan
> Fix For: 4.2.0.Alpha2
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> When Android 17 or later is not installed (JBIDE-15885), error message states:
> Please install Android target17 Run `android` from your command-line to install/upgrade any missing SDKs or tools.
> Suggested improvement:
> Please install Android API 17 or later. use the Android SDK Manager to install or upgrade any missing SDKs to tools.
> 1. Better to say 17 or later and not just 17
> 2. Better not to be specific about how to do 'run android from command line' - some people might have ADT installed in Eclipse, and android doesn't necessarily have to be executed form command line on all systems.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (JBIDE-16258) Fix text in Android 17 warning
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16258?page=com.atlassian.jira.plugi... ]
Gorkem Ercan resolved JBIDE-16258.
----------------------------------
Resolution: Done
> Fix text in Android 17 warning
> ------------------------------
>
> Key: JBIDE-16258
> URL: https://issues.jboss.org/browse/JBIDE-16258
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.CR1
> Reporter: Michelle Murray
> Assignee: Gorkem Ercan
> Fix For: 4.2.0.Alpha2
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> When Android 17 or later is not installed (JBIDE-15885), error message states:
> Please install Android target17 Run `android` from your command-line to install/upgrade any missing SDKs or tools.
> Suggested improvement:
> Please install Android API 17 or later. use the Android SDK Manager to install or upgrade any missing SDKs to tools.
> 1. Better to say 17 or later and not just 17
> 2. Better not to be specific about how to do 'run android from command line' - some people might have ADT installed in Eclipse, and android doesn't necessarily have to be executed form command line on all systems.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months