How do I remove the break line column and also the error message column in the editor (2023a)
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Andrew Phillip
am 13 Aug. 2023
Beantwortet: Vedant
am 7 Sep. 2023
Hi all, I have just upgraded from 2020a to 2023a, and I do not know how to remove these two new additions to either side of the editor. The break line column was 3 "units" wide, and I was able to get it down to 1 "unit" wide, but I have a small screen, so any screen space is expensive real estate! Thanks in advance!
1 Kommentar
Ayush
am 21 Aug. 2023
Could you please add a screenshot to better show what you are trying to acchive?
Akzeptierte Antwort
Vedant
am 7 Sep. 2023
Hey @Andrew Phillip
I understand you want to remove the line numbers and error message column in the MATLAB Editor, you can follow these steps:
- Open MATLAB and go to the "Home" tab in the MATLAB Desktop.
- Click on the "Preferences" button in the "Environment" section of the toolbar. This will open the "Preferences" dialog box.
- In the left-hand pane of the "Preferences" dialog box, expand the "Editor/Debugger" category.
- In the right-hand pane, under the "Display" section, uncheck the "Show line numbers" option. This will remove the line numbers column in the editor.
You may read further regarding Line Numbers option here: https://in.mathworks.com/help/matlab/matlab_env/about-editor-debugger-preferences.html
- In the left-hand pane of the "Preferences" dialog box, expand the "Code Analyzer " category.
- In the right pane uncheck the “Enable integrated warning and error messages”
- Click the "OK" button to save the changes and close the "Preferences" dialog box.
You may read further on Warning and Error Messages from here: https://in.mathworks.com/help/matlab/matlab_prog/check-code-for-errors-and-warnings.html
Thanks,
Vedant Panchal
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!