R2021b: The Run Section tool in the Editor has been removed

2 views (last 30 days)
I use the Run Section tool all the time and was surprised to read in the R2021b release notes that it's been removed. Is it replaced by something better? I failed to find anything of that kind in the documentation.
The old question Keyboard shortcut to evaluate current line? has 619 views (last 30 days), which indicates that the tool has users. The accepted answer presents a working solutions, which uses matlab.desktop.editor.getActive and eval. Is there an API for the new Editor (similar to the old Editor API, matlab.desktop.editor)?
  2 Comments
CdC
CdC on 15 Dec 2021
This was a super valuable tool. Not sure why it was removed, but PLEASE PUT IT BACK!!! This is TERRIBLY UNFORTUNATE!!! If it's been put somewhere else, please let us know. Thank you.

Sign in to comment.

Accepted Answer

Bruno Luong
Bruno Luong on 26 Sep 2021
It's still there

More Answers (2)

Steven Lord
Steven Lord on 26 Sep 2021
I believe that entry in the Release Notes could use a set of quotes around the name of the tool. There was a tool that would let you increment a selected value and then rerun the section in which it was located as one step, the "Increment Value and Run Section" tool. See the Evaluate Code Sections portion of this documentation page from the release R2020b documentation for more information.
It is that tool which has been removed, not the "Run Section" tool accessible from the Toolstrip.
  1 Comment
per isakson
per isakson on 27 Sep 2021
Edited: per isakson on 27 Sep 2021
Thank you for your patience. I misread, jump to the wrong conclusion and was too quick to submit a question. Sorry.

Sign in to comment.


Julie Shapiro
Julie Shapiro on 16 Mar 2023
We are happy to report that starting in R2023a, the Increment Value and Run Section tool is once again available in the Editor. You can use the tool to increment, decrement, multiply, or divide numeric values in the Editor and then run the current section after every change.
To adjust a numeric value, select the value or place your cursor next to the value, right-click and select Increment Value and Run Section. Then, use the Increment Value and Run Section dialog box to adjust the value and run the current section.
The Increment Value and Run Section tool is only available in the Editor. To adjust numeric values in the Live Editor, use controls such as numeric sliders and spinners.
For more information, see Create and Run Sections in Code and the MATLAB Release Notes.

Categories

Find more on Environment and Settings in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!