[JBoss JIRA] (JBIDE-23492) "What's New" Left menu is not scrollable
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23492?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-23492:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
> "What's New" Left menu is not scrollable
> ----------------------------------------
>
> Key: JBIDE-23492
> URL: https://issues.jboss.org/browse/JBIDE-23492
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: website
> Affects Versions: 4.4.1.Final
> Reporter: Josef Kopriva
> Assignee: Xavier Coulon
> Priority: Minor
> Fix For: 4.6.x
>
> Attachments: whatsnew-leftmenu.png
>
>
> Left menu on page "What's New" is always on top, so when release (e.g. 4.3.0.Final) have more subitems I cannot see or scroll to release 4.1.2.Final, this item is accessible if I click on release with just a few items.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-24185) Server adapter: approach to set nodejs/eap apps to debugging is inconsistent
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24185?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-24185:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
> Server adapter: approach to set nodejs/eap apps to debugging is inconsistent
> ----------------------------------------------------------------------------
>
> Key: JBIDE-24185
> URL: https://issues.jboss.org/browse/JBIDE-24185
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: openshift
> Affects Versions: 4.4.4.AM2
> Reporter: Andre Dietisheim
> Labels: openshift_v3, server_adapter
> Fix For: 4.6.x
>
>
> * eap
> ** if you want to debug you have to set *DEBUG* env variable in the rc to *true*. The env variable key is defined in the docker image label *"com.redhat.dev-mode"*.
> {code}
> "com.redhat.dev-mode": "DEBUG:true",
> {code}
> ** to use a custom debugging port you can set the *DEBUG_PORT* env var. The default port is 8787 as defined in the docker image label
> {code}
> "com.redhat.dev-mode.port": "DEBUG_PORT:8787"
> {code}
> * nodejs
> ** to debug a nodejs application you have to set *DEV_MODE* to *true* and also set *DEBUG_PORT* to some value, even though the docker image label defines the default port as being *5858*
> {code}
> "com.redhat.dev-mode": "DEV_MODE:false",
> "com.redhat.dev-mode.port": "DEBUG_PORT:5858",
> {code}
> The documentation actually confirms the fact that :5858 is the default: https://docs.openshift.org/latest/using_images/s2i_images/nodejs.html#nod...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-23276) Blank refactoring menu
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23276?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-23276:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
> Blank refactoring menu
> ----------------------
>
> Key: JBIDE-23276
> URL: https://issues.jboss.org/browse/JBIDE-23276
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: batch
> Affects Versions: 4.4.2.AM1
> Reporter: Lukáš Valach
> Priority: Minor
> Fix For: 4.6.x
>
> Attachments: BatchRenameManualTest.zip, JobXmlRefactoring_1.png, JobXmlRefactoring_2.png
>
>
> When I click some reference in job.xml file, there is the "Refactor" item in the context menu. Refactoring item seems to be available [^JobXmlRefactoring_1.png], but when I hover the Refactoring item the blank menu appears and Refactoring item become unavailable/disabled [^JobXmlRefactoring_2.png].
> Refactoring item should be unavailable immediately, or there should be at least one item in Refactoring menu (the Rename maybe?).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months