Make the run button configurable so that it does not "run selected code" per the user's request. I see three ways to do this. 1) make an option for one to set so that the editor's run button does not "run selected code", 2) make an option that gives a warning before a "run selected code" action, or 3) make an option to enable a "run" button that has a drop down choice.
It is a good idea to make the button do both by default (EG 8.1.1.4580). I have colleagues that use this, the default behavior of the button shouldn't be changed unless the user sets an option. As I work, I rarely "run selected code" because each block of code I run is each node. It is annoying to realize repeatedly that after you've run the node that is supposed to work with out error, only to find out that you had left selected text again.
...
NOTE: Writing HTML5(EGHTML) Body file: EGHTML 27 28 Random_Variable_or_Dataset_Name
29 30 %LET _CLIENTTASKLABEL=; 31 %LET _CLIENTPROCESSFLOWNAME=; 32 %LET _CLIENTPROJECTPATH=; 33 %LET _CLIENTPROJECTPATHHOST=; 34 %LET _CLIENTPROJECTNAME=; 35 %LET _SASPROGRAMFILE=; 36 %LET _SASPROGRAMFILEHOST=; 37 38 ;*';*";*/;quit;run; 28 Random_Variable_or_Dataset_Name
_______________________________ 180 ERROR 180-322: Statement is not valid or it is used out of proper order. 39 ODS _ALL_ CLOSE;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.