History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-5195
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Unassigned
Reporter: Dmitri Colebatch
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Add "expand this part fully" functionality

Created: 13 Aug 07 10:44   Updated: 13 Aug 07 17:32
Component/s: XML editing
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Windows XP

Build: 6,180
Severity: Low


 Description  « Hide
Given xml like this:

<xsd:schema>
<xsd:simpleType name="ForecastQuantityType">
<xsd:restriction base="xsd:int">
<xsd:maxExclusive value="10000000" />
</xsd:restriction>
</xsd:simpleType>
<xsd:element name="OrderTypeToSupplier">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="1"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:schema>

If I collapse all, and then open the top node, I get this:

<xsd:schema>
[+] <xsd:simpleType name="ForecastQuantityType" ...>
[+] <xsd:element name="OrderTypeToSupplier" ...>
</xsd:schema>

I would like to be able to place the cursor under the simpleType element and expand it and its children. Currently I can expand all, which expands the entire file. I would like to be able to "expand this node fully". I assume (although haven't checked) that this would also be useful in java coding (I don't use folding in java much).

Is this clear? I realise this is a low priority issue, but I think it would be useful functionality that would be easy to add.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.