Clear Filters
Clear Filters

Cannot see some section of code in appdesigner

31 views (last 30 days)
This is some part of my code in matlab appdesigner. As you can see I cannot see the code from 256 to 518. Someone else played with my code and did this. And I am trying to make it visible again. I tried clicking on those 3 dots. But nothing is happening. Dont know exactly what is wrong. How do I get the section of code visible again. Thank you.
  2 Comments
Aquatris
Aquatris on 9 Jul 2024 at 14:25
Edited: Aquatris on 9 Jul 2024 at 14:27
Go to Home tab > Preferences > Editor/Debugger > Code Folding and see if any 'Fold Initially' button is ticked. If so untick them and see if it resolves your issue.
Govind Sankar Madhavan Pillai Ramachandran Nair
No, none of it is enabled. Also this part is for the normal editor or is this applicable to everything. Because the above code is not in editior, its in appdesigner and there is no home tab in appdesigner. Anyway in MATLAB home tab, none of the fold initially button is clicked.

Sign in to comment.

Accepted Answer

Ayush Singh
Ayush Singh on 10 Jul 2024 at 5:22
Hi Govind!
In order to see the hidden code, you can try the following:
  1. Go to 'View' tab and under 'Code Folding' click 'Expand All'
  2. You can also try shortcut with keyboard using 'Ctrl+Shift+,'.
Hope it works for you!

More Answers (0)

Categories

Find more on Startup and Shutdown 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!