[JBoss JIRA] (JBIDE-21377) Include Yaml editor in JBoss Tools (& JBDS) via feature dep from o.j.t.central & add to CoreTools category, too
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21377?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-21377:
------------------------------------
Radim Hopp and Marian Labuda tested it in JBDS-3465 back in July/Sept 2015.
It's been said repeatedly that YAML is less important but also won't hurt/break anything, so with Burr and Alexey approving, it was added to JBT/JBDS.
It was NOT added to Central, but to the TP so that it could be default installed from the JBDS BYOE feature / installer, or from the JBT Community Central feature.
Re: JSON editor, please comment in JBIDE-21439.
> Include Yaml editor in JBoss Tools (& JBDS) via feature dep from o.j.t.central & add to CoreTools category, too
> ---------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21377
> URL: https://issues.jboss.org/browse/JBIDE-21377
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: updatesite
> Affects Versions: 4.3.1.Beta1
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Fix For: 4.3.1.Beta2, 4.4.0.Alpha1
>
> Attachments: jbtcentral-p2diff-summary.txt, jbtcentral-p2diff.txt, jbtcentral-p2diff_460.txt
>
>
> There is a decent Yaml editor existing for Eclipse IDE: https://github.com/oyse/yedit . It has 21 stars and is included in STS ( JBDS-3465 ). Similarly to JSon Editor, we should provide it to JBoss Tools users by default.
> This would require adding it to the TP and adding a dependency from a JBT feature to it.
> On longer-term, we should get it touch with the author to get this plugin migrated to Eclipse.org world, most likely under the WTP/SSE project (cc [~vrubezhny])
> --
> Story points - 8 (fibonacci):
> * update Central TP,
> * update JBT/JBDS TPs,
> * update JBT/JBDS category.xml files,
> * update JBDS feature.xml,
> * send announcement email re: TP changes
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21563) [regression] Explorer: Connection or (multiple) application deletion does not work anymore
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21563?page=com.atlassian.jira.plugi... ]
Marián Labuda edited comment on JBIDE-21563 at 1/25/16 10:32 AM:
-----------------------------------------------------------------
To make it clear, Slava's solution to right click works after applied patch for deletion (if delete key does not work, right click for a context menu and then delete key works until selection is done again). But in current Beta2 build it is not resolved and even right mouse click does not work to "workaround it". This affect OpenShift items in OpenShift explorer view. Projects (in project explorer) or servers (in servers view) works with patch fine.
It would be also nice and required if it would be solved to be usable without right clicking in respin-a.
was (Author: mlabuda):
To make it clear, Slava's solution to right click works after applied patch for deletion (if delete key does not work, right click for a context menu and then delete key works until selection is done again). But in current Beta2 build it is not resolved and even right mouse click does not work to "workaround it".
It would be also nice and required if it would be solved to be usable without right clicking in respin-a.
> [regression] Explorer: Connection or (multiple) application deletion does not work anymore
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-21563
> URL: https://issues.jboss.org/browse/JBIDE-21563
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Priority: Critical
> Labels: explorer, openshift_v2, respin-a
> Fix For: 4.3.1.Beta2, 4.3.1.CR1
>
>
> Previously it was possible to select multiple OpenShift 2 applications and delete them at once via context menu Delete application(s).... Currently there is no such context menu anymore and it is a pain to delete several applications one by one.
> Added by Slava: In my environment, Delete for objects of OpenShift 2 does not work at all (menu is shown, but nothing happens). It seems the cause is a slip in plugin.xml for Openshift 3, handler org.jboss.tools.openshift.internal.ui.handler.DeleteResourceHandler declared activeWhen with <or> (count==1 _or_ instanceof IResource). So, formally having a lot of restrictions but passing them, this handler imposes itself on all selections. Though, it is possible that the bug reveals not in all environments.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21563) [regression] Explorer: Connection or (multiple) application deletion does not work anymore
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21563?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-21563:
---------------------------------------
To make it clear, Slava's solution to right click works after applied patch for deletion (if delete key does not work, right click for a context menu and then delete key works until selection is done again). But in current Beta2 build it is not resolved and even right mouse click does not work to "workaround it".
It would be also nice and required if it would be solved to be usable without right clicking in respin-a.
> [regression] Explorer: Connection or (multiple) application deletion does not work anymore
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-21563
> URL: https://issues.jboss.org/browse/JBIDE-21563
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Priority: Critical
> Labels: explorer, openshift_v2, respin-a
> Fix For: 4.3.1.Beta2, 4.3.1.CR1
>
>
> Previously it was possible to select multiple OpenShift 2 applications and delete them at once via context menu Delete application(s).... Currently there is no such context menu anymore and it is a pain to delete several applications one by one.
> Added by Slava: In my environment, Delete for objects of OpenShift 2 does not work at all (menu is shown, but nothing happens). It seems the cause is a slip in plugin.xml for Openshift 3, handler org.jboss.tools.openshift.internal.ui.handler.DeleteResourceHandler declared activeWhen with <or> (count==1 _or_ instanceof IResource). So, formally having a lot of restrictions but passing them, this handler imposes itself on all selections. Though, it is possible that the bug reveals not in all environments.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21576) Passwords should be optional when creating a new OpenShift 3 connections
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-21576:
-----------------------------------
Summary: Passwords should be optional when creating a new OpenShift 3 connections
Key: JBIDE-21576
URL: https://issues.jboss.org/browse/JBIDE-21576
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Fred Bricon
Priority: Critical
When creating a new OpenShift connection programmatically, via the CDK Server adapter for instance, we should be able to save the connection without a password (currently [~rob.stryker] uses a hardcoded password).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21575) Rotating browsersim does not redraw the entire window when using skins
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21575?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov closed JBIDE-21575.
------------------------------------------
Fix Version/s: 4.3.1.Beta2
Resolution: Duplicate Issue
Duplicate of JBIDE-11259
> Rotating browsersim does not redraw the entire window when using skins
> ----------------------------------------------------------------------
>
> Key: JBIDE-21575
> URL: https://issues.jboss.org/browse/JBIDE-21575
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.3.1.Beta2
> Reporter: Jan Richter
> Assignee: Konstantin Marmalyukov
> Fix For: 4.3.1.Beta2
>
> Attachments: sim.png, sim2.png
>
>
> It seems only the part of the window that intersected the original non-rotated window gets redrawn, the rest is transparent. Rotating back does not help - disabling and re-enabling skins should refresh the window.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months