raziel23x / skyrim-plugin-decoding-project

Automatically exported from code.google.com/p/skyrim-plugin-decoding-project
1 stars 3 forks source link

re-ordering of records #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 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

Original issue reported on code.google.com by danielhmpdx16@gmail.com on 3 Aug 2012 at 9:59

GoogleCodeExporter commented 9 years ago

Original comment by danielhmpdx16@gmail.com on 5 Aug 2012 at 10:31

GoogleCodeExporter commented 9 years ago
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.

Original comment by leandor@gmail.com on 12 Aug 2012 at 8:59

GoogleCodeExporter commented 9 years ago
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 comment by danielhmpdx16@gmail.com on 12 Aug 2012 at 9:08

GoogleCodeExporter commented 9 years ago

Original comment by danielhmpdx16@gmail.com on 23 Sep 2012 at 12:07