[JBoss JIRA] (ERT-341) Need to add Chromium / Chrome Runtime for front-end Debugging [EBZ#497765]
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/ERT-341?page=com.atlassian.jira.plugin.sy... ]
Ilya Buziuk resolved ERT-341.
-----------------------------
Resolution: Done
> Need to add Chromium / Chrome Runtime for front-end Debugging [EBZ#497765]
> --------------------------------------------------------------------------
>
> Key: ERT-341
> URL: https://issues.jboss.org/browse/ERT-341
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Friendly Jira Robot
> Assignee: Ilya Buziuk
> Labels: Debug, bzira
> Fix For: Neon.1 (4.6)
>
>
> As part of Neon release mechanism to register different JS Runtime has been implemented (Bug 359436 - Investigate defining browsers / runtimes to use for debugging). The main idea behind this is that is possible to provide different
> JavaScript runtimes through runtime providers. All of the runtime
> providers must be associated to a runtime type (previously defined
> through another extension point), and all those contributions are
> managed and accessed through a JavaScript runtime manager.
> Need to add `Chrome / Chromium Runtime` that will be used for front-end debugging.
> Chromium Runtime will be launched with parameter like --remote-debugging-port=9222 (debug port) / 'www.example.com' (start page).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (JBIDE-23014) Allow connections to configure the cluster namespace from which to get clusterwide templates
by Jeff Cantrill (JIRA)
Jeff Cantrill created JBIDE-23014:
-------------------------------------
Summary: Allow connections to configure the cluster namespace from which to get clusterwide templates
Key: JBIDE-23014
URL: https://issues.jboss.org/browse/JBIDE-23014
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Reporter: Jeff Cantrill
There are a few places where we assume the cluster is configured with the openshift namespace (e.gretrieve templates) which contains templates and other resources that are available to everyone. We should provide a per connection configuration (advanced property?) that allows us to change the default since it is not discoverable from the server.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (JBIDE-20362) Extracting of a download runtime is slow on Mac
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20362?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-20362:
-------------------------------------
Yes, there's a clear difference in how they're being called.
The one that's been fixed uses ProgressMonitorDialog, a class in the org.eclipse.jface package. The ProgressMonitorDialog makes use of an AccumulatingProgressMonitor, which is also private to jface.
However, when launched via preferences, we're actually seeing ProgressMonitorFocusJobDialog
ProgressMonitorFocusJobDialog cannot use the AccumulatingProgressMonitor because it is private to jface. So instead it bombards swt with events.
> Extracting of a download runtime is slow on Mac
> -----------------------------------------------
>
> Key: JBIDE-20362
> URL: https://issues.jboss.org/browse/JBIDE-20362
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection
> Affects Versions: 4.3.0.Beta2
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.4.1.Final
>
>
> While playing with the Download runtime fuctionality, I noticed that once a runtime (e.g. EAP 6.2) is downloaded, the extraction takes very long. I think it used to be fast and the extraction was done without any progress reporting. But now it seems that every subdirectory in the archive is being printed out which slows it down.
> This extraction process took 1 min 23 sec for EAP 6.2 and I have an SSD. On a command line, this would take a few seconds.
> I think the solution may be to simply show "Extracting" without printing out each file/directory that is being extracted.
> (Furthermore, the progress bar does not reflect the progress - it seems there is still only perhaps 5 % done and then it's suddenly over.)
> I can record a screencast if you like, but I think this should be easy to replicate.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (JBIDE-19453) Remote host information does not fit in the server editor
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19453?page=com.atlassian.jira.plugi... ]
Rob Stryker reassigned JBIDE-19453:
-----------------------------------
Assignee: Snjezana Peco (was: Rob Stryker)
> Remote host information does not fit in the server editor
> ---------------------------------------------------------
>
> Key: JBIDE-19453
> URL: https://issues.jboss.org/browse/JBIDE-19453
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.3.Beta1
> Reporter: Martin Malina
> Assignee: Snjezana Peco
> Priority: Minor
> Labels: help_wanted
> Fix For: LATER
>
> Attachments: remote-runtime-does-not-fit.png, server-editor-2.png, server-editor-linux.png
>
>
> Today I noticed this. When I set up a remote server and then open it in the Server editor, the part under Server Behavior where it shows the remote host configuration (e.g. Remote Server Home) does not fix - it needs more space to the right, but it's hidden and there is no way to scroll to view it.
> !remote-runtime-does-not-fit.png!
> The same problem applies to both JBDS 8.1.0.Beta1 and JBDS 9.0.0.Alpha1. So you may want to clone this for 4.3.x.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (JBIDE-19453) Remote host information does not fit in the server editor
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19453?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-19453:
-------------------------------------
[~snjeza] can you take a look at this?
> Remote host information does not fit in the server editor
> ---------------------------------------------------------
>
> Key: JBIDE-19453
> URL: https://issues.jboss.org/browse/JBIDE-19453
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.3.Beta1
> Reporter: Martin Malina
> Assignee: Snjezana Peco
> Priority: Minor
> Labels: help_wanted
> Fix For: LATER
>
> Attachments: remote-runtime-does-not-fit.png, server-editor-2.png, server-editor-linux.png
>
>
> Today I noticed this. When I set up a remote server and then open it in the Server editor, the part under Server Behavior where it shows the remote host configuration (e.g. Remote Server Home) does not fix - it needs more space to the right, but it's hidden and there is no way to scroll to view it.
> !remote-runtime-does-not-fit.png!
> The same problem applies to both JBDS 8.1.0.Beta1 and JBDS 9.0.0.Alpha1. So you may want to clone this for 4.3.x.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months