• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Editor feature question

Kaleb

Well-known member
Not knowing exactly how the compiler works, is possible for the compiler/editor
once it identifies an error to take you to each error in order let you fix that error recompile take you to the next error and so forth.

Is it possible to make a feature for the editor search to search by unique ID.
 
Not knowing exactly how the compiler works, is possible for the compiler/editor
once it identifies an error to take you to each error in order let you fix that error recompile take you to the next error and so forth.

Is it possible to make a feature for the editor search to search by unique ID.

What I do, when I get a list of errors, is either take a screenshot or copy and paste if that's possible in that window. I've got a dual monitor setup, so I keep the screenshot on one screen, and my editor on the other. Then I go through each error in sequence.

Sometimes, it makes more sense to work in an advanced text editor than in the Hero Lab editor. In those cases, I'll pull up UltraEdit (Notepad++ is also an excellent option, and it's free), and I'll fix what needs to be fixed in there.

Text editors like these allow you to search for text across all files in a given folder. That feature will allow you to search for unique IDs or any other text.
 
Back
Top