cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
lala
Level IX

Is this a BUG?What is the speed of inserting code during JSL editing in JMP 18?

I often insert a large amount of code instantly through the input method in the JSL editor.It has long been found that it has been very slow since JMP18, and this phenomenon did not occur in previous versions.
Now I'm using EmEditor to write JSL.
B16FE337F134A60D4025DE610D4CD56E.png

7 REPLIES 7
hogi
Level XII

Re: Is this a BUG?What is the speed of inserting code during JSL editing in JMP 18?

"instantly through the input method" ?

lala
Level IX

Re: Is this a BUG?What is the speed of inserting code during JSL editing in JMP 18?

I have specially created phrases for writing JSL code myself. Just select 1 and you can instantly write these codes.

When there is already a considerable amount of JSL editor and a large amount of code is inserted in this way, JMP18 will be slower.This problem didn't exist in the previous version.
2025-05-08_13-17-17.png

hogi
Level XII

Re: Is this a BUG?What is the speed of inserting code during JSL editing in JMP 18?

how do you write/change the code?

 

like this:

code = sb << get text();
code = change(code);
sb << set text (code);

?

lala
Level IX

Re: Is this a BUG?What is the speed of inserting code during JSL editing in JMP 18?

Indeed, it is more difficult for those who directly use their native English language to understand this method of writing code.

 

We need to rely on software to input Chinese fonts.

First, I will map these JSL codes to correspond with the ccco code through the input method software

In this way, when I press the four letters "ccco" in the input method, I can simultaneously write all the JSL I just mentioned into the JSL editor
2025-05-08_13-54-15.png

jthi
Super User

Re: Is this a BUG?What is the speed of inserting code during JSL editing in JMP 18?

Have you tried changing Script Editor preferences, Preferences for the JSL Script Editor, such as disabling "Color unknown object messages" if its enabled? Or do you have hardware accelerated graphics enabled from Windows Specific preferences? Have you contacted JMP support?

-Jarmo
lala
Level IX

Re: Is this a BUG?What is the speed of inserting code during JSL editing in JMP 18?

I only modified these.

2025-05-08_14-47-33.png

Re: Is this a BUG?What is the speed of inserting code during JSL editing in JMP 18?

You might send this into tech support.  If you're in the Early Adopter program, you might  also consider taking a look at testing (and providing feedback ) on some of the code editor improvements coming in 19 - there's something in there that looks like it might be helpful for this situation. 

Recommended Articles