Reordering in blackboard

NodeCanvas Forums Support Reordering in blackboard

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13313
    w
    Participant

    When you try to move a variable above another in the inpsector, it swaps their positions instead of doing the insert.

    For example, I want to move 4000 under 1000, so that I have 1000-4000-2000-3000-5000, what actually happens is 4000 ends up swapping positions with 2000.

    Attachments:
    You must be logged in to view attached files.
    #13316
    caenhorn
    Participant

    I noticed similar behavior with action lists. It’s a little bit of work to rearrange all the actions, if you want to insert one at the top of the list. There should be either both insert and swap mode, or just insert. Swapping is not all that useful.

    #13324
    psykaw
    Participant

    To fix it, go into ParadoxNotion\NodeCanvas\Framework\_Commons\Design\PartialEditor\EditorUtils\EditorUtils_ReorderableList.cs and replace these lines(138):

    by these:

    #13328
    w
    Participant

    That’s awesome. Thank you @psykaw!

    #13337
    Gavalakis
    Keymaster

    Thanks @psykaw!

    Indeed that is a known issue fixed for the next version by the same code @psykaw posted 🙂

    Join us on Discord: https://discord.gg/97q2Rjh

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.