How can I split the editor window in Appdesigner?
15 views (last 30 days)
Show older comments
When working on a GUI in Appdesigner I have not been able figure out how to split my editor window into multiple windows. I find it very useful to view code in several parts of the Class while editing/debugging. This feature is straight-forward in the standard Matlab editor. Could someone please advise if this is possible?
1 Comment
Dave
on 18 Jun 2019
I hope Mathworks has a multi-window code viewer for AppDesigner on their near-term roadmap.
The UIs I have developed tend to be complex, with many thousands of lines of code. I resisted moving to AppDesigner until it looked plausibly mature enough to encompass the functionality I needed - I made my first attempt a week ago. Overall I am quite happy with what I see, but a major omission seems to be a way to efficiently navigate large files.
In the standard Matlab editor, I used bookmarks and split windows to navigate my code: either or both would be a welcome addition in AppDesigner.
Answers (1)
Jim Joy
on 5 Oct 2017
Hi Devin,
Unfortunately, this capability is currently not available in App Designer.
One workaround that you may consider is copying and pasting your basic App code from the App Designer editor into a MATLAB file, and editing this file in the MATLAB Editor. I understand that there are certainly limitations here, and that this workflow is only likely to be helpful if you do not have many iterations of redesigning the core components of your app. However, if you can use App Designer to create a template for your code, it may be a viable option.
Best Regards,
Jim
See Also
Categories
Find more on Environment and Settings 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!