Hello.
I was recently forced to switch from notepad++ to UltraEdit, and the macros I use that run extremely fast under npp completely lock up under ue if doing more than a hundred or two executions.
These are fairly simple macros too - for example converting a fixed length comma-delimited record into an insert statement. Simple stuff.
I turned off syntax highlighting, auto-complete and auto-bracing, which seems to help, but it's still pretty much unusable for what I need to do. I know it blanks out the screen after doing a dozen or so records, and I assumed that that was purposeful to help the macro run faster.
So basically, I'm asking if there are any tricks I can do to speed up macros in general. For instance, I wonder if one cause of slow-running macros is the undo tracking. Can that be turned off while a macro runs? Any other ideas?
Thanks!
Paul
I was recently forced to switch from notepad++ to UltraEdit, and the macros I use that run extremely fast under npp completely lock up under ue if doing more than a hundred or two executions.
These are fairly simple macros too - for example converting a fixed length comma-delimited record into an insert statement. Simple stuff.
I turned off syntax highlighting, auto-complete and auto-bracing, which seems to help, but it's still pretty much unusable for what I need to do. I know it blanks out the screen after doing a dozen or so records, and I assumed that that was purposeful to help the macro run faster.
So basically, I'm asking if there are any tricks I can do to speed up macros in general. For instance, I wonder if one cause of slow-running macros is the undo tracking. Can that be turned off while a macro runs? Any other ideas?
Thanks!
Paul