ulliaunt / tesv-snip

Automatically exported from code.google.com/p/tesv-snip
0 stars 0 forks source link

Re-Ordering of records #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What will you be discussing?

Manual re-ordering of records withing a group.

How does the user interface function currently?

New records are added at the end of the group.

Describe the desired change.

A right click option from the Top Group entry to reorder the records in that 
specific group alphabetically.

Please provide any additional information below.

Relevant Topic: 
http://forums.bethsoft.com/topic/1399944-wipz-tesvsnip-44a/page__view__findpost_
_p__21324371
Delete comment Report abuse Comment 1 by project member danielhmpdx16, Aug 5, 
2012
(No comment was entered for this change.)
Owner: leandor
Delete comment Report abuse Comment 2 by project member leandor, Aug 12, 2012
Currently the Records are hold in plain lists (similar to vectors in C++), so 
ordering them should not be difficult. I don't think the UI supports that 
currently, like it does for Sub-Record within a record in the editor pane. But 
I may be wrong, didn't looked too deeply.
Delete comment Report abuse Comment 3 by project member danielhmpdx16, Aug 12, 
2012
It's in a weird place but I think the top group ordering is in Spells.cs under 
the comment I added "/// HAZD appears twice in Skyrim.esm.  2nd entry is empty."

I was talking about SubRecords.  However, now that you mention it, I should 
verify whether or not it writes the Top Groups out of order.  The correct order 
is important for both, or TES5Edit will complain.

Original issue reported on code.google.com by danielhmpdx16@gmail.com on 23 Sep 2012 at 12:07