JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
Regular business hours will resume at 9:00 a.m. ET on Friday, Jan. 2, 2026.
We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
Currently, code folding is not supported for messages, platforms, user-defined functions, and comments. Instead of a jmpkeyword.jsl option, a JSL advanced option to Collapse All Comment Blocks would be a very nice to have.
I would think additionally about code folding assignments, e.g. a string covering several lines, or adding scripts to tables (that have many lines). Usually I help myself adding an expression and evaluating it, this makes the code much better readable. See examples.
sql_string =
"
select
*
from
dual
";
dtc << new script(
"__newscript__",
Names default to here(1);
wait(1);
wait(1);
);
This is very cool. Extensive comment blocks, those that apply context, assumptions, pseudo-code and references can be quite useful for training and just updating and testing old programs. Thank you JMP developers!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.