[
https://issues.jboss.org/browse/JBIDE-19781?page=com.atlassian.jira.plugi...
]
Viacheslav Kabanovich edited comment on JBIDE-19781 at 5/8/15 9:50 PM:
-----------------------------------------------------------------------
org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditor
Method createPages() in the end calls checkPalette(). It is implemented so that it opens
Palette in this forced way only once ever for the workspace. As soon as user closes
Properties view, it should be opened manually. I think the same approach would be
consistent for Batch Editor + Properties.
Though, there is one difference. Palette is shown in the section to the right of the
editor which it shares with only Outline. Properties is shown in the bottom section shared
by a lot of views, so that it is quite probably that another view in the bottom is
selected. Maybe, on making sure that Properties is not selected, we can show dialog asking
'Properties view is very useful for Batch Diagram, would you like to open it
now?', and of course with check box 'Never show this dialog again' or
'Remember my choice'.
was (Author: scabanovich):
org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditor
Method createPages() in the end calls checkPalette(). It is implemented so that it opens
Palette in this forced way only once ever for the workspace. As soon as user closes
Properties view, it should be opened manually. I think the same approach would be
consistent for Batch Editor + Properties.
Open 'Properties' view together with the Batch diagram
editor
-------------------------------------------------------------
Key: JBIDE-19781
URL:
https://issues.jboss.org/browse/JBIDE-19781
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: batch
Affects Versions: 4.3.0.Beta1
Reporter: Tomáš Milata
Assignee: Tomáš Milata
Priority: Minor
Labels: usability
Fix For: 4.3.0.Beta1
Users have problems to find where to edit properties like item readers or batchlet refs.
If the Properties view is not open when editor is started, they do not have the idea to
use it.
So I suggest to open it always when diagram is opened or changes its inner model element.
Or do you have a better idea?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)