INSTRUCTIONS
============

This package contains some files for UltraEdit customization for MAXScript support.

1. Copy wordfile "maxscript.uew"
   into %APPDATA%\IDMComp\UltraEdit\wordfiles
   This file contains MAXScript syntax definition and is used for:

   - Syntax highlighting
     Go to Settings > Editor display > Syntax highlighting
     Check "Enable syntax coloring" and "Disable syntax coloring in selection"
     Pick "MAXScript" item from "Highlight new file as:" drop-down list

   - Auto-completion (CTRL+SPACE)
     Go to Settings > Auto-complete > Miscellaneous
     Check "Show auto-complete dialog automatically", "IntelliTips suggestions",
     "language keywords", "auto-complete text"

   - Function List (shows all functions and structures in current file)
     Go to Layout and check Functions to open Function List

2. There are three theme files:
   "Arctic.ue-theme" (semi-dark theme inspired by Nord theme)
   "Mist.ue-theme" (semi-light theme inspired by Tokyo Light)
   "Nocturnal.ue-theme" (dark theme inspired by Tokyo Night Storm)
   Copy all *.ue-theme into %APPDATA%\IDMComp\UltraEdit\themes
   Go to Layout and check Themes to change the look

3. Copy Template file "maxscript-tpl.xml"
   into %APPDATA%\IDMComp\UltraEdit\templates\language
   Go to Layout > Templates to open Template List
   This file contains useful maxscript snippets.
   You can find more about templates here:
   https://wiki.ultraedit.com/Settings:Templates
   https://wiki.ultraedit.com/Template_list
   https://www.ultraedit.com/support/tutorials-power-tips/ultraedit/smart-templates

Additional settings
-------------------

   - Tab settings can be changed in Settings > Editor > Word wrap / tab settings (Tab stop value = 4).
   - Editor font can be changed in View > Set font.
   - Font of dockable windows and other interface colors can be changed in Layout > Themes > Manage themes.
