[JBoss JIRA] (ERT-415) Errors when selecting some JS modules in project properties [EBZ#501209]
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/ERT-415?page=com.atlassian.jira.plugin.sy... ]
Victor Rubezhny updated ERT-415:
--------------------------------
Story Points: 10
> Errors when selecting some JS modules in project properties [EBZ#501209]
> ------------------------------------------------------------------------
>
> Key: ERT-415
> URL: https://issues.jboss.org/browse/ERT-415
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Friendly Jira Robot
> Assignee: Victor Rubezhny
> Labels: General, bzira
>
> AERI Report: https://redhat.ctrlflow.com/reviewers#!/problems/577453c2e4b03c6ed09af1d6
> Environment:
> Devstudio 10.1.0.GA
> Steps to reproduce:
> I was able to reliably reproduce it using these steps:
> 1. Have JS project in workspace.
> 2. Open its preferences -> JavaScript -> Modules
> 3. Select Lint (no error)
> 4. Select some other module (no error)
> 5. Select Lint again (error)
> The same steps could be used to reproduce it with AngularJS module, Closure module and maybe some others (haven't tried them all).
> Stacktrace:
> Bundle: org.eclipse.jface 3.12.0.v20160518-1929
> Message: Problems occurred when invoking code from plug-in: "org.eclipse.jface".
> Exception:
> java.lang.IllegalArgumentException: Argument not valid
> at org.eclipse.swt.widgets.TabItem.setControl(TabItem.java:291)
> at tern.eclipse.ide.ui.controls.TernModulesBlock.refreshModule(TernModulesBlock.java:312)
> at tern.eclipse.ide.ui.controls.TernModulesBlock.access$7(TernModulesBlock.java:307)
> at tern.eclipse.ide.ui.controls.TernModulesBlock$4.selectionChanged(TernModulesBlock.java:268)
> at org.eclipse.jface.viewers.Viewer$1.run(Viewer.java:158)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:155)
> at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2191)
> at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1229)
> at org.eclipse.jface.viewers.CheckboxTableViewer.handleSelect(CheckboxTableViewer.java:308)
> at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1258)
> at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:242)
> at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:236)
> at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:405)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (ERT-418) JSON Editor improvement: enclose text within quotes [EBZ#501312]
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/ERT-418?page=com.atlassian.jira.plugin.sy... ]
Victor Rubezhny reassigned ERT-418:
-----------------------------------
Assignee: Victor Rubezhny
> JSON Editor improvement: enclose text within quotes [EBZ#501312]
> ----------------------------------------------------------------
>
> Key: ERT-418
> URL: https://issues.jboss.org/browse/ERT-418
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Friendly Jira Robot
> Assignee: Victor Rubezhny
> Priority: Trivial
> Labels: General, bzira
>
> I propose to improve our JSON editor, with nice feature, that also concurrent editors are missing.
> When you write a sequence of characters without quotes, I'd like to press <CTRL+SPACE> and have the JSON editor proposing to "wrap previous text within quotes".
> The Wrap within quotes, should propose to wrap the text from the current position, back to the beginning of the line (or to the first special character), excluding whitespaces before and after the text sequence, but preserving spaces within the words (case of multiple words).
> Examples:
> Case 1:
> "my object":{
> bla bla bla bla|<CTRL+SPACE> ==> <WRAP>
> result:
> "my object":{
> "bla bla bla bla"|
> Case 2 :
> "my-list": [
> {language|<CTRL+SPACE> ==> <WRAP>
> Result:
> "my-list": [
> {"language"|
>
> Case 3 :
> "a value": this is my beautiful text|<CTRL+SPACE> ==> <WRAP>
> Result:
> "a value": "this is my beautiful text"|
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (ERT-418) JSON Editor improvement: enclose text within quotes [EBZ#501312]
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/ERT-418?page=com.atlassian.jira.plugin.sy... ]
Victor Rubezhny updated ERT-418:
--------------------------------
Story Points: 5
> JSON Editor improvement: enclose text within quotes [EBZ#501312]
> ----------------------------------------------------------------
>
> Key: ERT-418
> URL: https://issues.jboss.org/browse/ERT-418
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Friendly Jira Robot
> Priority: Trivial
> Labels: General, bzira
>
> I propose to improve our JSON editor, with nice feature, that also concurrent editors are missing.
> When you write a sequence of characters without quotes, I'd like to press <CTRL+SPACE> and have the JSON editor proposing to "wrap previous text within quotes".
> The Wrap within quotes, should propose to wrap the text from the current position, back to the beginning of the line (or to the first special character), excluding whitespaces before and after the text sequence, but preserving spaces within the words (case of multiple words).
> Examples:
> Case 1:
> "my object":{
> bla bla bla bla|<CTRL+SPACE> ==> <WRAP>
> result:
> "my object":{
> "bla bla bla bla"|
> Case 2 :
> "my-list": [
> {language|<CTRL+SPACE> ==> <WRAP>
> Result:
> "my-list": [
> {"language"|
>
> Case 3 :
> "a value": this is my beautiful text|<CTRL+SPACE> ==> <WRAP>
> Result:
> "a value": "this is my beautiful text"|
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4124) Vagrant and Virtualbox are downloaded even after successful detection
by Jan Richter (JIRA)
Jan Richter created JBDS-4124:
---------------------------------
Summary: Vagrant and Virtualbox are downloaded even after successful detection
Key: JBDS-4124
URL: https://issues.jboss.org/browse/JBDS-4124
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: platform-installer
Affects Versions: 10.2.0.AM2
Reporter: Jan Richter
Assignee: Denis Golovin
Priority: Critical
I have both vagrant and virtualbox installed in the required version. The installer correctly detects them both. When I click download & install, it still downloads both components (but doesn't install them).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months