The View menu of the Tabbed MAXScript Editor introduced in 3ds Max 2008 contains commands for folding/unfolding code blocks, toggling various editor elements and displaying additional editing helps like whites paces, end of line symbols, indentation guides, line numbers and margins.
Toggle current fold- folds/unfolds the code block the cursor currently resides in.
Toggle all folds- folds/unfolds all code blocks in the document, regardless of their current state. In other words, if a script contains 10 possible folds and 5 of them are folded and 5 are not, this command will not invert their current folding but either fold all or unfold all.
Full Screen (F11)- opens the Editor on the whole screen, removing the title bar to provide even more editing space. Press again to toggle back to normal window.
Toolbar-unchecked by default. When checked, a toolbar with the most important commands represented in icon form will be displayed - New, Open, Save, Close, Print, Cut, Copy, Paste, Delete, Undo, Redo, Find and Replace.
Tab Bar-checked by default, the tab bar displays all currently opened files as tabs. Even when the tab bar is not displayed, you can use the shortcuts or the Windows menu to switch between tabs.
Status Bar-checked by default.
The default status bar displays the line (li), column (co), offset, insert/overwrite mode and end of line characters mode.
Multiple status bars can be defined and display different information. By default, there are 4 pre-defined status bars which can be switched by clicking on the status bar.
All status bars can be customized and new status bars can be defined - see MAXScript Editor - Defining Custom Status Bars for details.
Whitespace (CTRL+SHIFT+8)-unchecked by default. When checked, white spaces like tabs and spaces will be displayed as symbols.
End Of Line (CTRL+SHIFT+9)-unchecked by default. When checked, end of line characters will be displayed:
Indentation Guides-checked by default. When unchecked, the vertical guides helping align brackets and indentation will not be drawn:
Line Numbers- checked by default. When unchecked, no line numbers will be displayed in front of each line. The status bar could be used to read the current position.
Margin- checked by default. The margin is used to display the Bookmarks.
Fold Margin- checked by default. When unchecked, the fold margin will not be displayed. You can still fold the current code block or all code blocks using the menu commands or keyboard shortcuts, but you cannot click with the mouse on the fold +/- symbols anymore.