0 of 0

File information

Last updated

Original upload

Created by

ID8879488948574

Uploaded by

ID8879488948574

Virus scan

Safe to use

5 comments

  1. ID8879488948574
    ID8879488948574
    • premium
    • 16 kudos
    Locked
    Sticky
    Please share the hotkeys that you use and mention if you're ok with me adding it here. Of course I will credit you! Thanks!
  2. SLXJ
    SLXJ
    • premium
    • 59 kudos
    The xEdit find function never worked for me. This changed code seems to work to find records that match the text string you are looking for. In "\Edit Scripts\Find records.pas" replace the code on line 216:
        if ElementExists(e, slHasElements[i]) then begin
    With this:
        if Pos(lowercase(slHasElements[i]), lowercase(Name(e))) > 0 then begin
  3. rubenthekid5954
    rubenthekid5954
    • supporter
    • 11 kudos
    nvm
  4. XPE4D
    XPE4D
    • supporter
    • 23 kudos
    Is there a way to scroll faster or jump to the bottom on the right side while using Drag n Drop? I'm trying to copy Combinations on Armor.
    1. ID8879488948574
      ID8879488948574
      • premium
      • 16 kudos
      There isn't a way that I know of to do it directly. That being said, you can try limiting what is displayed by using filters. Type in the field you're working with and check in the siblings/children flag (if needed) - usually that filters out a lot of stuff making it possible to fit everything in one screen.

      If not - well, I guess scripting is the best way to go.
  5. nightblade097
    nightblade097
    • premium
    • 9 kudos
    Thank you for posting this! There were a bunch here that I didn't know of and will be so helpful in the future!