FYI I just updated lsl editor for the latest functions including stuff that is in beta.

Also enabled version control (SVN) for scripts.
And disabled the pesky outline window by default.

Enjoy!

git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@27 3f4676ac-adda-40fd-8265-58d1435b1672
This commit is contained in:
dimentox 2011-04-21 05:51:05 +00:00
parent 573823c181
commit bd6ffbf844
17 changed files with 4661 additions and 4584 deletions

View file

@ -53,7 +53,7 @@ namespace LSLEditor.Tools
{
InitializeComponent();
this.groupBox1.Enabled = Properties.Settings.Default.VersionControl;
this.groupBox1.Enabled = true;//Properties.Settings.Default.VersionControl;
this.checkBox1.Checked = Properties.Settings.Default.VersionControlSVN;
this.checkBox1.CheckedChanged += new EventHandler(checkBox1_CheckedChanged);