cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
0 Kudos

version control

☑ cool new feature
☑ could help many users!

☑ can be used to remove bugs

☐ nice to have

☐ nobody needs it

 

What inspired this wish list request? 

JSL programming is a lot of fun. Via trial and error, it's easily to find the right expression - even if a detail is missing in the documentation.

To support the "trial and error" - a version control could help to keep track which version worked, which line was changed, which expression causes the new error.

 

What is the improvement you would like to see? 

Please add version control to JMP

- directly inside JMP

- with the possibility to run and test different versions of the code

- with the ability to compare different versions

- as an addition to an external "long time" version control

-> OK if it just tracks the versions since the last start of JMP (in memory)

 

 

Why is this idea important? 

JSL programming will get much easier.

 

 

other wishes from hogi_2-1702196401638.png

2 Comments
Status changed to: Acknowledged
 
hogi
Level XII

Thanks for the update
I just noticed that with the help of JSL Scripting, one can create such a version control with a few lines of code:


After some debugging I will provide it online as an Addin.
This will bridge the time till an official version control is available ...