[JBoss JIRA] (JBIDE-23705) no content assist in freemarker templates for interface-based beans
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23705?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-23705:
-------------------------------------
[~ronald.mueller] thanks for your contribution. Could you please add some non-regression tests to your PR?
[~dgolovin]: can you take a look at this one please?
> no content assist in freemarker templates for interface-based beans
> -------------------------------------------------------------------
>
> Key: JBIDE-23705
> URL: https://issues.jboss.org/browse/JBIDE-23705
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: freemarker
> Reporter: Ronald Müller
>
> If your beans in freemarker templates are described by an interface, the code completion (content assist) will not work.
> There two mechanism implemented to provide content suggestion:
> # Bean-Introspection: this doesn't work for interfaces
> # Java Reflections: there are bugs which prevent any suggestions
> My suggestion: use only reflections - it will work for both and isn't that harder to implement.
> I'm working on a pull request for fixing this issue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBDS-4238) CDK installer: should install into Application for MacOS
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4238?page=com.atlassian.jira.plugin.... ]
Denis Golovin reassigned JBDS-4238:
-----------------------------------
Assignee: Denis Golovin
> CDK installer: should install into Application for MacOS
> --------------------------------------------------------
>
> Key: JBDS-4238
> URL: https://issues.jboss.org/browse/JBDS-4238
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.2.0.AM1
> Environment: mac OS
> Reporter: Andre Dietisheim
> Assignee: Denis Golovin
>
> the cdk installer for MacOS installs DevStudio and the CDK into <Home>/DevelopmentSuite.
> There are a few non-optimals here:
> * Home is afaik not visible by default in Finder.
> * Furthermore applications are by default installed into Applications in MacOS.
> Possible improvements:
> In order to behave like a first class MacOS-citizen we should install DevSuite and CDK independently into Applications (or maybe CDK into Document as it isnt the application in the strict sense, it's only a Virtualbox image, a Vagrantfile etc.)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBDS-4238) CDK installer: should install into Application for MacOS
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4238?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4238:
--------------------------------
Environment: mac OS
> CDK installer: should install into Application for MacOS
> --------------------------------------------------------
>
> Key: JBDS-4238
> URL: https://issues.jboss.org/browse/JBDS-4238
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.2.0.AM1
> Environment: mac OS
> Reporter: Andre Dietisheim
>
> the cdk installer for MacOS installs DevStudio and the CDK into <Home>/DevelopmentSuite.
> There are a few non-optimals here:
> * Home is afaik not visible by default in Finder.
> * Furthermore applications are by default installed into Applications in MacOS.
> Possible improvements:
> In order to behave like a first class MacOS-citizen we should install DevSuite and CDK independently into Applications (or maybe CDK into Document as it isnt the application in the strict sense, it's only a Virtualbox image, a Vagrantfile etc.)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23705) no content assist in freemarker templates for interface-based beans
by Ronald Müller (JIRA)
Ronald Müller created JBIDE-23705:
-------------------------------------
Summary: no content assist in freemarker templates for interface-based beans
Key: JBIDE-23705
URL: https://issues.jboss.org/browse/JBIDE-23705
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: freemarker
Reporter: Ronald Müller
If your beans in freemarker templates are described by an interface, the code completion (content assist) will not work.
There two mechanism implemented to provide content suggestion:
# Bean-Introspection: this doesn't work for interfaces
# Java Reflections: there are bugs which prevent any suggestions
My suggestion: use only reflections - it will work for both and isn't that harder to implement.
I'm working on a pull request for fixing this issue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBDS-4238) CDK installer: should install into Application for MacOS
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBDS-4238?page=com.atlassian.jira.plugin.... ]
Andre Dietisheim updated JBDS-4238:
-----------------------------------
Description:
the cdk installer for MacOS installs DevStudio and the CDK into <Home>/DevelopmentSuite.
There are a few non-optimals here:
* Home is afaik not visible by default in Finder.
* Furthermore applications are by default installed into Applications in MacOS.
Possible improvements:
In order to behave like a first class MacOS-citizen we should install DevSuite and CDK independently into Applications (or maybe CDK into Document as it isnt the application in the strict sense, it's only a Virtualbox image, a Vagrantfile etc.)
was:
the cdk installer for MacOS installs DevStudio and the CDK into <Home>/DevelopmentSuite.
There are a few problems here:
* Home is afaik not visible by default in Finder.
* Furthermore applications are by default installed into Applications in MacOS.
Possible improvements:
In order to behave like a first class MacOS-citizen we should install DevSuite and CDK independently into Applications (or maybe CDK into Document as it isnt the application in the strict sense, it's only a Virtualbox image, a Vagrantfile etc.)
> CDK installer: should install into Application for MacOS
> --------------------------------------------------------
>
> Key: JBDS-4238
> URL: https://issues.jboss.org/browse/JBDS-4238
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.2.0.AM1
> Reporter: Andre Dietisheim
>
> the cdk installer for MacOS installs DevStudio and the CDK into <Home>/DevelopmentSuite.
> There are a few non-optimals here:
> * Home is afaik not visible by default in Finder.
> * Furthermore applications are by default installed into Applications in MacOS.
> Possible improvements:
> In order to behave like a first class MacOS-citizen we should install DevSuite and CDK independently into Applications (or maybe CDK into Document as it isnt the application in the strict sense, it's only a Virtualbox image, a Vagrantfile etc.)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBDS-4238) CDK installer: should install into Application for MacOS
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBDS-4238?page=com.atlassian.jira.plugin.... ]
Andre Dietisheim updated JBDS-4238:
-----------------------------------
Description:
the cdk installer for MacOS installs DevStudio and the CDK into <Home>/DevelopmentSuite.
There are a few problems here:
* Home is afaik not visible by default in Finder.
* Furthermore applications are by default installed into Applications in MacOS.
Possible improvements:
In order to behave like a first class MacOS-citizen we should install DevSuite and CDK independently into Applications (or maybe CDK into Document as it isnt the application in the strict sense, it's only a Virtualbox image, a Vagrantfile etc.)
was:the cdk installer for MacOS installs DevStudio and the CDK into <Home>/DevelopmentSuite. Home is afaik not visible by default in Finder. Furthermore applications are by default installed into Applications in MacOS. In order to behave like a first class MacOS-citizen we should install DevSuite and CDK independently into Applications (or maybe CDK into Document as it isnt the application in the strict sense, it's only a Virtualbox image, a Vagrantfile etc.)
> CDK installer: should install into Application for MacOS
> --------------------------------------------------------
>
> Key: JBDS-4238
> URL: https://issues.jboss.org/browse/JBDS-4238
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.2.0.AM1
> Reporter: Andre Dietisheim
>
> the cdk installer for MacOS installs DevStudio and the CDK into <Home>/DevelopmentSuite.
> There are a few problems here:
> * Home is afaik not visible by default in Finder.
> * Furthermore applications are by default installed into Applications in MacOS.
> Possible improvements:
> In order to behave like a first class MacOS-citizen we should install DevSuite and CDK independently into Applications (or maybe CDK into Document as it isnt the application in the strict sense, it's only a Virtualbox image, a Vagrantfile etc.)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months