The Options menu of the Tabbed MAXScript Editor introduced in 3ds Max 2008 contains options to control various behaviors of the Editor as well as commands for fixing line end characters, changing indentation settings and switching between proportional and monospaced font dispaly.
Always On Top- Unchecked by default. When checked, forces the MAXScript Editor to stay on top of all windows including other 3ds Max floaters and any other applications.
Vertical Split-Unchecked by default. When checked, the Output Pane will be placed at the right side of the Editor Pane. When unchecked, it will be at the bottom.
Wrap-When unchecked (default), lines longer than the width of the Editor Pane will only be displayed partially. When checked, text lines longer than the width of the Editor Pane will be wrapped and shown as multiple lines, allowing you to see all the text.
Wrap Output-When unchecked (default), lines longer than the width of the Output Pane will only be displayed partially. When checked, text lines longer than the width of the Output Pane will be wrapped and shown as multiple lines, allowing you to see all the text.
Read-Only- Unchecked by default. When checked, the current document will be made read-only - typing into it will be disabled, but you will be able to select and copy text from it.
Fixup Line End Characters-corrects the Line End characters by adding an LF where the line ends with CR only.
Change Indentation Settings... (CTRL+SHIFT+I) - opens a dialog controlling the type and number of the indentation characters.
Tab Size -defines the width of a tab measured in space characters. Default is 4.
Indent Size -defines the number of spaces to use for indentation when tabs are not used. Default is 4.
Use Tabs- when checked, tabs of the specified size will be used to indent code automatically or when the TAB key is pressed. When unchecked, spaces of the specified count will be inserted instead.
Convert- press this button to convert tabs to spaces in the beginning of a line when Use Tabs is unchecked and spaces to tabs when Use Tabs is checked.
Use Monospaced Font (CTRL+F11)- toggles between proportional and monospaced fonts. In the latter case, all characters have the same pixel size so all lines align perfectly.