Hi all!
Some time ago, an update to UE started messing with my templates. Yes, I know, I should have reported it straight away, but I had other things that were more urgent at the time.
By now, I am so annoyed by this, that I figure it is time to get this sorted out.
I have a lot of self-created templates I use, mostly for SAS coding. The templates use alignment to indent code blocks, and since some of the templates are quite long, this is incredibly helpful, and incredibly annoying when it gets messed up. I will give a brief example below, but let me draw attention to the fact that some of these templates are many years old, have always worked, and have been broken some time in the recent past, not by changes to the templates, but by an UltraEdit update.
Fixes I have tried are:
And this is what I get when I insert it:
Please can someone fix this?
Thanks.
Some time ago, an update to UE started messing with my templates. Yes, I know, I should have reported it straight away, but I had other things that were more urgent at the time.
By now, I am so annoyed by this, that I figure it is time to get this sorted out.
I have a lot of self-created templates I use, mostly for SAS coding. The templates use alignment to indent code blocks, and since some of the templates are quite long, this is incredibly helpful, and incredibly annoying when it gets messed up. I will give a brief example below, but let me draw attention to the fact that some of these templates are many years old, have always worked, and have been broken some time in the recent past, not by changes to the templates, but by an UltraEdit update.
Fixes I have tried are:
- Rebuilding the template, using only spaces for alignment. Didn't work.
- Rebuilding the template, using only tabs for alignment. Didn't work.
Code: Select all
PROC MEANS
DATA=
MAXDEC=3 N NMISS RANGE MIN Q1 MEDIAN Q3 MAX MEAN STDDEV ALPHA=0.05 CLM SKEW KURT;
VAR ;
CLASS ;
/*WHERE ;*/
TITLE "";
RUN;
Code: Select all
PROC MEANS
DATA=
MAXDEC=3 N NMISS RANGE MIN Q1 MEDIAN Q3 MAX MEAN STDDEV ALPHA=0.05 CLM SKEW KURT;
VAR ;
CLASS ;
/*WHERE ;*/
TITLE "";
RUN;
Thanks.