Author Topic: script text colors?  (Read 940 times)

Legacy_Surek

  • Full Member
  • ***
  • Posts: 169
  • Karma: +0/-0
script text colors?
« on: August 19, 2015, 05:59:41 am »


               I have a question about the script part of the tool set.  Hopefully this makes sense.
I know You can change the colors of the script text through the tool-set options but is their any way to revert back to the original colors?

Again any help with this would be appreciated.
               
               

               
            

Legacy_Proleric

  • Hero Member
  • *****
  • Posts: 1750
  • Karma: +0/-0
script text colors?
« Reply #1 on: August 19, 2015, 08:14:23 am »


               If you have a backup, you can revert the [Script] section of nwtoolset.ini in a text editor.

If not, try this:
 
[Script]
FontName=Courier New
FontSize=10
Templates=scripttemplates
AutoCompile=1
ScriptEditorWidth=800
ScriptEditorHeight=580
ScriptEditorLeft=20
ScriptEditorTop=20
ScriptEditorSideWidth=299
ScriptEditorBottomHeight=170
ColorSelectedText=16777215
ColorSelectedBack=8323072
ColorText=0
ColorBack=16777215
ColorMargin=8355711
ColorComment=32512
ColorDirective=127
ColorIdentifier=0
ColorKeyword=16711680
ColorNumber=8323199
ColorString=8323072
ColorError=255
GenerateDebugInfo=0
ScriptEditorState=2

               
               

               
            

Legacy_Surek

  • Full Member
  • ***
  • Posts: 169
  • Karma: +0/-0
script text colors?
« Reply #2 on: August 19, 2015, 08:57:00 am »


               Unfortunately I do not have a backup copy of the nwtoolset.ini.

I tried copying what you posted above into the ini but it did not change anything in the toolset.
not sure what else I could try.