[JBoss JIRA] (JBDS-3460) Line numbers should be shown in text editors by default
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3460?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3460:
--------------------------------
CDW release: ?
Status: New (was: New)
Target Release: 9.0.0.GA
> Line numbers should be shown in text editors by default
> -------------------------------------------------------
>
> Key: JBDS-3460
> URL: https://issues.jboss.org/browse/JBDS-3460
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: build, installer
> Affects Versions: 9.0.0.Beta1
> Reporter: Marián Labuda
> Assignee: Denis Golovin
> Fix For: 9.0.0.Beta2
>
>
> Eclipse use by default shown line numbers for text editors (e.g. Java classes). But our developer studio has line numbers hidden by default. I remember there was some questionnarie some time ago but unfortunately I do not remember results from it.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBDS-3460) Line numbers should be shown in text editors by default
by CDW Engine (JIRA)
[ https://issues.jboss.org/browse/JBDS-3460?page=com.atlassian.jira.plugin.... ]
CDW Engine updated JBDS-3460:
-----------------------------
CDW docs_ack: ?
CDW devel_ack: ?
CDW qa_ack: ?
> Line numbers should be shown in text editors by default
> -------------------------------------------------------
>
> Key: JBDS-3460
> URL: https://issues.jboss.org/browse/JBDS-3460
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: build, installer
> Affects Versions: 9.0.0.Beta1
> Reporter: Marián Labuda
> Assignee: Denis Golovin
> Fix For: 9.0.0.Beta2
>
>
> Eclipse use by default shown line numbers for text editors (e.g. Java classes). But our developer studio has line numbers hidden by default. I remember there was some questionnarie some time ago but unfortunately I do not remember results from it.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20092) Connection wizard: hitting retrivial link with mouse does not do anything on OSX (hitting enter works)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20092?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-20092 at 6/29/15 6:15 PM:
-------------------------------------------------------------------
[~snjeza] [~maxandersen] thx for the patch. I tried it but it has no effect for me on MacOS. On MacOS the link to singn up to OpenShift on the top of the dialog isnt functional either.
!singnup-link.png!
I tried attaching lowlevel mouse- and selection listeners but they all wont work either. Only hitting "Return" invokes them once the link is focused.
Even more weird is that we have a link in the OpenShift Explorer when there are no connection. This link opens the connection wizard so that you can create a new connection. This link works perfectly fine on MacOS even though it has no difference in code at all. It's also a SWT Link widget and we also attach a SelectionListener to it.
!new-connection-link.png!
*Label*, *CLabel* and *Hyperlink* all react to clicks.
I am absoutely clueless why this fails on MacOS, this very much smells like a platform issue
As workaround I see us using a label and a hyperlink for the 2 clickable and non-clickable parts (extending the link part in order to have 2 distinct clickable and non-clickable parts):
[Label:Enter a token or][Hyperlink:retireve a new one]
or even better [StyledText: Enter a token or <a>retrieve a new one</a>]
was (Author: adietish):
[~snjeza] [~maxandersen] thx for the patch. I tried it but it has no effect for me on MacOS. On MacOS the link to singn up to OpenShift on the top of the dialog isnt functional either.
!singnup-link.png!
I tried attaching lowlevel mouse- and selection listeners but they all wont work either. Only hitting "Return" invokes them once the link is focused.
Even more weird is that we have a link in the OpenShift Explorer when there are no connection. This link opens the connection wizard so that you can create a new connection. This link works perfectly fine on MacOS even though it has no difference in code at all. It's also a SWT Link widget and we also attach a SelectionListener to it.
!new-connection-link.png!
*Label*, *CLabel* and *Hyperlink* all react to clicks.
I am absoutely clueless why this fails on MacOS, this very much smells like a platform issue
As workaround I see us using a label and a hyperlink for the 2 clickable and non-clickable parts (extending the link part in order to have 2 distinct clickable and non-clickable parts):
[Label:Enter a token or][Hyperlink:retireve a new one]
> Connection wizard: hitting retrivial link with mouse does not do anything on OSX (hitting enter works)
> ------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20092
> URL: https://issues.jboss.org/browse/JBIDE-20092
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Max Rydahl Andersen
> Assignee: Max Rydahl Andersen
> Priority: Critical
> Labels: connection_wizard, openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: new-connection-link.png, retrieve-token-link.png, singnup-link.png
>
>
> using https://console.stg.openshift.com as server
> the retrieve link does nothing if clicked.
> Only if I use "enter" on the keyboard does it actually show a browser.
> Steps:
> # ASSERT: make sure that you're using MacOS
> # EXEC: launch new connection wizard,
> # EXEC: provide host, pick "OpenShift v3" and make sure you have "Oauth" authentication chosen
> # EXEC: hit "retrieve" link
> !retrieve-token-link.png!
> Result:
> Nothing happens
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20092) Connection wizard: hitting retrivial link with mouse does not do anything on OSX (hitting enter works)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20092?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-20092 at 6/29/15 6:08 PM:
-------------------------------------------------------------------
[~snjeza] [~maxandersen] thx for the patch. I tried it but it has no effect for me on MacOS. On MacOS the link to singn up to OpenShift on the top of the dialog isnt functional either.
!singnup-link.png!
I tried attaching lowlevel mouse- and selection listeners but they all wont work either. Only hitting "Return" invokes them once the link is focused.
Even more weird is that we have a link in the OpenShift Explorer when there are no connection. This link opens the connection wizard so that you can create a new connection. This link works perfectly fine on MacOS even though it has no difference in code at all. It's also a SWT Link widget and we also attach a SelectionListener to it.
!new-connection-link.png!
*Label*, *CLabel* and *Hyperlink* all react to clicks.
I am absoutely clueless why this fails on MacOS, this very much smells like a platform issue
As workaround I see us using a label and a hyperlink for the 2 clickable and non-clickable parts (extending the link part in order to have 2 distinct clickable and non-clickable parts):
[Label:Enter a token or][Hyperlink:retireve a new one]
was (Author: adietish):
[~snjeza] [~maxandersen] thx for the patch. I tried it but it has no effect for me on MacOS. On MacOS the link to singn up to OpenShift on the top of the dialog isnt functional either. I tried attaching lowlevel mouse- and selection listeners but they all wont work either.
!singnup-link.png!
Only hitting "Return" invokes them once the link is focused.
Even more weird is that we have a link in the OpenShift Explorer when there are no connection. This link opens the connection wizard so that you can create a new connection. This link works perfectly fine on MacOS even though it has no difference in code at all. It's also a SWT Link widget and we also attach a SelectionListener to it.
!new-connection-link.png!
*Label*, *CLabel* and *Hyperlink* all react to clicks.
I am absoutely clueless why this fails on MacOS, this very much smells like a platform issue
As workaround I see us using a label and a hyperlink for the 2 clickable and non-clickable parts (extending the link part in order to have 2 distinct clickable and non-clickable parts):
[Label:Enter a token or][Hyperlink:retireve a new one]
> Connection wizard: hitting retrivial link with mouse does not do anything on OSX (hitting enter works)
> ------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20092
> URL: https://issues.jboss.org/browse/JBIDE-20092
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Max Rydahl Andersen
> Assignee: Max Rydahl Andersen
> Priority: Critical
> Labels: connection_wizard, openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: new-connection-link.png, retrieve-token-link.png, singnup-link.png
>
>
> using https://console.stg.openshift.com as server
> the retrieve link does nothing if clicked.
> Only if I use "enter" on the keyboard does it actually show a browser.
> Steps:
> # ASSERT: make sure that you're using MacOS
> # EXEC: launch new connection wizard,
> # EXEC: provide host, pick "OpenShift v3" and make sure you have "Oauth" authentication chosen
> # EXEC: hit "retrieve" link
> !retrieve-token-link.png!
> Result:
> Nothing happens
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20092) Connection wizard: hitting retrivial link with mouse does not do anything on OSX (hitting enter works)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20092?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-20092:
-------------------------------------
Attachment: singnup-link.png
new-connection-link.png
> Connection wizard: hitting retrivial link with mouse does not do anything on OSX (hitting enter works)
> ------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20092
> URL: https://issues.jboss.org/browse/JBIDE-20092
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Max Rydahl Andersen
> Assignee: Max Rydahl Andersen
> Priority: Critical
> Labels: connection_wizard, openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: new-connection-link.png, retrieve-token-link.png, singnup-link.png
>
>
> using https://console.stg.openshift.com as server
> the retrieve link does nothing if clicked.
> Only if I use "enter" on the keyboard does it actually show a browser.
> Steps:
> # ASSERT: make sure that you're using MacOS
> # EXEC: launch new connection wizard,
> # EXEC: provide host, pick "OpenShift v3" and make sure you have "Oauth" authentication chosen
> # EXEC: hit "retrieve" link
> !retrieve-token-link.png!
> Result:
> Nothing happens
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-19637) Runtime download hyperlink not working from New Server dialog on Mac
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19637?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-19637:
-------------------------------------
Attachment: (was: new-connection-link.png)
> Runtime download hyperlink not working from New Server dialog on Mac
> --------------------------------------------------------------------
>
> Key: JBIDE-19637
> URL: https://issues.jboss.org/browse/JBIDE-19637
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.0.Alpha2
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Labels: help_wanted
> Fix For: 4.3.0.Beta2
>
>
> When you go through Servers view -> New Server -> EAP 6.1 -> New Runtime and then click "Download and install runtime...", it won't do anything.
> If you go through Preferences -> Server -> Runtime Environments -> Add -> EAP 6.1+ and then click the Download button, it will work.
> This issue applies to both JBDS 8.1.0.GA and JBoss Tools 4.3.0.Alpha2 testing build, but I doubt we will be able to fix this for 4.2.x.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-19637) Runtime download hyperlink not working from New Server dialog on Mac
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19637?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-19637:
-------------------------------------
Attachment: (was: singnup-link.png)
> Runtime download hyperlink not working from New Server dialog on Mac
> --------------------------------------------------------------------
>
> Key: JBIDE-19637
> URL: https://issues.jboss.org/browse/JBIDE-19637
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.0.Alpha2
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Labels: help_wanted
> Fix For: 4.3.0.Beta2
>
>
> When you go through Servers view -> New Server -> EAP 6.1 -> New Runtime and then click "Download and install runtime...", it won't do anything.
> If you go through Preferences -> Server -> Runtime Environments -> Add -> EAP 6.1+ and then click the Download button, it will work.
> This issue applies to both JBDS 8.1.0.GA and JBoss Tools 4.3.0.Alpha2 testing build, but I doubt we will be able to fix this for 4.2.x.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20092) Connection wizard: hitting retrivial link with mouse does not do anything on OSX (hitting enter works)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20092?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-20092:
------------------------------------------
[~snjeza] [~maxandersen] thx for the patch. I tried it but it has no effect for me on MacOS. On MacOS the link to singn up to OpenShift on the top of the dialog isnt functional either. I tried attaching lowlevel mouse- and selection listeners but they all wont work either.
!singnup-link.png!
Only hitting "Return" invokes them once the link is focused.
Even more weird is that we have a link in the OpenShift Explorer when there are no connection. This link opens the connection wizard so that you can create a new connection. This link works perfectly fine on MacOS even though it has no difference in code at all. It's also a SWT Link widget and we also attach a SelectionListener to it.
!new-connection-link.png!
*Label*, *CLabel* and *Hyperlink* all react to clicks.
I am absoutely clueless why this fails on MacOS, this very much smells like a platform issue
As workaround I see us using a label and a hyperlink for the 2 clickable and non-clickable parts (extending the link part in order to have 2 distinct clickable and non-clickable parts):
[Label:Enter a token or][Hyperlink:retireve a new one]
> Connection wizard: hitting retrivial link with mouse does not do anything on OSX (hitting enter works)
> ------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20092
> URL: https://issues.jboss.org/browse/JBIDE-20092
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Max Rydahl Andersen
> Assignee: Max Rydahl Andersen
> Priority: Critical
> Labels: connection_wizard, openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: new-connection-link.png, retrieve-token-link.png, singnup-link.png
>
>
> using https://console.stg.openshift.com as server
> the retrieve link does nothing if clicked.
> Only if I use "enter" on the keyboard does it actually show a browser.
> Steps:
> # ASSERT: make sure that you're using MacOS
> # EXEC: launch new connection wizard,
> # EXEC: provide host, pick "OpenShift v3" and make sure you have "Oauth" authentication chosen
> # EXEC: hit "retrieve" link
> !retrieve-token-link.png!
> Result:
> Nothing happens
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-19637) Runtime download hyperlink not working from New Server dialog on Mac
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19637?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-19637 at 6/29/15 6:05 PM:
-------------------------------------------------------------------
[~snjeza] [~maxandersen] thx for the patch. I tried it but it has no effect for me on MacOS. On MacOS the link to singn up to OpenShift on the top of the dialog isnt functional either. I tried attaching lowlevel mouse- and selection listeners but they all wont work either.
!singnup-link.png!
Only hitting "Return" invokes them once the link is focused.
Even more weird is that we have a link in the OpenShift Explorer when there are no connection. This link opens the connection wizard so that you can create a new connection. This link works perfectly fine on MacOS even though it has no difference in code at all. It's also a SWT Link widget and we also attach a SelectionListener to it.
!new-connection-link.png!
*Label*, *CLabel* and *Hyperlink* all react to clicks.
I am absoutely clueless why this fails on MacOS, this very much smells like a platform issue
As workaround I see us using a label and a hyperlink for the 2 clickable and non-clickable parts (extending the link part in order to have 2 distinct clickable and non-clickable parts):
[Label:Enter a token or][Hyperlink:retireve a new one]
was (Author: adietish):
[~snjeza] [~maxandersen] thx for the patch. I tried it but it has no effect for me on MacOS. On MacOS the link to singn up to OpenShift on the top of the dialog isnt functional either. I tried attaching lowlevel mouse- and selection listeners but they all wont work either.
!singnup-link.png!
Only hitting "Return" invokes them once the link is focused.
Even more weird is that we have a link in the OpenShift Explorer when there are no connection. This link opens the connection wizard so that you can create a new connection. This link works perfectly fine on MacOS even though it has no difference in code at all. It's also a SWT Link widget and we also attach a SelectionListener to it.
!new-connection-link.png!
*Label*, *CLabel* and *Hyperlink* all react to clicks.
I am absoutely clueless why this fails on MacOS, this very much smells like a platform issue
As workaround I see us using a label and a hyperlink for the 2 clickable and non-clickable parts (extending the link part in order to have 2 distinct clickable and non-clickable parts):
[Label:"Enter a token or][Hyperlink:retireve a new one]
> Runtime download hyperlink not working from New Server dialog on Mac
> --------------------------------------------------------------------
>
> Key: JBIDE-19637
> URL: https://issues.jboss.org/browse/JBIDE-19637
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.0.Alpha2
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Labels: help_wanted
> Fix For: 4.3.0.Beta2
>
> Attachments: new-connection-link.png, singnup-link.png
>
>
> When you go through Servers view -> New Server -> EAP 6.1 -> New Runtime and then click "Download and install runtime...", it won't do anything.
> If you go through Preferences -> Server -> Runtime Environments -> Add -> EAP 6.1+ and then click the Download button, it will work.
> This issue applies to both JBDS 8.1.0.GA and JBoss Tools 4.3.0.Alpha2 testing build, but I doubt we will be able to fix this for 4.2.x.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months