cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
hogi
Level XIII

select code between brackets -> include the command?

When the user double-clicks a bracket in JSL editor, the code between opening and closing bracket is selected - including the brackets.

... but excluding the command in front of the brackets.

 

for copy & paste and to run code sniplets, it could be useful to include the command in front of the brackets.

Is there a shortcut which does this?

2 ACCEPTED SOLUTIONS

Accepted Solutions
txnelson
Super User

Re: select code between brackets -> include the command?

After double clicking on the bracket code, then hold the shift key down and click on the first letter in the command, and the complete command will be selected

Jim

View solution in original post

hogi
Level XIII

Re: select code between brackets -> include the command?

alternative:
press Ctrl + Shift and click arrow left

 

... several times (if the command is written with spaces)

View solution in original post

2 REPLIES 2
txnelson
Super User

Re: select code between brackets -> include the command?

After double clicking on the bracket code, then hold the shift key down and click on the first letter in the command, and the complete command will be selected

Jim
hogi
Level XIII

Re: select code between brackets -> include the command?

alternative:
press Ctrl + Shift and click arrow left

 

... several times (if the command is written with spaces)

Recommended Articles