how do I change the default open behavior to not be a class property
Show older comments
How do I change the default behavior in the MATLAB editor so that selecting text and opening it (selecting "open") doesn't go the property first (as opposed to a class with the same path)? (note, this may also apply to functions in the same package, I haven't tested it
Consider the following layout:
+p/@class1
+p/+class1/@class2
If class1 has a property "class2" then if I select code that is "p.class1.class2" and open it the editor goes to the property "class2" instead of the class "class2"
Accepted Answer
More Answers (0)
Categories
Find more on Whos in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!