Just adding a tip that I have found very useful for the last few weeks of scripting - seeing the text in the editor.
Shortly after seeing a video on some new scripting, and not being able to see any of the text in the tutorial, I got to wondering if the text color could actually be changed. Yes, it can.
Under Tools, Syntax Highlighting Editor are the color values the user can set. The Identifier is the basic text on screen, normally a lt grey in color, I set to 0,128,128. String default is the text inside strings, I also found hard to see. I set this to 64,64,0.