Changing formatting of file-header/copyright statement.
This commit is contained in:
parent
89de5582f5
commit
5ecbdecaf3
83 changed files with 3171 additions and 3231 deletions
|
@ -12,11 +12,6 @@
|
||||||
<Analyzers>
|
<Analyzers>
|
||||||
<Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules">
|
<Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules">
|
||||||
<Rules>
|
<Rules>
|
||||||
<Rule Name="FileMustHaveHeader">
|
|
||||||
<RuleSettings>
|
|
||||||
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
|
||||||
</RuleSettings>
|
|
||||||
</Rule>
|
|
||||||
<Rule Name="FileHeaderMustShowCopyright">
|
<Rule Name="FileHeaderMustShowCopyright">
|
||||||
<RuleSettings>
|
<RuleSettings>
|
||||||
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
||||||
|
@ -72,6 +67,16 @@
|
||||||
<BooleanProperty Name="Enabled">True</BooleanProperty>
|
<BooleanProperty Name="Enabled">True</BooleanProperty>
|
||||||
</RuleSettings>
|
</RuleSettings>
|
||||||
</Rule>
|
</Rule>
|
||||||
|
<Rule Name="ElementDocumentationMustBeSpelledCorrectly">
|
||||||
|
<RuleSettings>
|
||||||
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
||||||
|
</RuleSettings>
|
||||||
|
</Rule>
|
||||||
|
<Rule Name="FileHeaderMustHaveSummary">
|
||||||
|
<RuleSettings>
|
||||||
|
<BooleanProperty Name="Enabled">True</BooleanProperty>
|
||||||
|
</RuleSettings>
|
||||||
|
</Rule>
|
||||||
</Rules>
|
</Rules>
|
||||||
<AnalyzerSettings />
|
<AnalyzerSettings />
|
||||||
</Analyzer>
|
</Analyzer>
|
||||||
|
|
|
@ -1,3 +1,42 @@
|
||||||
|
// <copyright file="gpl-2.0.txt">
|
||||||
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
|
//
|
||||||
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
|
// the community would be stuck with crappy editors.
|
||||||
|
//
|
||||||
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
|
//
|
||||||
|
// GPLv2 Header
|
||||||
|
// ************
|
||||||
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
|
//
|
||||||
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
|
// later version.
|
||||||
|
//
|
||||||
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
|
// details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
|
// Software.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// </copyright>
|
||||||
|
//
|
||||||
|
// <summary>
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// </summary>
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,42 @@
|
||||||
|
// <copyright file="gpl-2.0.txt">
|
||||||
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
|
//
|
||||||
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
|
// the community would be stuck with crappy editors.
|
||||||
|
//
|
||||||
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
|
//
|
||||||
|
// GPLv2 Header
|
||||||
|
// ************
|
||||||
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
|
//
|
||||||
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
|
// later version.
|
||||||
|
//
|
||||||
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
|
// details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
|
// Software.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// </copyright>
|
||||||
|
//
|
||||||
|
// <summary>
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// </summary>
|
||||||
|
|
||||||
namespace LSLEditor.Decompressor
|
namespace LSLEditor.Decompressor
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,42 @@
|
||||||
|
// <copyright file="gpl-2.0.txt">
|
||||||
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
|
//
|
||||||
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
|
// the community would be stuck with crappy editors.
|
||||||
|
//
|
||||||
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
|
//
|
||||||
|
// GPLv2 Header
|
||||||
|
// ************
|
||||||
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
|
//
|
||||||
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
|
// later version.
|
||||||
|
//
|
||||||
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
|
// details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
|
// Software.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// </copyright>
|
||||||
|
//
|
||||||
|
// <summary>
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// </summary>
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
// Browser.cs
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
// BugReportForm.cs
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System; // bitconvertor
|
using System; // bitconvertor
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.IO.Compression;
|
using System.IO.Compression;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace LSLEditor.Decompressor
|
namespace LSLEditor.Decompressor
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Xml;
|
using System.Xml;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
|
|
|
@ -1,43 +1,39 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
// ********
|
// ********
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// * LSLEditor, a External editor for the LSL Language.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
// * Copyright (C) 2010 The LSLEditor Group.
|
||||||
//
|
//
|
||||||
// * This program is free software; you can redistribute it and/or
|
// * This program is free software; you can redistribute it and/or
|
||||||
// * modify it under the terms of the GNU General Public License
|
// * modify it under the terms of the GNU General Public License
|
||||||
// * as published by the Free Software Foundation; either version 2
|
// * as published by the Free Software Foundation; either version 2
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text; // StringBuilder
|
using System.Text; // StringBuilder
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
|
@ -1,48 +1,44 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System.Drawing;
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using System.Drawing;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
|
|
||||||
namespace LSLEditor.Helpers
|
namespace LSLEditor.Helpers
|
||||||
|
@ -71,8 +67,7 @@ namespace LSLEditor.Helpers
|
||||||
)*
|
)*
|
||||||
"
|
"
|
||||||
,
|
,
|
||||||
RegexOptions.IgnorePatternWhitespace
|
RegexOptions.IgnorePatternWhitespace | RegexOptions.Compiled);
|
||||||
| RegexOptions.Compiled);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void CodeCompletionUserVar(string strKeyWord, string strTextIn, int intStart, List<KeyWordInfo> list)
|
public void CodeCompletionUserVar(string strKeyWord, string strTextIn, int intStart, List<KeyWordInfo> list)
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using Microsoft.Win32;
|
using Microsoft.Win32;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.IO.Compression;
|
using System.IO.Compression;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Xml;
|
using System.Xml;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
|
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
|
@ -1,3 +1,42 @@
|
||||||
|
// <copyright file="gpl-2.0.txt">
|
||||||
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
|
//
|
||||||
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
|
// the community would be stuck with crappy editors.
|
||||||
|
//
|
||||||
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
|
//
|
||||||
|
// GPLv2 Header
|
||||||
|
// ************
|
||||||
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
|
//
|
||||||
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
|
// later version.
|
||||||
|
//
|
||||||
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
|
// details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
|
// Software.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// </copyright>
|
||||||
|
//
|
||||||
|
// <summary>
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// </summary>
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
|
||||||
// *
|
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
|
||||||
// *
|
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// * GPLv2 Header
|
|
||||||
// ********
|
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
|
||||||
//
|
//
|
||||||
// * This program is free software; you can redistribute it and/or
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * modify it under the terms of the GNU General Public License
|
// the community would be stuck with crappy editors.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// *
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
//
|
||||||
// * GNU General Public License for more details.
|
// GPLv2 Header
|
||||||
// *
|
// ************
|
||||||
// * You should have received a copy of the GNU General Public License
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// * along with this program; if not, write to the Free Software
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// *
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
// later version.
|
||||||
// * copies or substantial portions of the Software.
|
//
|
||||||
// *
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// ********
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// */
|
// details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
|
// Software.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// </copyright>
|
||||||
|
//
|
||||||
|
// <summary>
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// </summary>
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
|
|
|
@ -1,47 +1,44 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
namespace LSLEditor.Properties
|
||||||
// *
|
{
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
namespace LSLEditor.Properties {
|
|
||||||
|
|
||||||
|
|
||||||
// This class allows you to handle specific events on the settings class:
|
// This class allows you to handle specific events on the settings class:
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Xml;
|
using System.Xml;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
|
||||||
// *
|
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
|
||||||
// *
|
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// * GPLv2 Header
|
|
||||||
// ********
|
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
|
||||||
//
|
//
|
||||||
// * This program is free software; you can redistribute it and/or
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * modify it under the terms of the GNU General Public License
|
// the community would be stuck with crappy editors.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// *
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
//
|
||||||
// * GNU General Public License for more details.
|
// GPLv2 Header
|
||||||
// *
|
// ************
|
||||||
// * You should have received a copy of the GNU General Public License
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// * along with this program; if not, write to the Free Software
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// *
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
// later version.
|
||||||
// * copies or substantial portions of the Software.
|
//
|
||||||
// *
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// ********
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// */
|
// details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
|
// Software.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// </copyright>
|
||||||
|
//
|
||||||
|
// <summary>
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// </summary>
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Xml;
|
using System.Xml;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Xml;
|
using System.Xml;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
|
||||||
// *
|
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
|
||||||
// *
|
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// * GPLv2 Header
|
|
||||||
// ********
|
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
|
||||||
//
|
//
|
||||||
// * This program is free software; you can redistribute it and/or
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * modify it under the terms of the GNU General Public License
|
// the community would be stuck with crappy editors.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// *
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
//
|
||||||
// * GNU General Public License for more details.
|
// GPLv2 Header
|
||||||
// *
|
// ************
|
||||||
// * You should have received a copy of the GNU General Public License
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// * along with this program; if not, write to the Free Software
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// *
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
// later version.
|
||||||
// * copies or substantial portions of the Software.
|
//
|
||||||
// *
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// ********
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// */
|
// details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
|
// Software.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// </copyright>
|
||||||
|
//
|
||||||
|
// <summary>
|
||||||
|
// Float.cs
|
||||||
|
//
|
||||||
|
// </summary>
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Diagnostics.CodeAnalysis;
|
using System.Diagnostics.CodeAnalysis;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
|
||||||
// *
|
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
|
||||||
// *
|
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// * GPLv2 Header
|
|
||||||
// ********
|
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
|
||||||
//
|
//
|
||||||
// * This program is free software; you can redistribute it and/or
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * modify it under the terms of the GNU General Public License
|
// the community would be stuck with crappy editors.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// *
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
//
|
||||||
// * GNU General Public License for more details.
|
// GPLv2 Header
|
||||||
// *
|
// ************
|
||||||
// * You should have received a copy of the GNU General Public License
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// * along with this program; if not, write to the Free Software
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// *
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
// later version.
|
||||||
// * copies or substantial portions of the Software.
|
//
|
||||||
// *
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// ********
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// */
|
// details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
|
// Software.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// </copyright>
|
||||||
|
//
|
||||||
|
// <summary>
|
||||||
|
// LSL_Constants.cs
|
||||||
|
//
|
||||||
|
// </summary>
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Diagnostics.CodeAnalysis;
|
using System.Diagnostics.CodeAnalysis;
|
||||||
|
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
|
||||||
// *
|
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
|
||||||
// *
|
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// * GPLv2 Header
|
|
||||||
// ********
|
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
|
||||||
//
|
//
|
||||||
// * This program is free software; you can redistribute it and/or
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * modify it under the terms of the GNU General Public License
|
// the community would be stuck with crappy editors.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// *
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
//
|
||||||
// * GNU General Public License for more details.
|
// GPLv2 Header
|
||||||
// *
|
// ************
|
||||||
// * You should have received a copy of the GNU General Public License
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// * along with this program; if not, write to the Free Software
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// *
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
// later version.
|
||||||
// * copies or substantial portions of the Software.
|
//
|
||||||
// *
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// ********
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// */
|
// details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
|
// Software.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// </copyright>
|
||||||
|
//
|
||||||
|
// <summary>
|
||||||
|
// LSL_Events.cs
|
||||||
|
//
|
||||||
|
// </summary>
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Diagnostics.CodeAnalysis;
|
using System.Diagnostics.CodeAnalysis;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
|
||||||
// *
|
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
|
||||||
// *
|
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// * GPLv2 Header
|
|
||||||
// ********
|
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
|
||||||
//
|
//
|
||||||
// * This program is free software; you can redistribute it and/or
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * modify it under the terms of the GNU General Public License
|
// the community would be stuck with crappy editors.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// *
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
//
|
||||||
// * GNU General Public License for more details.
|
// GPLv2 Header
|
||||||
// *
|
// ************
|
||||||
// * You should have received a copy of the GNU General Public License
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// * along with this program; if not, write to the Free Software
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// *
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
// later version.
|
||||||
// * copies or substantial portions of the Software.
|
//
|
||||||
// *
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// ********
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// */
|
// details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
|
// Software.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// </copyright>
|
||||||
|
//
|
||||||
|
// <summary>
|
||||||
|
// LSL_Functions.cs
|
||||||
|
//
|
||||||
|
// </summary>
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
// SecondLifeHost.cs
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
|
||||||
// *
|
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
|
||||||
// *
|
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// * GPLv2 Header
|
|
||||||
// ********
|
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
|
||||||
//
|
//
|
||||||
// * This program is free software; you can redistribute it and/or
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * modify it under the terms of the GNU General Public License
|
// the community would be stuck with crappy editors.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// *
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
//
|
||||||
// * GNU General Public License for more details.
|
// GPLv2 Header
|
||||||
// *
|
// ************
|
||||||
// * You should have received a copy of the GNU General Public License
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// * along with this program; if not, write to the Free Software
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// *
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
// later version.
|
||||||
// * copies or substantial portions of the Software.
|
//
|
||||||
// *
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// ********
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// */
|
// details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
|
// Software.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// </copyright>
|
||||||
|
//
|
||||||
|
// <summary>
|
||||||
|
// SecondLifeMain.cs
|
||||||
|
//
|
||||||
|
// </summary>
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
@ -52,7 +48,7 @@ using System.Text.RegularExpressions;
|
||||||
// (C) 2006,2007 Alphons van der Heijden
|
// (C) 2006,2007 Alphons van der Heijden
|
||||||
// mail: alphons@heijden.com
|
// mail: alphons@heijden.com
|
||||||
*/
|
*/
|
||||||
|
[module: SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justification = "Reviewed.")]
|
||||||
[module: SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1642:ConstructorSummaryDocumentationMustBeginWithStandardText", Justification = "Reviewed.")]
|
[module: SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1642:ConstructorSummaryDocumentationMustBeginWithStandardText", Justification = "Reviewed.")]
|
||||||
|
|
||||||
namespace LSLEditor
|
namespace LSLEditor
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace LSLEditor
|
namespace LSLEditor
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace LSLEditor
|
namespace LSLEditor
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace LSLEditor
|
namespace LSLEditor
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
|
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
|
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Xml;
|
using System.Xml;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
|
|
|
@ -1,4 +1,43 @@
|
||||||
using System;
|
// <copyright file="gpl-2.0.txt">
|
||||||
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
|
//
|
||||||
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
|
// the community would be stuck with crappy editors.
|
||||||
|
//
|
||||||
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
|
//
|
||||||
|
// GPLv2 Header
|
||||||
|
// ************
|
||||||
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
|
//
|
||||||
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
|
// later version.
|
||||||
|
//
|
||||||
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
|
// details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
|
// Software.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// </copyright>
|
||||||
|
//
|
||||||
|
// <summary>
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// </summary>
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
using System.Data;
|
using System.Data;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,46 +1,43 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
// TextEditorCodeCompletion.cs
|
||||||
// ********
|
// Code for getting/setting the Tool/Options/.../CodeCompletion dialogue options.
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
using System.Diagnostics.CodeAnalysis;
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace LSLEditor.Tools
|
namespace LSLEditor.Tools
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
|
|
|
@ -1,46 +1,42 @@
|
||||||
// /**
|
// <copyright file="gpl-2.0.txt">
|
||||||
// ********
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
// *
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
// * The code was donated on 4/28/2010 by Alphons van der Heijden
|
//
|
||||||
// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2.
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
// * In agreement with Alphons van der Heijden's wishes.
|
// the community would be stuck with crappy editors.
|
||||||
// *
|
//
|
||||||
// * The community would like to thank Alphons for all of his hard work, blood sweat and tears.
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
// * Without his work the community would be stuck with crappy editors.
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
// *
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
// * The source code in this file ("Source Code") is provided by The LSLEditor Group
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
// * to you under the terms of the GNU General Public License, version 2.0
|
//
|
||||||
// * ("GPL"), unless you have obtained a separate licensing agreement
|
// GPLv2 Header
|
||||||
// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of
|
// ************
|
||||||
// * the GPL can be found in the gplv2.txt document.
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
// *
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
// ********
|
//
|
||||||
// * GPLv2 Header
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
// ********
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
// * LSLEditor, a External editor for the LSL Language.
|
// later version.
|
||||||
// * Copyright (C) 2010 The LSLEditor Group.
|
//
|
||||||
//
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
// * This program is free software; you can redistribute it and/or
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
// * modify it under the terms of the GNU General Public License
|
// details.
|
||||||
// * as published by the Free Software Foundation; either version 2
|
//
|
||||||
// * of the License, or (at your option) any later version.
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
// *
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// * This program is distributed in the hope that it will be useful,
|
// ********************************************************************************************************************
|
||||||
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Software.
|
||||||
// * GNU General Public License for more details.
|
// ********************************************************************************************************************
|
||||||
// *
|
// </copyright>
|
||||||
// * You should have received a copy of the GNU General Public License
|
//
|
||||||
// * along with this program; if not, write to the Free Software
|
// <summary>
|
||||||
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
//
|
||||||
// ********
|
//
|
||||||
// *
|
// </summary>
|
||||||
// * The above copyright notice and this permission notice shall be included in all
|
|
||||||
// * copies or substantial portions of the Software.
|
|
||||||
// *
|
|
||||||
// ********
|
|
||||||
// */
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
|
@ -1,4 +1,43 @@
|
||||||
/*
|
// <copyright file="gpl-2.0.txt">
|
||||||
|
// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden.
|
||||||
|
// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands &
|
||||||
|
// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes.
|
||||||
|
//
|
||||||
|
// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work
|
||||||
|
// the community would be stuck with crappy editors.
|
||||||
|
//
|
||||||
|
// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU
|
||||||
|
// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other
|
||||||
|
// License"), formally executed by you and The LSLEditor Group.
|
||||||
|
// Terms of the GPL can be found in the gplv2.txt document.
|
||||||
|
//
|
||||||
|
// GPLv2 Header
|
||||||
|
// ************
|
||||||
|
// LSLEditor, a External editor for the LSL Language.
|
||||||
|
// Copyright (C) 2010 The LSLEditor Group.
|
||||||
|
//
|
||||||
|
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
|
||||||
|
// License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any
|
||||||
|
// later version.
|
||||||
|
//
|
||||||
|
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
|
// details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
|
||||||
|
// Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// The above copyright notice and this permission notice shall be included in copies or substantial portions of the
|
||||||
|
// Software.
|
||||||
|
// ********************************************************************************************************************
|
||||||
|
// </copyright>
|
||||||
|
//
|
||||||
|
// <summary>
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// </summary>
|
||||||
|
|
||||||
|
/*
|
||||||
* @author MrSoundless
|
* @author MrSoundless
|
||||||
* @date 29 April 2011
|
* @date 29 April 2011
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue