[JBoss JIRA] (JBIDE-16156) OpenShift: New OpenShift App wizard text is hidden
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16156?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-16156 at 12/5/13 4:55 AM:
-------------------------------------------------------------------
After a quick check I see that the application name can easily get to a length that makes it not being displayed but cut off.
As mentioned above there's no easy way to have the title wrapping. Verifying the code in (Eclipse) TitleAreaDialog I see that the layout may not be overriden, the method is private (TitleAreaDialog#setLayoutsForNormalMessage).So the only way to avoid this is to either
1) move the application name to the description text (non-bold text right below the title) since this one's wrapping.
2) widen the dialog programmatically to have it displaying the full application name
I suggest I go for the simpler 1)
was (Author: adietish):
After a quick check I see that the application name can easily get to a length that makes it not being displayed but cut off.
As mentioned above there's no easy way to have the title wrapping. Verifying the code in (Eclipse) TitleAreaDialog I see that the layout may not be overriden, the method is private (TitleAreaDialog#setLayoutsForNormalMessage).So the only way to avoid this is to either
1) not show the application name in the title
2) widen the dialog programmatically to have it displaying the full application name
> OpenShift: New OpenShift App wizard text is hidden
> --------------------------------------------------
>
> Key: JBIDE-16156
> URL: https://issues.jboss.org/browse/JBIDE-16156
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.CR1
> Reporter: Michelle Murray
> Priority: Minor
> Fix For: 4.2.0.Alpha1
>
> Attachments: OpenShift_projpage.png
>
>
> New OpenShift Application wizard, page 2.
> Bold line of text is too long for the default window size and doesn't wrap.
> !OpenShift_projpage.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (JBIDE-16156) OpenShift: New OpenShift App wizard text is hidden
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16156?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-16156:
------------------------------------------
After a quick check I see that the application name can easily get to a length that makes it not being displayed but cut off.
As mentioned above there's no easy way to have the title wrapping. Verifying the code in (Eclipse) TitleAreaDialog I see that the layout may not be overriden, the method is private (TitleAreaDialog#setLayoutsForNormalMessage).So the only way to avoid this is to either
1) not show the application name in the title
2) widen the dialog programmatically to have it displaying the full application name
> OpenShift: New OpenShift App wizard text is hidden
> --------------------------------------------------
>
> Key: JBIDE-16156
> URL: https://issues.jboss.org/browse/JBIDE-16156
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.CR1
> Reporter: Michelle Murray
> Priority: Minor
> Fix For: 4.2.0.Alpha1
>
> Attachments: OpenShift_projpage.png
>
>
> New OpenShift Application wizard, page 2.
> Bold line of text is too long for the default window size and doesn't wrap.
> !OpenShift_projpage.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (JBIDE-16156) OpenShift: New OpenShift App wizard text is hidden
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16156?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-16156:
------------------------------------------
The title in the dialog title area (the bold text) is not able to wrap. There's no easy way to fix this, it's the default behaviour. Also the text being cut by the icon is a default behavious we cannot easily fix, we would have to change the default implementation (that's provided by Eclipse). The only reasonable fix I see here is to simply shorten the title.
> OpenShift: New OpenShift App wizard text is hidden
> --------------------------------------------------
>
> Key: JBIDE-16156
> URL: https://issues.jboss.org/browse/JBIDE-16156
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.CR1
> Reporter: Michelle Murray
> Priority: Minor
> Fix For: 4.2.0.Alpha1
>
> Attachments: OpenShift_projpage.png
>
>
> New OpenShift Application wizard, page 2.
> Bold line of text is too long for the default window size and doesn't wrap.
> !OpenShift_projpage.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (JBIDE-15174) Improved work with datatools connection profiles for various projects using hibernate/jpa
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15174?page=com.atlassian.jira.plugi... ]
Koen Aers updated JBIDE-15174:
------------------------------
Fix Version/s: 4.2.0.Alpha2
(was: 4.2.0.Alpha1)
> Improved work with datatools connection profiles for various projects using hibernate/jpa
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-15174
> URL: https://issues.jboss.org/browse/JBIDE-15174
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: hibernate
> Affects Versions: 4.1.0.Beta2
> Reporter: Jiri Peterka
> Fix For: 4.2.0.Alpha2
>
>
> When working with JPA projects or examples from Central it's necessary to create JPA connection profile. I assume I already have some kind of configuration - either hibernate configuration, or connection directly defined in persistence.xml or defined data source. Still hibernate tooling and eclipse.datatools is complaining that it needs to define connection profile. You have to create a connection configuration again for connection profile to have working tooling. It leads to multiple configurations or you have to reconfigure a project to use eclipse.datatools connection profiles.
> What I would like to see is some mechanism howto easily create connection profiles:
> * the seamless way would be some support for our examples to generate connection profiles when they are imported (or at least to help with that)
> * and some support for hibernate configuration, persistence.xml and ds when creating connection profiles.
> Both features might need some eclipse.datatools contributions. But currently these two worlds (hibernate/jpa tooling and datatools are not very well integrated each other).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (JBIDE-15166) [hib-tools] jpa-ql auto-complete broken when query formatted
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15166?page=com.atlassian.jira.plugi... ]
Koen Aers updated JBIDE-15166:
------------------------------
Fix Version/s: 4.2.0.Alpha2
(was: 4.2.0.Alpha1)
> [hib-tools] jpa-ql auto-complete broken when query formatted
> ------------------------------------------------------------
>
> Key: JBIDE-15166
> URL: https://issues.jboss.org/browse/JBIDE-15166
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.0.1.Final
> Environment: jboss dev studio 6.0.1.GA, windows7
> Reporter: darren hartford
> Fix For: 4.2.0.Alpha2
>
>
> Just trying out the hibernate tools for a JPA1 project, and just curious if this is expected or not when dealing with formatted (i.e. eclipse ctrl-shift-F) long queries:
>
> @NamedQueries({
>
> @NamedQuery(name ="mytestitem", query="select o from mycustomobject o where o.id = :id"}),
>
> @NamedQuery(name ="mytestitem2", query="select o from mycustomobject o" +
> + " where o.id = :id"})
>
> })
>
>
> The o. (ctrl-space, select id from pulldown) works on the first mytestitem query, but the second one does not.
> Note this appears to be a duplicate of https://issues.jboss.org/browse/JBIDE-437, but that ticket was closed in 2007 without a reference to an 'hbx' ticket, but the scenario described is the current issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (JBIDE-3628) Plugins should be .jar's not directories for efficiency sake
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/JBIDE-3628?page=com.atlassian.jira.plugin... ]
Koen Aers updated JBIDE-3628:
-----------------------------
Fix Version/s: 4.2.0.Alpha2
(was: 4.2.0.Alpha1)
> Plugins should be .jar's not directories for efficiency sake
> ------------------------------------------------------------
>
> Key: JBIDE-3628
> URL: https://issues.jboss.org/browse/JBIDE-3628
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build, freemarker, hibernate
> Reporter: Max Rydahl Andersen
> Assignee: Denis Golovin
> Priority: Critical
> Fix For: 4.2.0.Alpha2
>
> Attachments: exception.log
>
>
> 65 of our plugins are bundled exploded instead of a .jar
> Some are probably just mistakes and can easily be packed others are because of legacy code assuming it can access the files directly and even store data in the plugins - that should be fixed.
> What should be fixed:
> 1. The way how plug-ins use images in plugin.xml, in java code and in .meta xmodel files
> 2. Plug-ins that loads resources should be aware that they are in jar now (VPE should be able to load templates from plugin jar files)
> 3. Some plug-ins contain resources registered in XML catalog
> 4. common.projecttemplates contains resources that is used as template for new projects
> 5. Help content that is stored in zip files should be unpacked
> 6. TBD
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months