How do i remove wide indents in MATLAB script editor ?

112 views (last 30 days)
I am facing the wide indent problem in script editor.
Even though i apply the smart indent, it still shows a large indent of the statements
I tried preferences options, but the problem still persists.
However, it does not happen when i open a new file ?
When i click on wrap comments, it freezes Matlab !!! nothing works,
  2 Comments
Jan
Jan on 22 Nov 2018
Please explain the details:
  • What does "I apply the smart indent" exactly mean?
  • How does the "large indent" look like? We cann guess, what you see.
  • Which preferences options did you set?
  • What does "open a new file" mean - create or open an existing file?
  • What does "freeze" mean exactly?
  • Which Matlab/OS versions are you using?
  • Did it work before any specific update and/or installation?
  • "Nothing works"?!
VBBV
VBBV on 22 Nov 2018
Smart indent button available in matlab editor
Large indent is like in the attached snapshots in the file (see the presentation1.pdf) file
Open a new file .. yes create or open new script file
Freeze is ... mouse and keyboard does not respond
MATLAB 2018b
Nothing works, also means Freezed ... neither keyboard, nor the mouse respond
update or installation ... not sure about it

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 22 Nov 2018
Type control-a (to select all code), then control-i (to fix the indenting). You can set up how many spaces a tab corresponds to in the preferences.
If things are still not aligned properly then you have probably forgotten an "end" somewhere.
  3 Comments
Jan
Jan on 22 Nov 2018
Edited: Jan on 22 Nov 2018
Fine. What was the problem? How did you fix it?
VBBV
VBBV on 23 Nov 2018
In the command window, the preferences option, indenting tab, 'all nested functions' choice was selected. therefore, the statements were being wide indented to the right. when i pressed Ctrl + i, it was reset to default (left)

Sign in to comment.

More Answers (0)

Categories

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

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!