Hello.
I've had this macro since UEStudio v6:
It's assigned to ALT+T
Up to UES v15 it worked perfectly: you select a block of text, hit ALT+T and all spaces turned into tabs instantly in the selection and selection stays selected like nothing happened.
Since v15 it started to select text all the way to the end of the file, showing cancel dialog box and after it's done (a few seconds) it clears the selection, at witch point very often if you have something in undo buffer, it gets corrupted, to the point that if you undo, you can't redo to the proper state, everything is "shifted" a few characters.
Since v16 not only it inherited v15 issues, on top of that UES started crashing every time you try to edit a macro. It was fixed in latest version, but now I'm getting this message after executing this macro:
Note, this issue only happens when text selected, with no selection the macro works with no issues (other then it still much slower then pre-v15).
Is there something I could change in the settings that would fix this, or it's a bug?
Thank you.
I've had this macro since UEStudio v6:
Code: Select all
SpacesToTabs
TrimTrailingSpaces
Up to UES v15 it worked perfectly: you select a block of text, hit ALT+T and all spaces turned into tabs instantly in the selection and selection stays selected like nothing happened.
Since v15 it started to select text all the way to the end of the file, showing cancel dialog box and after it's done (a few seconds) it clears the selection, at witch point very often if you have something in undo buffer, it gets corrupted, to the point that if you undo, you can't redo to the proper state, everything is "shifted" a few characters.
Since v16 not only it inherited v15 issues, on top of that UES started crashing every time you try to edit a macro. It was fixed in latest version, but now I'm getting this message after executing this macro:
The application could not allocate enough memory for the undo buffer. The undo chain will be reset for this document.
Note, this issue only happens when text selected, with no selection the macro works with no issues (other then it still much slower then pre-v15).
Is there something I could change in the settings that would fix this, or it's a bug?
Thank you.