[JBoss JIRA] (JBIDE-19967) setNote on InputComponent should word wrap in GUIs
by Claus Ibsen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19967?page=com.atlassian.jira.plugi... ]
Claus Ibsen commented on JBIDE-19967:
-------------------------------------
You install the Camel addon
http://fabric8.io/guide/forge.html
Then you create a new project using project-new
And then you run the camel-setup command
And then after that you can run the camel-component-add component which is that wizard.
> setNote on InputComponent should word wrap in GUIs
> --------------------------------------------------
>
> Key: JBIDE-19967
> URL: https://issues.jboss.org/browse/JBIDE-19967
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: forge
> Affects Versions: 4.3.0.Alpha2
> Reporter: Claus Ibsen
> Assignee: George Gastaldi
> Labels: respin-a
> Fix For: 4.3.0.Beta1
>
> Attachments: Screen Shot 2015-06-06 at 2.10.06 PM.png, Screen Shot 2015-06-06 at 2.11.54 PM.png
>
>
> Thanks for setNote to set a description in the UI. This works nice. See screenshot.
> However if the text is long then its not word wrap. But you have to enlarge the UI Wizard to see all the text.
> But the title text in the top is word wrapping.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-20083) Bad asciidoc -> html rendering for menu:: macros
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20083?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-20083:
---------------------------------------
It seems nobody used this in a blog so far.
{code}
nattura:blog rasp$ find . -name '*.adoc' |xargs grep ':experimental'
// no match
{code}
Whereas if you look in the documentation/ directory:
{code}
nattura:documentation rasp$ find . -name '*.adoc' |xargs grep ':experimental'
./howto/configure_remote_server.adoc::experimental:
./howto/generate_html5_web_app.adoc::experimental:
./howto/hmt_firstapp.adoc::experimental:
./howto/import_fh_app.adoc::experimental:
./howto/mobiledev_createwebapp.adoc::experimental:
./howto/openshift_configssh.adoc::experimental:
./howto/openshift_custompublish.adoc::experimental:
./howto/openshift_debug.adoc::experimental:
./howto/openshift_deployproj.adoc::experimental:
./howto/openshift_firstapp.adoc::experimental:
./howto/openshift_importapp.adoc::experimental:
./howto/servers_deploytolocalserver.adoc::experimental:
./whatsnew/jst/jst-news-4.2.0.Alpha2.adoc::experimental true
./whatsnew/jst/jst-news-4.2.0.Beta1.adoc::experimental true
./whatsnew/jst/jst-news-4.2.0.Beta2.adoc::experimental true
./whatsnew/jst/jst-news-4.2.0.Beta3.adoc::experimental true
./whatsnew/jst/jst-news-4.2.0.CR1.adoc::experimental true
./whatsnew/jst/jst-news-4.2.3.Beta1.adoc::experimental true
./whatsnew/jst/jst-news-4.3.0.Alpha1.adoc::experimental true
./whatsnew/jst/jst-news-4.3.0.Alpha2.adoc::experimental true
./whatsnew/jst/jst-news-4.3.0.Beta1.adoc::experimental true
{code}
> Bad asciidoc -> html rendering for menu:: macros
> -------------------------------------------------
>
> Key: JBIDE-20083
> URL: https://issues.jboss.org/browse/JBIDE-20083
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: website
> Affects Versions: 4.3.0.Beta1
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.3.0.Beta2
>
>
> See on http://tools.jboss.org/blog/2015-05-28-port-monitoring.html, the menu is poorly rendered:
> {{code}}
> menu:Window[Preferences > Run/Debug > TCP/IP Monitor].
> {{code}}
> while it's fine on GitHub: https://github.com/jbosstools/jbosstools-website/blob/7936a01c03ceecc45bd...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19960) Import wizard: Should be able to specify "Working set" when importing project
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19960?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-19960:
-------------------------------------
Summary: Import wizard: Should be able to specify "Working set" when importing project (was: Import wizard: Import of a project from Openshift does not display the project in the project view)
Issue Type: Enhancement (was: Bug)
Fix Version/s: 4.3.x
(was: 4.3.0.Beta2)
Description:
# ASSERT: make sure that you have package explorer set to display working sets and "Other Projects" disabled (unchecked)
# EXEC: launch import wizard
# EXEC: check if you can see you project once the import is finished.
Result:
You cannot spot your project since it was imported to "Other Projects" which is disabled.
We should allow users to specify a working set when importing a new project via Import wizard.
was:Import an existing buildconfig to an openshift project and note the project view does not display the new eclipse project. If you toggle between working sets and projects it causes the view to repaint and it is visible.
Priority: Minor (was: Major)
> Import wizard: Should be able to specify "Working set" when importing project
> -----------------------------------------------------------------------------
>
> Key: JBIDE-19960
> URL: https://issues.jboss.org/browse/JBIDE-19960
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Priority: Minor
> Labels: import_wizard, openshift_v3
> Fix For: 4.3.x
>
>
> # ASSERT: make sure that you have package explorer set to display working sets and "Other Projects" disabled (unchecked)
> # EXEC: launch import wizard
> # EXEC: check if you can see you project once the import is finished.
> Result:
> You cannot spot your project since it was imported to "Other Projects" which is disabled.
> We should allow users to specify a working set when importing a new project via Import wizard.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19960) Import wizard: Import of a project from Openshift does not display the project in the project view
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19960?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-19960:
------------------------------------------
This is thus a enhanement request where we could have an option to specify a working set in the import wizard. Renaming the issue
> Import wizard: Import of a project from Openshift does not display the project in the project view
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-19960
> URL: https://issues.jboss.org/browse/JBIDE-19960
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Labels: import_wizard, openshift_v3
> Fix For: 4.3.0.Beta2
>
>
> Import an existing buildconfig to an openshift project and note the project view does not display the new eclipse project. If you toggle between working sets and projects it causes the view to repaint and it is visible.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19960) Import wizard: Import of a project from Openshift does not display the project in the project view
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19960?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-19960 at 6/16/15 9:47 AM:
-------------------------------------------------------------------
When discussing Jeff mentioned that this was not a GTK issue but happened when he had "Working sets" enabled and "Other Projects" disabled. Since we import without adding to a working set, this would end up not seeing the freshly imported project in package explorer.
was (Author: adietish):
[~jcantrill] can you reproduce this reliably?
> Import wizard: Import of a project from Openshift does not display the project in the project view
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-19960
> URL: https://issues.jboss.org/browse/JBIDE-19960
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Labels: import_wizard, openshift_v3
> Fix For: 4.3.0.Beta2
>
>
> Import an existing buildconfig to an openshift project and note the project view does not display the new eclipse project. If you toggle between working sets and projects it causes the view to repaint and it is visible.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19967) setNote on InputComponent should word wrap in GUIs
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19967?page=com.atlassian.jira.plugi... ]
Pavol Srna commented on JBIDE-19967:
------------------------------------
Hi guys, how can I bring up the camel wizards? Thanks!
> setNote on InputComponent should word wrap in GUIs
> --------------------------------------------------
>
> Key: JBIDE-19967
> URL: https://issues.jboss.org/browse/JBIDE-19967
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: forge
> Affects Versions: 4.3.0.Alpha2
> Reporter: Claus Ibsen
> Assignee: George Gastaldi
> Labels: respin-a
> Fix For: 4.3.0.Beta1
>
> Attachments: Screen Shot 2015-06-06 at 2.10.06 PM.png, Screen Shot 2015-06-06 at 2.11.54 PM.png
>
>
> Thanks for setNote to set a description in the UI. This works nice. See screenshot.
> However if the text is long then its not word wrap. But you have to enlarge the UI Wizard to see all the text.
> But the title text in the top is word wrapping.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBDS-3268) [FeedHenry] Export a Cordova Application created using JBDS to FeedHenry
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBDS-3268?page=com.atlassian.jira.plugin.... ]
Pavol Srna closed JBDS-3268.
----------------------------
Verified in JBDS 9.0.0.Beta1a build.
> [FeedHenry] Export a Cordova Application created using JBDS to FeedHenry
> ------------------------------------------------------------------------
>
> Key: JBDS-3268
> URL: https://issues.jboss.org/browse/JBDS-3268
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: aerogear-hybrid, requirements
> Reporter: Burr Sutter
> Assignee: Gorkem Ercan
> Fix For: 9.0.0.Beta1
>
>
> As a HTML5-focused mobile application developer, I wish to use JBoss Tools and JBDS to craft my AngularJS+Ionic or jQuery Mobile-based application, testing it via CordovaSim, deploy the application to my iOS and/or Android phone and when I feel it is "about right", push it to FeedHenry's git URL.
> It is currently unclear how an end-user takes his/her JBDS Hybrid Mobile (Cordova) project and sets it up to support a git push to FH.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months