GUI: Settings

Item Index:




  1. Script Folder: The first setting you should change when you open this program for the first time. This is the directory that will be shown in the Explorer. You should set this folder to the folder where you save scripts after doing them. Generally, it's L2.Net's script folder.
  2. Language: Currently, English, Spanish and Portuguese (by Angelificatus) supported.
  3. Font: You can change the font, the size and see an example of how it will look like at the same time.
  4. Tab Size: The amount of spaces that should replace a tab character. Ex: if you set it to 5, every time you press the TAB key, the tab will be replaced with the string:
    "     "
    , if you set it to 15, it will look like this:
    "               ".
  5. Startup Resolution: It's the size of the window when the program opens. (1024x768 by default)





  6. Editor Background: Changes the background color of each JTextPane in the Editor Tabbed Pane.
  7. Font Color: Changes the font color of each JTextPane in the Editor Tabbed Pane.
  8. Caret Color: Changes the cursor color of each JTextPane in the Editor Tabbed Pane.
  9. Selection Color: Changes the color of the selected text in each JTextPane.
  10. Highlight Color: Changes the color of highlights generated by searchs or click on the Variables table.





  11. Commands Text: Changes the color of Command type text. (such as DEFINE)
  12. Globals Text: Changes the color of Global type text. (such as CHAR_CUR_HP)
  13. Comments Text: Changes the color of comments.
  14. Methods Text: Changes the color of Method type text. (such as .CLONE)
  15. Line Highlight: Enabled= highlights the line where the caret is positioned.
  16. No Border: Enabled= sets the Line Highlight border color to the one the Line Color is using.
  17. Color: Changes the color of the Line Highlight.
  18. Border Color: Changes the color of the border of the Line Highlight.
  19. Opacity: Changes the value of the Alpha Channel that modifies the Line Highlight Color.