-------------------------------------------------------------------------------------------------------------------------------------------
--- Dark Scintilla: Dark Colorscheme for Maxscript Editor ( Max 2008 and up)
-------------------------------------------------------------------------------------------------------------------------------------------
--- Created:  August  4 2011
--- Modified: April  13 2021

--- Version:  V1.2d - fixed too dark-blue color for FPS and struct properties...
---			  - slightly brightened color for global constants and made it use bold fonts
---
--- Version:  V1.2c - fixed yet another typo in "MXS_EditorUser.properties" which was breaking coloring of verbatim strings...
---		      ( corrected line is "colour.string.verbatim=fore:#FF7070", the equals-sign was typed as colon   )
---		      Huge thanks for reporting this go to Klaas Nienhuis from the beautiful netherlands 
---		      (would never have detected that typo by myself, because verbatim strings are seldom used in maxscript AFAIK )
---		      made caret color a bit darker ( this is global), now it should be better visible on white backgrounds
---
--- Version:  V1.2b - fixed typo in "MXS_EditorUser.properties" ( "indent.closeing" changed to "indent.closing" )
---		      Now autoindenting should work again as expected (thx go to James Haywood for reporting)
---
--- Version:  V1.2a - fixed install script Label errors on older Max Versions...
---
--- Version:  V1.2  - provided an installer Script. Just Drag and Drop the complete packacke ( *.mzp) into a 3ds Max viewport
---			  The Installationscript will guide you through the complete installation (or uninstallation) process
---			  Some minor color tweaks...
---
--- Version:  V1.1a - fixed readme for people using "useUserProfiles=1" ( see "installSettings.ini" in MaxRoot )
---		      I will code a installation maxscript over the weekend - stay tuned
---
--- Version:  V1.1  - integrated ALL tweaks in "MXS_EditorUser.properties", replacing of "maxscript.properties" NO LONGER necessary !!!
---		      I recommend to restore the original from your backup, or use the one in "[maxscript.properties ORIGINAL]" in the zip
---		      thx to Johan Boekhoven for the hint
---
--- Version:  V1.0a - Fixed "MXS_EditorUser.properties" to not modify global colour styles
--- Version:  V1.0  - Initial Release
---
--- Author:   Josef Wienerroither aka "spacefrog"  www.frogsinspace.at  | spacefrog@chello.at
-------------------------------------------------------------------------------------------------------------------------------------------
---
---- Automatic Install:
---- 	Drop the downloaded mzp-package into the 3ds Max viewport and follow the instructions. After the Installer guides you to download
---- 	and install the Consolas font, it will even continue if you do not install the font or deny downloading it.
---- 	Maxscript readability will be far better with the font installed though.
---- 	The script backs up every custom "MXS_EditorUser.properties" it finds in the target folder, thus you can go back at any time
---- 	to your previous settings by looking for the file with the correct timestamp, eg "MXS_EditorUser.properties_BACKUP20110808101431"
---- 	The path where you have to look for that files is displayed in the Installer window ( this is system dependent
----
----	Restart 3ds Max
----
---- Manual Install:
---- 	Download and install Consolas Font ( URL shortcut in zip package )
----	or use the following link http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=17879
---- 	Make backup copies of original "MXS_EditorUser.properties" in the targetfolder ( if you got one already)
---- 	if you installed an pre V1.1 version, restore your original restore your backup "maxscript.properties"
---- 	or use t"maxscript.properties" from "[maxscript.properties ORIGINAL]" folder, replacing this file is no longer necessary (since V1.1)
----
----	Copy "MXS_EditorUser.properties" from this zip-package to your Targetfolder ( this is Max Root if you have "useUserProfiles=0"
----    The Max user folder is something like "C:\Users\Spacefrog\AppData\Local\Autodesk\3dsMax\2011 - 64bit\enu" on Win 7 , for Max 2011
----    The install script will display the folder where your "MXS_EditorUser.properties" should be copied to,
----
----	Restart 3ds Max
----
---- Uninstall:
---- 	Drag&Drop the mzp-Package into a Max viewport and press "Uninstall", or manually delete/rename "MXS_EditorUser.properties"
---- 	in the Targetfolder
----
-------------------------------------------------------------------------------------------------------------------------------------------
---- Notes:
----	HTML file properties ( "html.properties" ) is not "darkified", hence you can hardly read html files in Maxscript editor now
----	But.. wait....
----	what would be the purpose of doing so anyway ?
----	Otherwise, if you wish to have MXS editor display HTML -> change "html.properties" and send it to me ( see email address )
----	I will include it in future releases of the package
----	All other color quirks with Maxscript display -> please report !
-------------------------------------------------------------------------------------------------------------------------------------------
---- Thanks:
----	Inspired by other dark IDE Color schemes like "Oblivion" ( was'nt able to find creators name... )
-------------------------------------------------------------------------------------------------------------------------------------------
