[JBoss JIRA] (JBIDE-14527) Add source option to 'generate deployment method' on abstract classes
by Lucia Jelinkova (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14527?page=com.atlassian.jira.plugi... ]
Lucia Jelinkova closed JBIDE-14527.
-----------------------------------
Verified JBT 4.2.0.beta3
> Add source option to 'generate deployment method' on abstract classes
> ---------------------------------------------------------------------
>
> Key: JBIDE-14527
> URL: https://issues.jboss.org/browse/JBIDE-14527
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: testing-tools
> Reporter: Aslak Knutsen
> Assignee: Snjezana Peco
> Labels: new_and_noteworthy
> Fix For: 4.1.1.Alpha1, 4.2.0.Alpha1
>
>
> {code}
> @RunWith(Arquillian.class)
> public abstract class AbstractTest
> {
> @Test
> public void testa() {}
> }
> {code}
> This should show no warning on 'missing deployment method' since it's a common pattern to have @Test's in a superclass with multiple sub classes that define deployments, but it's also a common pattern to have the deployment defined in a super class and multiple sub classes with different testing scenarios.
> Given a abstract class
> When there is no deployment method
> Then give the 'source' option to 'generate deployment method'
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-18110) OpenShift explorer: Shortcuts should be disable if OpenShift Explorer view has lost focus
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18110?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-18110:
----------------------------------
Workaround Description: Unselect connection/domain/application or close OpenShift Explorer view.
Workaround: Workaround Exists
> OpenShift explorer: Shortcuts should be disable if OpenShift Explorer view has lost focus
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-18110
> URL: https://issues.jboss.org/browse/JBIDE-18110
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.CR1
> Reporter: Marián Labuda
> Priority: Critical
> Labels: explorer
> Fix For: 4.2.0.CR1
>
>
> We have added shortcuts for deletion of application(s), domain(s) and connection(s) in OpenShift Explorer view. The "Delete" shortcut, often used in text editor, invoke dialog to delete an entry (application/domain/connection). The problem is that shortcuts are taken all the time, although the OpenShift Explorer view has lost focus.
> This cause deletion of character in text editors impossible while OpenShift Explorer is opened.
> We should set up to listen for shortcuts if and only if OpenShift Explorer view is opened and has focus.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-18110) OpenShift explorer: Shortcuts should be disable if OpenShift Explorer view has lost focus
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18110?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-18110:
----------------------------------
Fix Version/s: 4.2.0.CR1
> OpenShift explorer: Shortcuts should be disable if OpenShift Explorer view has lost focus
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-18110
> URL: https://issues.jboss.org/browse/JBIDE-18110
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.CR1
> Reporter: Marián Labuda
> Priority: Critical
> Labels: explorer
> Fix For: 4.2.0.CR1
>
>
> We have added shortcuts for deletion of application(s), domain(s) and connection(s) in OpenShift Explorer view. The "Delete" shortcut, often used in text editor, invoke dialog to delete an entry (application/domain/connection). The problem is that shortcuts are taken all the time, although the OpenShift Explorer view has lost focus.
> This cause deletion of character in text editors impossible while OpenShift Explorer is opened.
> We should set up to listen for shortcuts if and only if OpenShift Explorer view is opened and has focus.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-18110) OpenShift explorer: Shortcuts should be disable if OpenShift Explorer view has lost focus
by Marián Labuda (JIRA)
Marián Labuda created JBIDE-18110:
-------------------------------------
Summary: OpenShift explorer: Shortcuts should be disable if OpenShift Explorer view has lost focus
Key: JBIDE-18110
URL: https://issues.jboss.org/browse/JBIDE-18110
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.2.0.CR1
Reporter: Marián Labuda
Priority: Critical
We have added shortcuts for deletion of application(s), domain(s) and connection(s) in OpenShift Explorer view. The "Delete" shortcut, often used in text editor, invoke dialog to delete an entry (application/domain/connection). The problem is that shortcuts are taken all the time, although the OpenShift Explorer view has lost focus.
This cause deletion of character in text editors impossible while OpenShift Explorer is opened.
We should set up to listen for shortcuts if and only if OpenShift Explorer view is opened and has focus.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-18110) OpenShift explorer: Shortcuts should be disable if OpenShift Explorer view has lost focus
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18110?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-18110:
----------------------------------
Labels: explorer (was: )
> OpenShift explorer: Shortcuts should be disable if OpenShift Explorer view has lost focus
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-18110
> URL: https://issues.jboss.org/browse/JBIDE-18110
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.CR1
> Reporter: Marián Labuda
> Priority: Critical
> Labels: explorer
>
> We have added shortcuts for deletion of application(s), domain(s) and connection(s) in OpenShift Explorer view. The "Delete" shortcut, often used in text editor, invoke dialog to delete an entry (application/domain/connection). The problem is that shortcuts are taken all the time, although the OpenShift Explorer view has lost focus.
> This cause deletion of character in text editors impossible while OpenShift Explorer is opened.
> We should set up to listen for shortcuts if and only if OpenShift Explorer view is opened and has focus.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-8874) Support XML documents for XSLT compliant browser
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-8874?page=com.atlassian.jira.plugin... ]
Denis Golovin commented on JBIDE-8874:
--------------------------------------
you don't see it in editor because preview doesn't know how process xml and xsl files and just wrap them in html5.
Try to apply this PR https://github.com/jbosstools/jbosstools-vpe/pull/268 and remove ® char from catalog example.
> Support XML documents for XSLT compliant browser
> ------------------------------------------------
>
> Key: JBIDE-8874
> URL: https://issues.jboss.org/browse/JBIDE-8874
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: visual-page-editor-core
> Affects Versions: 3.3.0.M1
> Reporter: Denis Golovin
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: 4.3.0.Alpha1
>
> Attachments: screenshot59.png, xml-xsl.png
>
>
> Would be good to have support to show documents for XSLT compliant browser like
> {code:title=cdcatalog.xsl|borderStyle=solid}
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <!-- Edited by XMLSpy® -->
> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
> <xsl:template match="/">
> <html>
> <body>
> <h2>My CD Collection</h2>
> <table border="1">
> <tr bgcolor="#9acd32">
> <th>Title</th>
> <th>Artist</th>
> </tr>
> <xsl:for-each select="catalog/cd">
> <tr>
> <td><xsl:value-of select="title"/></td>
> <td><xsl:value-of select="artist"/></td>
> </tr>
> </xsl:for-each>
> </table>
> </body>
> </html>
> </xsl:template>
> </xsl:stylesheet>
> {code}
> {code:title=page.xml|borderStyle=solid}
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <?xml-stylesheet type="text/xsl" href="cdcatalog.xsl"?>
> <!-- Edited by XMLSpy® -->
> <catalog>
> <cd>
> <title>Empire Burlesque</title>
> <artist>Bob Dylan</artist>
> <country>USA</country>
> <company>Columbia</company>
> <price>10.90</price>
> <year>1985</year>
> </cd>
> <cd>
> <title>Hide your heart</title>
> <artist>Bonnie Tyler</artist>
> <country>UK</country>
> <company>CBS Records</company>
> <price>9.90</price>
> <year>1988</year>
> </cd>
> <cd>
> <title>Greatest Hits</title>
> <artist>Dolly Parton</artist>
> <country>USA</country>
> <company>RCA</company>
> <price>9.90</price>
> <year>1982</year>
> </cd>
> </catalog>
> {code}
> Visual part of editor would look like:
> !screenshot59.png!
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-17264) Forge Console crashes when auto-completing values
by Ståle Pedersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17264?page=com.atlassian.jira.plugi... ]
Ståle Pedersen edited comment on JBIDE-17264 at 8/20/14 8:02 PM:
-----------------------------------------------------------------
[~maxandersen] well, yes ofc its stuck when eclipse doesnt do what it is supposed to do :)
it looks like eclipse is acting like an ansi console, but it doesnt support the command for fetching the cursor position.
look at; http://www.termsys.demon.co.uk/vtansi.htm
when sending a {{<ESC>[6n}} æsh will lock until it receives data in the input stream like:
{{<ESC>[{ROW};{COLUMN}R}}
tbh im not sure how needed it is for æsh to query the terminal if it has the correct cursor position, but i think its "good practice".
was (Author: stalep):
[~maxandersen] well, yes ofc its stuck when eclipse doesnt do what it is supposed to do :)
it looks like eclipse is acting like an ansi console, but it doesnt support the command for fetching the cursor position.
look at; http://www.termsys.demon.co.uk/vtansi.htm
when sending a {{<ESC>[6n}} æsh will lock until it receives data in the input stream like: {{<ESC>[{ROW};{COLUMN}R}}
tbh im not sure how needed it is for æsh to query the terminal if it has the correct cursor position, but i think its "good practice".
> Forge Console crashes when auto-completing values
> -------------------------------------------------
>
> Key: JBIDE-17264
> URL: https://issues.jboss.org/browse/JBIDE-17264
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Reporter: George Gastaldi
> Assignee: Koen Aers
> Priority: Critical
> Fix For: 4.2.0.CR1
>
> Attachments: jstack.txt
>
>
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-17264) Forge Console crashes when auto-completing values
by Ståle Pedersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17264?page=com.atlassian.jira.plugi... ]
Ståle Pedersen edited comment on JBIDE-17264 at 8/20/14 8:03 PM:
-----------------------------------------------------------------
[~maxandersen] well, yes ofc its stuck when eclipse doesnt do what it is supposed to do :)
it looks like eclipse is acting like an ansi console, but it doesnt support the command for fetching the cursor position.
look at; http://www.termsys.demon.co.uk/vtansi.htm
when sending a {{<ESC>[6n}} æsh will lock until it receives data in the input stream like:
bq. <ESC>[{ROW};{COLUMN}R
tbh im not sure how needed it is for æsh to query the terminal if it has the correct cursor position, but i think its "good practice".
was (Author: stalep):
[~maxandersen] well, yes ofc its stuck when eclipse doesnt do what it is supposed to do :)
it looks like eclipse is acting like an ansi console, but it doesnt support the command for fetching the cursor position.
look at; http://www.termsys.demon.co.uk/vtansi.htm
when sending a {{<ESC>[6n}} æsh will lock until it receives data in the input stream like:
{{<ESC>[{ROW};{COLUMN}R}}
tbh im not sure how needed it is for æsh to query the terminal if it has the correct cursor position, but i think its "good practice".
> Forge Console crashes when auto-completing values
> -------------------------------------------------
>
> Key: JBIDE-17264
> URL: https://issues.jboss.org/browse/JBIDE-17264
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Reporter: George Gastaldi
> Assignee: Koen Aers
> Priority: Critical
> Fix For: 4.2.0.CR1
>
> Attachments: jstack.txt
>
>
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months