Some Requests
Are you missing a feature? Request its implementation here.
-
- Posts: 13
- Joined: Wed Oct 29, 2008 9:32 am
Some Requests
Hi,
I have some requests for a further Release relating to the new Schema Editor:
GreatTool!
I have some requests for a further Release relating to the new Schema Editor:
- Disable Drag'n'Drop by option
- Scrolling by MouseDown and -Move (like the Hand-Tool in the AcrobatReader)
- Option to expand/collapse all subitems, considering the selected item
- Possibility to configure ShortCuts for the Schema-Editor-Functions (not all Functions are included actually, i.e. Insert)
GreatTool!
-
- Posts: 4141
- Joined: Fri Mar 28, 2003 2:12 pm
Re: Some Requests
Post by sorin_ristache »
Hello,
Thank you,
Sorin
Drag and drop should help you to move the components of the schema diagram quickly. The mouse pointer changes when you drag a component and shows you where you can drop it in a parent that allows that component as a child component. Did you have problems with drag and drop in the diagram?SaschaF. wrote:
- Disable Drag'n'Drop by option
Do you mean when you select a component and expand it you want to expand all the subitems recursively including the references to other components and their subitems?SaschaF. wrote:
- Option to expand/collapse all subitems, considering the selected item
We added these requests to our system.SaschaF. wrote:
- Scrolling by MouseDown and -Move (like the Hand-Tool in the AcrobatReader)
- Possibility to configure ShortCuts for the Schema-Editor-Functions (not all Functions are included actually, i.e. Insert)
Thank you,
Sorin
-
- Posts: 13
- Joined: Wed Oct 29, 2008 9:32 am
Re: Some Requests
Yes, sometimes I have deleted an Item, when I want to close it. It seems, that it has something to do with Drag'n'Drop (maybe I moved the item into another Element - I don't know, but it is not where it should be any longer). And because I get no Information about that, it maybe that I don't realize this unintenioned change. This way I destroyed a schema last weeksorin wrote:Did you have problems with drag and drop in the diagram?SaschaF. wrote:
- Disable Drag'n'Drop by option

No, I like to have a popup-menu-option (expand children / collapse children) that expands only the child-nodes of the selected item; similar to the Full-Model-View.sorin wrote:Do you mean when you select a component and expand it you want to expand all the subitems recursively including the references to other components and their subitems?SaschaF. wrote:
- Option to expand/collapse all subitems, considering the selected item
Thanks!sorin wrote:We added these requests to our system.SaschaF. wrote:
- Scrolling by MouseDown and -Move (like the Hand-Tool in the AcrobatReader)
- Possibility to configure ShortCuts for the Schema-Editor-Functions (not all Functions are included actually, i.e. Insert)
-
- Posts: 4141
- Joined: Fri Mar 28, 2003 2:12 pm
Re: Some Requests
Post by sorin_ristache »
I think a component was moved by drag and drop to any parent component. The mouse pointer changes when you start the drag so you should see when a drag and drop is in progress. Anyway if you did the operation too quickly and you are not sure if you did a drag and drop but you see that the schema diagram was changed in a way that you did not expect you can revert to the previous state with an undo (Ctrl-Z or menu Edit -> Undo).SaschaF. wrote:Yes, sometimes I have deleted an Item, when I want to close it. It seems, that it has something to do with Drag'n'Drop (maybe I moved the item into another Element - I don't know, but it is not where it should be any longer). And because I get no Information about that, it maybe that I don't realize this unintenioned change. This way I destroyed a schema last week
In the Full Model view the actions Collapse Children and Expand Children are available on the popup menu of the selected item. I think it is faster to just expand the item with the + sign displayed on the right edge of the component or to see the expanded item with the action Show Definition also available on the popup menu.SaschaF. wrote:No, I like to have a popup-menu-option (expand children / collapse children) that expands only the child-nodes of the selected item; similar to the Full-Model-View.
Regards,
Sorin
-
- Posts: 4141
- Joined: Fri Mar 28, 2003 2:12 pm
Re: Some Requests
Post by sorin_ristache »
Also you can set the minimum number of pixels that starts the drag action by setting the startup parameterSaschaF. wrote:Yes, sometimes I have deleted an Item, when I want to close it. It seems, that it has something to do with Drag'n'Drop (maybe I moved the item into another Element - I don't know, but it is not where it should be any longer). And because I get no Information about that, it maybe that I don't realize this unintenioned change. This way I destroyed a schema last week
Code: Select all
-Dawt.dnd.drag.threshold=10
Regards,
Sorin
-
- Posts: 13
- Joined: Wed Oct 29, 2008 9:32 am
Re: Some Requests
I think you misunderstood me.sorin wrote: In the Full Model view the actions Collapse Children and Expand Children are available on the popup menu of the selected item. I think it is faster to just expand the item with the + sign displayed on the right edge of the component or to see the expanded item with the action Show Definition also available on the popup menu.
An Example:
I open a schema; it's elements are all collapsed.
Now I want to save the complete schema as a picture. What have I to do?
I have to click on every + sign, to open the complete schema

It is much faster to select the root element, open it's contextmenu and call 'expand children'. That means, that the hole branch will expand recursively. (Is that what you mentioned in your first post on this thread?)
I'll see if it works for me.sorin wrote: Also you can set the minimum number of pixels that starts the drag action by setting the startup parameterfor example for 10 pixels. The default number is 5 pixels.Code: Select all
-Dawt.dnd.drag.threshold=10
Thx.
-
- Posts: 4141
- Joined: Fri Mar 28, 2003 2:12 pm
Re: Some Requests
Post by sorin_ristache »
I added a feature request for the actions for expand and collapse all nodes.SaschaF. wrote:An Example:
I open a schema; it's elements are all collapsed.
Now I want to save the complete schema as a picture. What have I to do?
I have to click on every + sign, to open the complete schemaThat is not practicable.
Regards,
Sorin
-
- Posts: 13
- Joined: Wed Oct 29, 2008 9:32 am
Re: Some Requests
Thanks a lot.sorin wrote:I added a feature request for the actions for expand and collapse all nodes.SaschaF. wrote:An Example:
I open a schema; it's elements are all collapsed.
Now I want to save the complete schema as a picture. What have I to do?
I have to click on every + sign, to open the complete schemaThat is not practicable.
Btw:
Code: Select all
-Dawt.dnd.drag.threshold=2000

-
- Posts: 4141
- Joined: Fri Mar 28, 2003 2:12 pm
Re: Some Requests
Post by sorin_ristache »
We implemented the mouse down scrolling in the schema diagram. It will be available in version 10.3.sorin wrote:We added these requests to our system.SaschaF. wrote:
- Scrolling by MouseDown and -Move (like the Hand-Tool in the AcrobatReader)
Thank you,
Sorin
Regards,
Sorin
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ Artificial Intelligence (AI Positron Assistant add-on)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service