[JBoss JIRA] (JBIDE-18270) Better support for ShrinkWrap API in Generate Deployment
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18270?page=com.atlassian.jira.plugi... ]
Snjezana Peco updated JBIDE-18270:
----------------------------------
Fix Version/s: 4.2.1.Final
> Better support for ShrinkWrap API in Generate Deployment
> --------------------------------------------------------
>
> Key: JBIDE-18270
> URL: https://issues.jboss.org/browse/JBIDE-18270
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: testing-tools
> Affects Versions: 4.2.0.CR1
> Reporter: Aslak Knutsen
> Assignee: Snjezana Peco
> Priority: Minor
> Fix For: 4.2.1.Final
>
>
> When doing 'add dependent' classes to 'generate deployment method' is performed;
> How about grouping each dependent class for the same package in a addClasses(X, Y) instead of using addClass on all individually. Just makes the Deployment a bit more visually 'appealing'. In theory addClasses could be more optimized when adding multiple in one call.
> {code}
> org.test.a.X
> org.test.a.Y
> org.test.b.Z
> .addClasses(X, Y)
> .addClass(Z)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18270) Better support for ShrinkWrap API in Generate Deployment
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18270?page=com.atlassian.jira.plugi... ]
Snjezana Peco reassigned JBIDE-18270:
-------------------------------------
Assignee: Snjezana Peco
> Better support for ShrinkWrap API in Generate Deployment
> --------------------------------------------------------
>
> Key: JBIDE-18270
> URL: https://issues.jboss.org/browse/JBIDE-18270
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: testing-tools
> Affects Versions: 4.2.0.CR1
> Reporter: Aslak Knutsen
> Assignee: Snjezana Peco
> Priority: Minor
> Fix For: 4.2.1.Final
>
>
> When doing 'add dependent' classes to 'generate deployment method' is performed;
> How about grouping each dependent class for the same package in a addClasses(X, Y) instead of using addClass on all individually. Just makes the Deployment a bit more visually 'appealing'. In theory addClasses could be more optimized when adding multiple in one call.
> {code}
> org.test.a.X
> org.test.a.Y
> org.test.b.Z
> .addClasses(X, Y)
> .addClass(Z)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18270) Better support for ShrinkWrap API in Generate Deployment
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18270?page=com.atlassian.jira.plugi... ]
Snjezana Peco updated JBIDE-18270:
----------------------------------
Affects Version/s: 4.2.0.CR1
> Better support for ShrinkWrap API in Generate Deployment
> --------------------------------------------------------
>
> Key: JBIDE-18270
> URL: https://issues.jboss.org/browse/JBIDE-18270
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: testing-tools
> Affects Versions: 4.2.0.CR1
> Reporter: Aslak Knutsen
> Assignee: Snjezana Peco
> Priority: Minor
>
> When doing 'add dependent' classes to 'generate deployment method' is performed;
> How about grouping each dependent class for the same package in a addClasses(X, Y) instead of using addClass on all individually. Just makes the Deployment a bit more visually 'appealing'. In theory addClasses could be more optimized when adding multiple in one call.
> {code}
> org.test.a.X
> org.test.a.Y
> org.test.b.Z
> .addClasses(X, Y)
> .addClass(Z)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18443) Forge balloon text font size is too large and part of the text is not visible
by Jiri Peterka (JIRA)
Jiri Peterka created JBIDE-18443:
------------------------------------
Summary: Forge balloon text font size is too large and part of the text is not visible
Key: JBIDE-18443
URL: https://issues.jboss.org/browse/JBIDE-18443
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: forge
Affects Versions: 4.2.0.CR1
Environment: JBDS 8.0.0.CR1, W8.1
Reporter: Jiri Peterka
Priority: Minor
Fix For: 4.2.0.CR2
Forge 2x uses balloon notifications. Font in there is too large to show complete text, specifically seen on W8.1. Font size should be smaller and balloon should be able to show complete notification sentence.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18422) Include latest Tern & AngularJS 0.6.0.201409{23, 25}* into jbosstools/jbds TPs AND Early Access too
by ZERR Angelo (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18422?page=com.atlassian.jira.plugi... ]
ZERR Angelo commented on JBIDE-18422:
-------------------------------------
Just a thing about my fix. It fix the errors (no trace in the console), but compeltion doesn't provide orderBy
It seems that it's a case that I have not managed, I must find time to study that.
> Include latest Tern & AngularJS 0.6.0.201409{23,25}* into jbosstools/jbds TPs AND Early Access too
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-18422
> URL: https://issues.jboss.org/browse/JBIDE-18422
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: target-platform
> Affects Versions: 4.2.0.CR1
> Reporter: Victor Rubezhny
> Assignee: Denis Golovin
> Priority: Blocker
> Labels: new_and_noteworthy
> Fix For: 4.2.0.CR2
>
> Attachments: myApp3.zip, Tern completion with friend.png
>
>
> In JBIDE-18273, the JBT/JBDS target platforms were updated to include the latest Tern 0.6.0.201409041810-SNAPSHOT, but the version of AngularJS included in the Early Access site remained at 0.5.0.201408281218. Since these traditionally have been updated IN PARALLEL at the same time, it seems we need a new version of AngularJS in the EA site.
> However, since the latest AngularJS is now 0.6.0.201409231617, maybe we want to pull the latest Tern 0.6.0.201409231610 too, instead of the 2014/09/04 version?
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months