[
https://issues.jboss.org/browse/FORGE-2512?page=com.atlassian.jira.plugin...
]
Rafael Pestano edited comment on FORGE-2512 at 10/26/15 9:40 PM:
-----------------------------------------------------------------
Hi [~gastaldi],
I am facing 2 issues in IntelliJ plugin, one is the concurrent exception and the other is
UIInputMany is not displaying default values/choices on IDEA plugin:
http://s27.postimg.org/bs9csnzkj/idea_uimany.png
Maybe it is something with my addon so I'll provide a simple example addon soon so you
can reproduce them.
was (Author: kwintesencja):
Hi [~gastaldi],
I am facing 2 issues in IntelliJ plugin, one is the concurrent exception and the other is
UIInputMany is not displaying default values/choices on IDEA plugin:
file:///home/pestano/Desktop/idea-uimany.png
Maybe it is something with my addon so I'll provide a simple example addon soon so you
can reproduce them.
CommandScope is not active in IntellJ IDEA
-------------------------------------------
Key: FORGE-2512
URL:
https://issues.jboss.org/browse/FORGE-2512
Project: Forge
Issue Type: Bug
Components: UI - IntelliJ IDEA
Affects Versions: 2.20.0.Final
Reporter: Rafael Pestano
Assignee: George Gastaldi
When we use @CommandScoped in addons on IntelliJ the scope is not activated throwing
WELD-001303: No active contexts for scope type
org.jboss.forge.addon.ui.cdi.CommandScoped
A sample code is here at ¹ where *SongsFilter * is commandScoped.
I've also tried to activate it in IDEA plugin modifying UIContextImpl² but found some
issues, more details at ³ .
[1]
https://github.com/rmpestano/music-addon/issues/14
[2]
https://github.com/rmpestano/intellij-idea-plugin/commit/45757d714ecc0c0c...
[3]
https://github.com/rmpestano/music-addon/blob/master/src/main/java/com/gi...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)