[
https://issues.jboss.org/browse/FORGE-2346?page=com.atlassian.jira.plugin...
]
Claus Ibsen commented on FORGE-2346:
------------------------------------
btw using the same command from CLI shows the documentation as shown below:
{code}
[camel-spring]$ camel-edit-endpoint-xml
***INFO*** Required inputs not satisfied, entering interactive mode
[0] ( ) timer:foo?period=3000
[1] ( ) mock:higher
[2] ( ) mock:regular
Press <ENTER> to confirm, or <CTRL>+C to cancel.
* endpoints (The endpoints from the project): [0-2] 0
* timerName (The name of the timer) [foo]:
? time (A java.util.Date the first event should be generated. If using the URI the pattern
expected is: yyyy-MM-dd HH:mm:ss or yyyy-MM-dd'T'HH:mm:ss.):
? period (If greater than 0 generate periodic events every period milliseconds. The
default value is 1000.) [3000]:
? delay (The number of milliseconds to wait before the first event is generated. Should
not be used in conjunction with the time option. The default value is 1000.) [1000]:
{code}
Include tooltip in forge wizard for the various options
-------------------------------------------------------
Key: FORGE-2346
URL:
https://issues.jboss.org/browse/FORGE-2346
Project: Forge
Issue Type: Enhancement
Components: UI - IntelliJ IDEA
Affects Versions: 2.16.1.Final
Reporter: Claus Ibsen
Attachments: idea-edit-wizard-no-tooltip.png
Our Camel forge commands works nicely in IDEA.
But the wizard that allows to edit the options, does not show the documentation we have
as tooltips when however the mouse. Eclipse does that.
Also the numbers in the UI is formatted using what seems like US locale. eg with thousand
separator. It would be nicer to just show numbers without such formatting.
See screenshot.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)