diff --git a/CodeCompletion/CodeCompletion.cs b/CodeCompletion/CodeCompletion.cs index 6f4b5edc5..d17c57988 100644 --- a/CodeCompletion/CodeCompletion.cs +++ b/CodeCompletion/CodeCompletion.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/CodeCompletion/CodeCompletionPCUReader.cs b/CodeCompletion/CodeCompletionPCUReader.cs index 34f914233..94e908048 100644 --- a/CodeCompletion/CodeCompletionPCUReader.cs +++ b/CodeCompletion/CodeCompletionPCUReader.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/CodeCompletion/CodeFormatter.cs b/CodeCompletion/CodeFormatter.cs index 45b3563b0..a2afd73c4 100644 --- a/CodeCompletion/CodeFormatter.cs +++ b/CodeCompletion/CodeFormatter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) /* * algoritm formatirovanija sledujushij: diff --git a/CodeCompletion/DomConverter.cs b/CodeCompletion/DomConverter.cs index 14308499a..bb38eb406 100644 --- a/CodeCompletion/DomConverter.cs +++ b/CodeCompletion/DomConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/CodeCompletion/DomSyntaxTreeVisitor.cs b/CodeCompletion/DomSyntaxTreeVisitor.cs index abc4aeb3f..df100f756 100644 --- a/CodeCompletion/DomSyntaxTreeVisitor.cs +++ b/CodeCompletion/DomSyntaxTreeVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/CodeCompletion/ExpressionEvaluator.cs b/CodeCompletion/ExpressionEvaluator.cs index ff60472b7..931d1a140 100644 --- a/CodeCompletion/ExpressionEvaluator.cs +++ b/CodeCompletion/ExpressionEvaluator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/CodeCompletion/ExpressionVisitor.cs b/CodeCompletion/ExpressionVisitor.cs index 5cd853aa7..f2d1f470b 100644 --- a/CodeCompletion/ExpressionVisitor.cs +++ b/CodeCompletion/ExpressionVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/CodeCompletion/FindReferences.cs b/CodeCompletion/FindReferences.cs index 47fd0e41c..fac16a385 100644 --- a/CodeCompletion/FindReferences.cs +++ b/CodeCompletion/FindReferences.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/CodeCompletion/Properties/AssemblyInfo.cs b/CodeCompletion/Properties/AssemblyInfo.cs index 126a535a8..b4e093f72 100644 --- a/CodeCompletion/Properties/AssemblyInfo.cs +++ b/CodeCompletion/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; @@ -12,7 +12,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("CodeCompletion")] -[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich")] +[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/CodeCompletion/SemanticTreeWalker.cs b/CodeCompletion/SemanticTreeWalker.cs index 7bff5b485..f761d3ae5 100644 --- a/CodeCompletion/SemanticTreeWalker.cs +++ b/CodeCompletion/SemanticTreeWalker.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/CodeCompletion/SymTable.cs b/CodeCompletion/SymTable.cs index e2707b457..c6bcb18ec 100644 --- a/CodeCompletion/SymTable.cs +++ b/CodeCompletion/SymTable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/CodeCompletion/Testing.cs b/CodeCompletion/Testing.cs index b362c2214..69b69128a 100644 --- a/CodeCompletion/Testing.cs +++ b/CodeCompletion/Testing.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/CodeCompletion/TypeTable.cs b/CodeCompletion/TypeTable.cs index 0dafd0cf1..fa583165b 100644 --- a/CodeCompletion/TypeTable.cs +++ b/CodeCompletion/TypeTable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/CodeCompletion/UnitXmlDocs.cs b/CodeCompletion/UnitXmlDocs.cs index 97aafa333..b36ec3f6a 100644 --- a/CodeCompletion/UnitXmlDocs.cs +++ b/CodeCompletion/UnitXmlDocs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/CodeCompletion/XmlDocs.cs b/CodeCompletion/XmlDocs.cs index 9697deb6d..6d52107d2 100644 --- a/CodeCompletion/XmlDocs.cs +++ b/CodeCompletion/XmlDocs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/Compiler/Compiler.cs b/Compiler/Compiler.cs index 900db570e..6fcaa273a 100644 --- a/Compiler/Compiler.cs +++ b/Compiler/Compiler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) /*************************************************************************** * diff --git a/Compiler/Config/AssemblyInfo.cs b/Compiler/Config/AssemblyInfo.cs index ebe617a16..66426d63a 100644 --- a/Compiler/Config/AssemblyInfo.cs +++ b/Compiler/Config/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Compiler/ConsoleCompilerCommands.cs b/Compiler/ConsoleCompilerCommands.cs index 177e639d4..5f08d9425 100644 --- a/Compiler/ConsoleCompilerCommands.cs +++ b/Compiler/ConsoleCompilerCommands.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/Compiler/DocXml.cs b/Compiler/DocXml.cs index 7799e6c31..8e0d8c02d 100644 --- a/Compiler/DocXml.cs +++ b/Compiler/DocXml.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.IO; diff --git a/Compiler/Errors.cs b/Compiler/Errors.cs index e39fb660d..8fc693ba9 100644 --- a/Compiler/Errors.cs +++ b/Compiler/Errors.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) namespace PascalABCCompiler { diff --git a/Compiler/ICompiler.cs b/Compiler/ICompiler.cs index e96c15a2b..72a6f90ad 100644 --- a/Compiler/ICompiler.cs +++ b/Compiler/ICompiler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/Compiler/IProjectInfo.cs b/Compiler/IProjectInfo.cs index e4a4032eb..90d7b7386 100644 --- a/Compiler/IProjectInfo.cs +++ b/Compiler/IProjectInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/Compiler/PCU/PCUFileFormatVersion.cs b/Compiler/PCU/PCUFileFormatVersion.cs index 52588013b..21b3e08fa 100644 --- a/Compiler/PCU/PCUFileFormatVersion.cs +++ b/Compiler/PCU/PCUFileFormatVersion.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //ѕри внесении изменений в структуру PCU файла версию увеличить на 1 diff --git a/Compiler/PCU/PCUReader.cs b/Compiler/PCU/PCUReader.cs index cc8ec5f9e..b52e5d2e1 100644 --- a/Compiler/PCU/PCUReader.cs +++ b/Compiler/PCU/PCUReader.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.IO; diff --git a/Compiler/PCU/PCUWrappers.cs b/Compiler/PCU/PCUWrappers.cs index 36cd30865..0dbd6c451 100644 --- a/Compiler/PCU/PCUWrappers.cs +++ b/Compiler/PCU/PCUWrappers.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.IO; diff --git a/Compiler/PCU/PCUWriter.cs b/Compiler/PCU/PCUWriter.cs index 62a4deb54..7e2a86c74 100644 --- a/Compiler/PCU/PCUWriter.cs +++ b/Compiler/PCU/PCUWriter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.IO; diff --git a/Compiler/ProjectInfo.cs b/Compiler/ProjectInfo.cs index ece2de27d..5781fc072 100644 --- a/Compiler/ProjectInfo.cs +++ b/Compiler/ProjectInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/Compiler/RemoteCompiler.cs b/Compiler/RemoteCompiler.cs index 6e2e07dae..ce0e86a87 100644 --- a/Compiler/RemoteCompiler.cs +++ b/Compiler/RemoteCompiler.cs @@ -1,4 +1,4 @@ -// Copyright (©) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (©) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/Compiler/SemanticTreeConverters/ISemanticTreeConverter.cs b/Compiler/SemanticTreeConverters/ISemanticTreeConverter.cs index 05fb9f931..56ae78ded 100644 --- a/Compiler/SemanticTreeConverters/ISemanticTreeConverter.cs +++ b/Compiler/SemanticTreeConverters/ISemanticTreeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/Compiler/SemanticTreeConverters/SemanticTreeConvertersController.cs b/Compiler/SemanticTreeConverters/SemanticTreeConvertersController.cs index 5a4f7b61b..c9185b819 100644 --- a/Compiler/SemanticTreeConverters/SemanticTreeConvertersController.cs +++ b/Compiler/SemanticTreeConverters/SemanticTreeConvertersController.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/Compiler/SyntaxTreeConvertersController/SyntaxTreeConvertersController.cs b/Compiler/SyntaxTreeConvertersController/SyntaxTreeConvertersController.cs index df2aa2fa9..13e8ca7dc 100644 --- a/Compiler/SyntaxTreeConvertersController/SyntaxTreeConvertersController.cs +++ b/Compiler/SyntaxTreeConvertersController/SyntaxTreeConvertersController.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Linq; diff --git a/Compiler/string_constants.cs b/Compiler/string_constants.cs index e0d4ef859..1668a8399 100644 --- a/Compiler/string_constants.cs +++ b/Compiler/string_constants.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) namespace PascalABCCompiler { diff --git a/CompilerTools/Conf/AssemblyInfo.cs b/CompilerTools/Conf/AssemblyInfo.cs index c61e18de1..a7ec796d1 100644 --- a/CompilerTools/Conf/AssemblyInfo.cs +++ b/CompilerTools/Conf/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; diff --git a/CompilerTools/Errors/Errors.cs b/CompilerTools/Errors/Errors.cs index 6edc9987f..269f72aae 100644 --- a/CompilerTools/Errors/Errors.cs +++ b/CompilerTools/Errors/Errors.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.IO; diff --git a/CompilerTools/Errors/ErrorsStrategy.cs b/CompilerTools/Errors/ErrorsStrategy.cs index a37773082..2b62805c9 100644 --- a/CompilerTools/Errors/ErrorsStrategy.cs +++ b/CompilerTools/Errors/ErrorsStrategy.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/CompilerTools/EventedStreamReaderList.cs b/CompilerTools/EventedStreamReaderList.cs index b2ffbb878..9e97207aa 100644 --- a/CompilerTools/EventedStreamReaderList.cs +++ b/CompilerTools/EventedStreamReaderList.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/CompilerTools/Properties/AssemblyInfo.cs b/CompilerTools/Properties/AssemblyInfo.cs index 68b65dfab..3f89e83ba 100644 --- a/CompilerTools/Properties/AssemblyInfo.cs +++ b/CompilerTools/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; @@ -9,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Localization")] -[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich")] +[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/CompilerTools/Tools.cs b/CompilerTools/Tools.cs index 7b614289b..95e59d934 100644 --- a/CompilerTools/Tools.cs +++ b/CompilerTools/Tools.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/Configuration/GlobalAssemblyInfo.cs b/Configuration/GlobalAssemblyInfo.cs index 6bddfc535..3da1fad28 100644 --- a/Configuration/GlobalAssemblyInfo.cs +++ b/Configuration/GlobalAssemblyInfo.cs @@ -5,7 +5,7 @@ using System.Runtime.CompilerServices; [assembly: AssemblyDelaySign(false)] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("PascalABC.NET Compiler")] -[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich")] +[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: AssemblyVersion(RevisionClass.FullVersion)] diff --git a/Errors/Config/AssemblyInfo.cs b/Errors/Config/AssemblyInfo.cs index 2e613431b..07ffaffcb 100644 --- a/Errors/Config/AssemblyInfo.cs +++ b/Errors/Config/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Errors/Errors.cs b/Errors/Errors.cs index 635316485..30b5d3d8c 100644 --- a/Errors/Errors.cs +++ b/Errors/Errors.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.IO; diff --git a/Errors/SourceLocation.cs b/Errors/SourceLocation.cs index d743d098d..67cbb4b03 100644 --- a/Errors/SourceLocation.cs +++ b/Errors/SourceLocation.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/Localization/Properties/AssemblyInfo.cs b/Localization/Properties/AssemblyInfo.cs index 31c7d11f7..99bce098f 100644 --- a/Localization/Properties/AssemblyInfo.cs +++ b/Localization/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; @@ -12,7 +12,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Localization")] -[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich")] +[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/Localization/StringResources.cs b/Localization/StringResources.cs index fa58a9094..a5ab0c375 100644 --- a/Localization/StringResources.cs +++ b/Localization/StringResources.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/Localization/StringResourcesLanguage.cs b/Localization/StringResourcesLanguage.cs index 44ad30ccf..d47c4cf9e 100644 --- a/Localization/StringResourcesLanguage.cs +++ b/Localization/StringResourcesLanguage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NETGenerator/CodeGenerator.cs b/NETGenerator/CodeGenerator.cs index 072900d50..92a05febd 100644 --- a/NETGenerator/CodeGenerator.cs +++ b/NETGenerator/CodeGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) /*************************************************************************** * diff --git a/NETGenerator/Config/AssemblyInfo.cs b/NETGenerator/Config/AssemblyInfo.cs index f1e2b749f..fca31964d 100644 --- a/NETGenerator/Config/AssemblyInfo.cs +++ b/NETGenerator/Config/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; diff --git a/NETGenerator/Helpers.cs b/NETGenerator/Helpers.cs index c999987c1..3743d47fb 100644 --- a/NETGenerator/Helpers.cs +++ b/NETGenerator/Helpers.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using PascalABCCompiler.SemanticTree; using System; diff --git a/NETGenerator/NETGenegratorTools.cs b/NETGenerator/NETGenegratorTools.cs index f4cae332a..0b259b5b0 100644 --- a/NETGenerator/NETGenegratorTools.cs +++ b/NETGenerator/NETGenegratorTools.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/NETGenerator/NETGenerator.cs b/NETGenerator/NETGenerator.cs index 86ca1a940..7fd1ad5fd 100644 --- a/NETGenerator/NETGenerator.cs +++ b/NETGenerator/NETGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Linq; diff --git a/Optimizer/Optimizer.cs b/Optimizer/Optimizer.cs index c64fb4195..9a601c93f 100644 --- a/Optimizer/Optimizer.cs +++ b/Optimizer/Optimizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/Optimizer/OptimizerTools.cs b/Optimizer/OptimizerTools.cs index 526040b1b..f99faadfa 100644 --- a/Optimizer/OptimizerTools.cs +++ b/Optimizer/OptimizerTools.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/Optimizer/Properties/AssemblyInfo.cs b/Optimizer/Properties/AssemblyInfo.cs index 551c96a6a..084367fa8 100644 --- a/Optimizer/Properties/AssemblyInfo.cs +++ b/Optimizer/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; @@ -12,7 +12,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Optimizer")] -[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich")] +[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/Optimizer/SemanticTreeConverter.cs b/Optimizer/SemanticTreeConverter.cs index 66d093d62..2c488d42f 100644 --- a/Optimizer/SemanticTreeConverter.cs +++ b/Optimizer/SemanticTreeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; @@ -29,7 +29,7 @@ namespace PascalABCCompiler public string Copyright { - get { return "Copyright 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich"; } + get { return "Copyright 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich"; } } public PascalABCCompiler.SemanticTreeConverters.ConverterType ConverterType diff --git a/Optimizer/Warnings.cs b/Optimizer/Warnings.cs index a31c8cfce..bf494cf06 100644 --- a/Optimizer/Warnings.cs +++ b/Optimizer/Warnings.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/ParserTools/Config/AssemblyInfo.cs b/ParserTools/Config/AssemblyInfo.cs index 49fd2eda2..c21352aed 100644 --- a/ParserTools/Config/AssemblyInfo.cs +++ b/ParserTools/Config/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; diff --git a/ParserTools/DocumentationConstructor.cs b/ParserTools/DocumentationConstructor.cs index 9de8d2cc8..f5a83bb9e 100644 --- a/ParserTools/DocumentationConstructor.cs +++ b/ParserTools/DocumentationConstructor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/ParserTools/ParserTools/BaseParser.cs b/ParserTools/ParserTools/BaseParser.cs index 39ee14b98..9762ca0c5 100644 --- a/ParserTools/ParserTools/BaseParser.cs +++ b/ParserTools/ParserTools/BaseParser.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/ParserTools/ParserTools/CommentBinder.cs b/ParserTools/ParserTools/CommentBinder.cs index 2041996c2..5def0d141 100644 --- a/ParserTools/ParserTools/CommentBinder.cs +++ b/ParserTools/ParserTools/CommentBinder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.IO; diff --git a/ParserTools/ParserTools/DefaultLanguageInformation.cs b/ParserTools/ParserTools/DefaultLanguageInformation.cs index ae245ee11..5bddd7bb7 100644 --- a/ParserTools/ParserTools/DefaultLanguageInformation.cs +++ b/ParserTools/ParserTools/DefaultLanguageInformation.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Text; diff --git a/ParserTools/ParserTools/Errors.cs b/ParserTools/ParserTools/Errors.cs index 1ed1fa0de..6abee39b9 100644 --- a/ParserTools/ParserTools/Errors.cs +++ b/ParserTools/ParserTools/Errors.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/ParserTools/ParserTools/IParser.cs b/ParserTools/ParserTools/IParser.cs index 292e66565..fa0089cb4 100644 --- a/ParserTools/ParserTools/IParser.cs +++ b/ParserTools/ParserTools/IParser.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Text; diff --git a/ParserTools/ParserTools/IPreprocessor.cs b/ParserTools/ParserTools/IPreprocessor.cs index a175f78aa..696c9e80c 100644 --- a/ParserTools/ParserTools/IPreprocessor.cs +++ b/ParserTools/ParserTools/IPreprocessor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/ParserTools/ParserTools/KeyWord.cs b/ParserTools/ParserTools/KeyWord.cs index fb1079356..56ec2e997 100644 --- a/ParserTools/ParserTools/KeyWord.cs +++ b/ParserTools/ParserTools/KeyWord.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/ParserTools/ParserTools/LanguageInformation.cs b/ParserTools/ParserTools/LanguageInformation.cs index cc78af175..02ac4ef4a 100644 --- a/ParserTools/ParserTools/LanguageInformation.cs +++ b/ParserTools/ParserTools/LanguageInformation.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Text; diff --git a/ParserTools/ParserTools/ParserTools.cs b/ParserTools/ParserTools/ParserTools.cs index 86f1224b3..b3b66ff13 100644 --- a/ParserTools/ParserTools/ParserTools.cs +++ b/ParserTools/ParserTools/ParserTools.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) #define USEGZIP diff --git a/ParserTools/ParserTools/SourceContextMap.cs b/ParserTools/ParserTools/SourceContextMap.cs index b5245d68d..a983076e9 100644 --- a/ParserTools/ParserTools/SourceContextMap.cs +++ b/ParserTools/ParserTools/SourceContextMap.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/ParserTools/ParsersController.cs b/ParserTools/ParsersController.cs index 6921c0892..1aa565f3f 100644 --- a/ParserTools/ParsersController.cs +++ b/ParserTools/ParsersController.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.IO; diff --git a/ParserTools/SyntaxTreeVisitors/ConstantExpressionToConstantConvertor.cs b/ParserTools/SyntaxTreeVisitors/ConstantExpressionToConstantConvertor.cs index 49c090152..ee04477fd 100644 --- a/ParserTools/SyntaxTreeVisitors/ConstantExpressionToConstantConvertor.cs +++ b/ParserTools/SyntaxTreeVisitors/ConstantExpressionToConstantConvertor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/ParserTools/SyntaxTreeVisitors/SyntaxTreeComparer.cs b/ParserTools/SyntaxTreeVisitors/SyntaxTreeComparer.cs index e3d10ebf6..fef3926c3 100644 --- a/ParserTools/SyntaxTreeVisitors/SyntaxTreeComparer.cs +++ b/ParserTools/SyntaxTreeVisitors/SyntaxTreeComparer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/ParserTools/Tools.cs b/ParserTools/Tools.cs index 8a6939cd4..dd9143f23 100644 --- a/ParserTools/Tools.cs +++ b/ParserTools/Tools.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/ParserTools/XmlDocs.cs b/ParserTools/XmlDocs.cs index 93232dc48..e97657865 100644 --- a/ParserTools/XmlDocs.cs +++ b/ParserTools/XmlDocs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/Parsers/PascalABCParserNewSaushkin/ABCPascal.y b/Parsers/PascalABCParserNewSaushkin/ABCPascal.y index 06d1b8671..6719586fe 100644 --- a/Parsers/PascalABCParserNewSaushkin/ABCPascal.y +++ b/Parsers/PascalABCParserNewSaushkin/ABCPascal.y @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) // SSM 21/11/16 (.. ) %{ diff --git a/Parsers/PascalABCParserNewSaushkin/ABCPascalParserTools.cs b/Parsers/PascalABCParserNewSaushkin/ABCPascalParserTools.cs index 796266d5a..7ca99b27b 100644 --- a/Parsers/PascalABCParserNewSaushkin/ABCPascalParserTools.cs +++ b/Parsers/PascalABCParserNewSaushkin/ABCPascalParserTools.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Collections.Generic; using PascalABCCompiler.SyntaxTree; diff --git a/Parsers/PascalABCParserNewSaushkin/DocTagsParser/Parser.cs b/Parsers/PascalABCParserNewSaushkin/DocTagsParser/Parser.cs index db65ffb55..561489f95 100644 --- a/Parsers/PascalABCParserNewSaushkin/DocTagsParser/Parser.cs +++ b/Parsers/PascalABCParserNewSaushkin/DocTagsParser/Parser.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.IO; @@ -193,7 +193,7 @@ namespace PascalABCCompiler.DocTagsParser { get { - return "Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich"; + return "Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich"; } } diff --git a/Parsers/PascalABCParserNewSaushkin/Errors1.cs b/Parsers/PascalABCParserNewSaushkin/Errors1.cs index 49908e4fb..7795a54c0 100644 --- a/Parsers/PascalABCParserNewSaushkin/Errors1.cs +++ b/Parsers/PascalABCParserNewSaushkin/Errors1.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using PascalABCCompiler.SyntaxTree; diff --git a/Parsers/PascalABCParserNewSaushkin/Keywords.cs b/Parsers/PascalABCParserNewSaushkin/Keywords.cs index 02e637370..4caf3a9fb 100644 --- a/Parsers/PascalABCParserNewSaushkin/Keywords.cs +++ b/Parsers/PascalABCParserNewSaushkin/Keywords.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/Parsers/PascalABCParserNewSaushkin/Parser.cs b/Parsers/PascalABCParserNewSaushkin/Parser.cs index 61cdc7053..5ffedf358 100644 --- a/Parsers/PascalABCParserNewSaushkin/Parser.cs +++ b/Parsers/PascalABCParserNewSaushkin/Parser.cs @@ -112,7 +112,7 @@ namespace PascalABCCompiler.PascalABCNewParser //public Preprocessor2.Preprocessor2 preprocessor2 = new PascalABCCompiler.Preprocessor2.Preprocessor2(null); public PascalABCNewLanguageParser() - : base("PascalABC.NET", "1.2", "Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich", false, new string[] { ".pas" }) + : base("PascalABC.NET", "1.2", "Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich", false, new string[] { ".pas" }) { } diff --git a/Parsers/PascalABCParserNewSaushkin/ParserLambdaHelper.cs b/Parsers/PascalABCParserNewSaushkin/ParserLambdaHelper.cs index a7c8456ce..3d9349775 100644 --- a/Parsers/PascalABCParserNewSaushkin/ParserLambdaHelper.cs +++ b/Parsers/PascalABCParserNewSaushkin/ParserLambdaHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/Parsers/PascalABCParserNewSaushkin/PreprocessorTools.cs b/Parsers/PascalABCParserNewSaushkin/PreprocessorTools.cs index b45c6803f..69e67acb1 100644 --- a/Parsers/PascalABCParserNewSaushkin/PreprocessorTools.cs +++ b/Parsers/PascalABCParserNewSaushkin/PreprocessorTools.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/Parsers/PascalABCParserNewSaushkin/SemanticRules.cs b/Parsers/PascalABCParserNewSaushkin/SemanticRules.cs index 689a46eac..a88024a54 100644 --- a/Parsers/PascalABCParserNewSaushkin/SemanticRules.cs +++ b/Parsers/PascalABCParserNewSaushkin/SemanticRules.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/Parsers/VBNETParser/AssemblyInfo.cs b/Parsers/VBNETParser/AssemblyInfo.cs index 5d9dd62b8..01f0eb2fe 100644 --- a/Parsers/VBNETParser/AssemblyInfo.cs +++ b/Parsers/VBNETParser/AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("VBNETParser")] -[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich")] +[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/PascalABCNET.sln b/PascalABCNET.sln index dcfb823c0..c44391d7d 100644 --- a/PascalABCNET.sln +++ b/PascalABCNET.sln @@ -97,6 +97,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YieldHelpers", "Yield\Yield EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SyntaxVisitors", "SyntaxVisitors\SyntaxVisitors.csproj", "{A9AB4282-83B4-41A7-86C3-E5BF6A45E7E2}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeTemplatesPlugin", "VisualPlugins\CodeTemplatesPlugin\CodeTemplatesPlugin.csproj", "{3AA92A45-7142-4C59-B12F-56DAE32A40E3}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -429,6 +431,18 @@ Global {A9AB4282-83B4-41A7-86C3-E5BF6A45E7E2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {A9AB4282-83B4-41A7-86C3-E5BF6A45E7E2}.Release|Mixed Platforms.Build.0 = Release|Any CPU {A9AB4282-83B4-41A7-86C3-E5BF6A45E7E2}.Release|x86.ActiveCfg = Release|Any CPU + {3AA92A45-7142-4C59-B12F-56DAE32A40E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3AA92A45-7142-4C59-B12F-56DAE32A40E3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3AA92A45-7142-4C59-B12F-56DAE32A40E3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {3AA92A45-7142-4C59-B12F-56DAE32A40E3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {3AA92A45-7142-4C59-B12F-56DAE32A40E3}.Debug|x86.ActiveCfg = Debug|Any CPU + {3AA92A45-7142-4C59-B12F-56DAE32A40E3}.Debug|x86.Build.0 = Debug|Any CPU + {3AA92A45-7142-4C59-B12F-56DAE32A40E3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3AA92A45-7142-4C59-B12F-56DAE32A40E3}.Release|Any CPU.Build.0 = Release|Any CPU + {3AA92A45-7142-4C59-B12F-56DAE32A40E3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {3AA92A45-7142-4C59-B12F-56DAE32A40E3}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {3AA92A45-7142-4C59-B12F-56DAE32A40E3}.Release|x86.ActiveCfg = Release|Any CPU + {3AA92A45-7142-4C59-B12F-56DAE32A40E3}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -469,5 +483,9 @@ Global {F10A5330-DCF4-4533-877C-7B1B1BE23884} = {F8CE2712-826B-450B-A72F-D32D80C99858} {CE5C55C2-A11C-4E94-A9FA-3FC6CA3E4C09} = {F8CE2712-826B-450B-A72F-D32D80C99858} {A9AB4282-83B4-41A7-86C3-E5BF6A45E7E2} = {F8CE2712-826B-450B-A72F-D32D80C99858} + {3AA92A45-7142-4C59-B12F-56DAE32A40E3} = {EC68A3D8-6D63-4A79-ABA6-BF8E9D7756D7} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {68E993E6-EE86-4DDF-B0A1-4FE884F8AC39} EndGlobalSection EndGlobal diff --git a/PluginsSupport/Classes.cs b/PluginsSupport/Classes.cs index 39719fd65..15d4d79d8 100644 --- a/PluginsSupport/Classes.cs +++ b/PluginsSupport/Classes.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Drawing; diff --git a/PluginsSupport/Interfaces.cs b/PluginsSupport/Interfaces.cs index e74d34f84..70d00ce01 100644 --- a/PluginsSupport/Interfaces.cs +++ b/PluginsSupport/Interfaces.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/PluginsSupport/Properties/AssemblyInfo.cs b/PluginsSupport/Properties/AssemblyInfo.cs index 2494fdeaf..e22ae1a5d 100644 --- a/PluginsSupport/Properties/AssemblyInfo.cs +++ b/PluginsSupport/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; @@ -12,7 +12,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("PluginsController")] -[assembly: AssemblyCopyright("Copyright © Ivan Bondarev, Stanislav Mihalkovich")] +[assembly: AssemblyCopyright("Copyright © Ivan Bondarev, Stanislav Mikhalkovich")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/ReleaseGenerators/License.rtf b/ReleaseGenerators/License.rtf index a6bba3c1b..ce1a49f17 100644 --- a/ReleaseGenerators/License.rtf +++ b/ReleaseGenerators/License.rtf @@ -56,7 +56,7 @@ Normal Table;}}{\*\rsidtbl \rsid9338748\rsid9583613\rsid12019863\rsid14836557}{\ \'cd\'c5\'cd\'c8\'df\loch\f37 \hich\f37 \'cf\'d0\'ce\'c4\'d3\'ca\'d2\'c0\loch\f37 PascalABC.NET \par }{\rtlch\fcs1 \af37 \ltrch\fcs0 \f37\lang7\langfe1049\langnp7\insrsid14836557 \par \hich\af37\dbch\af31505\loch\f37 Copyright (C) 2005-201}{\rtlch\fcs1 \af37 \ltrch\fcs0 \f37\insrsid12019863 \hich\af37\dbch\af31505\loch\f37 9}{\rtlch\fcs1 \af37 \ltrch\fcs0 \f37\lang7\langfe1049\langnp7\insrsid14836557 \hich\af37\dbch\af31505\loch\f37 - by Ivan Bondarev, Stanislav Mihalkovich + by Ivan Bondarev, Stanislav Mikhalkovich \par }{\rtlch\fcs1 \af37 \ltrch\fcs0 \f37\insrsid14836557 \loch\af37\dbch\af31505\hich\f37 \'dd\'f2\'ee\loch\f37 \hich\f37 \'ef\'f0\'ee\'e3\'f0\'e0\'ec\'ec\'ed\'ee\'e5\loch\f37 \hich\f37 \'ee\'e1\'e5\'f1\'ef\'e5\'f7\'e5\'ed\'e8\'e5\loch\f37 \hich\f37 \'ff \'e2\'eb\'ff\'e5\'f2\'f1\'ff\loch\f37 \hich\f37 \'f1\'e2\'ee\'e1\'ee\'e4\'ed\'fb\'ec\loch\f37 \hich\f37 ; \'e2\'fb\loch\f37 \hich\f37 \'ec\'ee\'e6\'e5\'f2\'e5\loch\f37 \hich\f37 \'f0\'e0\'f1\'ef\'f0\'ee\'f1\'f2\'f0\'e0\'ed\'ff\'f2\'fc\loch\f37 \hich\f37 \'e8\loch\f37 \hich\f37 /\'e8\'eb\'e8\loch\f37 \hich\f37 \'ec\'ee\'e4\'e8\'f4\'e8\'f6\'e8\'f0\'ee\'e2\'e0\'f2\'fc\loch\f37 \hich\f37 \'e5\'e3\'ee\loch\f37 \hich\f37 \'ed\'e0\loch\f37 \hich\f37 \'f3\'f1\'eb\'ee\'e2\'e8\'ff\'f5\loch\f37 diff --git a/ReleaseGenerators/License.txt b/ReleaseGenerators/License.txt index baf240ebb..e3ea621e9 100644 --- a/ReleaseGenerators/License.txt +++ b/ReleaseGenerators/License.txt @@ -3,7 +3,7 @@ ВАЖНЕЙШИЕ УСЛОВИЯ РАСПРОСТРАНЕНИЯ ПРОДУКТА PascalABC.NET -Copyright (C) 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich +Copyright (C) 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich Это программное обеспечение является свободным; вы можете распространять и/или модифицировать его на условиях GNU LGPL версии 3 с разъяснениями и исключениями, данными ниже. diff --git a/ReleaseGenerators/License_en.rtf b/ReleaseGenerators/License_en.rtf index 5b2786adc..a33ca407b 100644 --- a/ReleaseGenerators/License_en.rtf +++ b/ReleaseGenerators/License_en.rtf @@ -5,7 +5,7 @@ A copy of the GNU GPL is appended to this file.\par \par \lang7 IMPORTANT PascalABC.NET LICENSE TERMS\lang1033\par \par -\lang7 Copyright (C) 2005-201\lang1033 8\lang7 by Ivan Bondarev, Stanislav Mihalkovich\lang1033\par +\lang7 Copyright (C) 2005-201\lang1033 8\lang7 by Ivan Bondarev, Stanislav Mikhalkovich\lang1033\par \lang7 This program is free software; you may redistribute and/or modify it under the terms of the GNU LGPL version 3 with the clarifications and exceptions described below. \lang1033\par \par \lang7 PascalABC.NET \lang1033 can be linked with non-free modules and libraries\lang7 . \lang1033 This condition is mainly concerned with possibility of adding foreign modules and libraries to PascalABC.NET, aimed at education.\lang7 \lang1033 In particular\lang7 , PascalABC.NET \lang1033 includes as a part PROGRAMMING TASKBOOK FOR PASCALABC.NET\lang7 (in agreement with the author of this product), \lang1033 which is distributed \lang7 under the terms of \lang1033 proprietary license\lang7 (\lang1033 see \lang7\\bin\\PT4)\lang1033\par diff --git a/ReleaseGenerators/License_en.txt b/ReleaseGenerators/License_en.txt index 3ffe99d55..e63be4a7c 100644 --- a/ReleaseGenerators/License_en.txt +++ b/ReleaseGenerators/License_en.txt @@ -3,7 +3,7 @@ A copy of the GNU GPL is appended to this file. IMPORTANT PascalABC.NET LICENSE TERMS -Copyright (C) 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich +Copyright (C) 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich This program is free software; you may redistribute and/or modify it under the terms of the GNU LGPL version 3 with the clarifications and exceptions described below. PascalABC.NET can be linked with non-free modules and libraries. This condition is mainly concerned with possibility of adding foreign modules and libraries to PascalABC.NET, aimed at education. In particular, PascalABC.NET includes as a part PROGRAMMING TASKBOOK FOR PASCALABC.NET (in agreement with the author of this product), which is distributed under the terms of proprietary license (see \bin\PT4) diff --git a/ReleaseGenerators/copyright.txt b/ReleaseGenerators/copyright.txt index 304d5314f..3a3f9f963 100644 --- a/ReleaseGenerators/copyright.txt +++ b/ReleaseGenerators/copyright.txt @@ -1 +1 @@ -Copyright (C) 2005-2018 by Ivan Bondarev, Stanislav Mihalkovich \ No newline at end of file +Copyright (C) 2005-2018 by Ivan Bondarev, Stanislav Mikhalkovich \ No newline at end of file diff --git a/SemanticTree/AbstractVisitor.cs b/SemanticTree/AbstractVisitor.cs index c9a57ecf9..3c1a6acf8 100644 --- a/SemanticTree/AbstractVisitor.cs +++ b/SemanticTree/AbstractVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/SemanticTree/Config/AssemblyInfo.cs b/SemanticTree/Config/AssemblyInfo.cs index 3506f99d5..466c9a7cb 100644 --- a/SemanticTree/Config/AssemblyInfo.cs +++ b/SemanticTree/Config/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; diff --git a/SemanticTree/IVisitor.cs b/SemanticTree/IVisitor.cs index 2b13660ac..e2c822126 100644 --- a/SemanticTree/IVisitor.cs +++ b/SemanticTree/IVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) namespace PascalABCCompiler.SemanticTree { diff --git a/SemanticTree/SemanticTree.cs b/SemanticTree/SemanticTree.cs index f0db0e9d6..82c2068e5 100644 --- a/SemanticTree/SemanticTree.cs +++ b/SemanticTree/SemanticTree.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxTreeConverters/AddStandardSyntaxConverters.cs b/SyntaxTreeConverters/AddStandardSyntaxConverters.cs index 424872f4c..536f23866 100644 --- a/SyntaxTreeConverters/AddStandardSyntaxConverters.cs +++ b/SyntaxTreeConverters/AddStandardSyntaxConverters.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxTreeConverters/ISyntaxTreeConverter.cs b/SyntaxTreeConverters/ISyntaxTreeConverter.cs index 0eecd5a4b..cb439ac72 100644 --- a/SyntaxTreeConverters/ISyntaxTreeConverter.cs +++ b/SyntaxTreeConverters/ISyntaxTreeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using PascalABCCompiler.SyntaxTree; using PascalABCCompiler.Errors; diff --git a/SyntaxTreeConverters/Properties/AssemblyInfo.cs b/SyntaxTreeConverters/Properties/AssemblyInfo.cs index 1ff01529e..be55cea86 100644 --- a/SyntaxTreeConverters/Properties/AssemblyInfo.cs +++ b/SyntaxTreeConverters/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; @@ -12,7 +12,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SyntaxTreeChanger")] -[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich")] +[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/SyntaxTreeConverters/StandardSyntaxConverter.cs b/SyntaxTreeConverters/StandardSyntaxConverter.cs index c388b3164..55cab0dbe 100644 --- a/SyntaxTreeConverters/StandardSyntaxConverter.cs +++ b/SyntaxTreeConverters/StandardSyntaxConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/AllVarsInProcYieldsProba.cs b/SyntaxVisitors/AllVarsInProcYieldsProba.cs index 58e82229d..257b24693 100644 --- a/SyntaxVisitors/AllVarsInProcYieldsProba.cs +++ b/SyntaxVisitors/AllVarsInProcYieldsProba.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/BaseVisitors/CollectNamespaces.cs b/SyntaxVisitors/BaseVisitors/CollectNamespaces.cs index 1ef3fcdcc..d7416fd2b 100644 --- a/SyntaxVisitors/BaseVisitors/CollectNamespaces.cs +++ b/SyntaxVisitors/BaseVisitors/CollectNamespaces.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/BaseVisitors/HasStatementVisitor.cs b/SyntaxVisitors/BaseVisitors/HasStatementVisitor.cs index f4d28c06e..bd2452706 100644 --- a/SyntaxVisitors/BaseVisitors/HasStatementVisitor.cs +++ b/SyntaxVisitors/BaseVisitors/HasStatementVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/BaseVisitors/SmallHelperVisitors.cs b/SyntaxVisitors/BaseVisitors/SmallHelperVisitors.cs index 89e1d609a..03783e391 100644 --- a/SyntaxVisitors/BaseVisitors/SmallHelperVisitors.cs +++ b/SyntaxVisitors/BaseVisitors/SmallHelperVisitors.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/ChangeWhileVisitor.cs b/SyntaxVisitors/ChangeWhileVisitor.cs index 7a01994b2..c5bc504e0 100644 --- a/SyntaxVisitors/ChangeWhileVisitor.cs +++ b/SyntaxVisitors/ChangeWhileVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/Optimization/CalcConstExprs.cs b/SyntaxVisitors/Optimization/CalcConstExprs.cs index 692a46c59..704cb5e69 100644 --- a/SyntaxVisitors/Optimization/CalcConstExprs.cs +++ b/SyntaxVisitors/Optimization/CalcConstExprs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/Properties/AssemblyInfo.cs b/SyntaxVisitors/Properties/AssemblyInfo.cs index da2fce397..0a6e3eb7c 100644 --- a/SyntaxVisitors/Properties/AssemblyInfo.cs +++ b/SyntaxVisitors/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; @@ -12,7 +12,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SyntaxVisitors")] -[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich")] +[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/SyntaxVisitors/SugarVisitors/AssignTuplesDesugarVisitor.cs b/SyntaxVisitors/SugarVisitors/AssignTuplesDesugarVisitor.cs index 67f4af34e..43d4a4309 100644 --- a/SyntaxVisitors/SugarVisitors/AssignTuplesDesugarVisitor.cs +++ b/SyntaxVisitors/SugarVisitors/AssignTuplesDesugarVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/SugarVisitors/LoopDesugarVisitor.cs b/SyntaxVisitors/SugarVisitors/LoopDesugarVisitor.cs index e03e55ca8..2e553942b 100644 --- a/SyntaxVisitors/SugarVisitors/LoopDesugarVisitor.cs +++ b/SyntaxVisitors/SugarVisitors/LoopDesugarVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/SugarVisitors/QuestionPointDesugarVisitor.cs b/SyntaxVisitors/SugarVisitors/QuestionPointDesugarVisitor.cs index ce9168364..f2882319d 100644 --- a/SyntaxVisitors/SugarVisitors/QuestionPointDesugarVisitor.cs +++ b/SyntaxVisitors/SugarVisitors/QuestionPointDesugarVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/SugarVisitors/SliceDesugarVisitor.cs b/SyntaxVisitors/SugarVisitors/SliceDesugarVisitor.cs index 2cfa9c09f..40175d67c 100644 --- a/SyntaxVisitors/SugarVisitors/SliceDesugarVisitor.cs +++ b/SyntaxVisitors/SugarVisitors/SliceDesugarVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/SugarVisitors/TupleVisitor.cs b/SyntaxVisitors/SugarVisitors/TupleVisitor.cs index 77bfb12cb..d30265d26 100644 --- a/SyntaxVisitors/SugarVisitors/TupleVisitor.cs +++ b/SyntaxVisitors/SugarVisitors/TupleVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/SyntaxTreeVisitorsErrors.cs b/SyntaxVisitors/SyntaxTreeVisitorsErrors.cs index 998a91403..2cf7e27e3 100644 --- a/SyntaxVisitors/SyntaxTreeVisitorsErrors.cs +++ b/SyntaxVisitors/SyntaxTreeVisitorsErrors.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/UniversalVisitors/AddBeginEndsVisitor.cs b/SyntaxVisitors/UniversalVisitors/AddBeginEndsVisitor.cs index 8b7f7b20f..4c856a1c0 100644 --- a/SyntaxVisitors/UniversalVisitors/AddBeginEndsVisitor.cs +++ b/SyntaxVisitors/UniversalVisitors/AddBeginEndsVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/UniversalVisitors/CountNodesVisitor.cs b/SyntaxVisitors/UniversalVisitors/CountNodesVisitor.cs index 4ce9b80ce..ea0e2d96a 100644 --- a/SyntaxVisitors/UniversalVisitors/CountNodesVisitor.cs +++ b/SyntaxVisitors/UniversalVisitors/CountNodesVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/UniversalVisitors/DeleteRedundantBeginEnds.cs b/SyntaxVisitors/UniversalVisitors/DeleteRedundantBeginEnds.cs index f4ce092c6..1b68aa0bb 100644 --- a/SyntaxVisitors/UniversalVisitors/DeleteRedundantBeginEnds.cs +++ b/SyntaxVisitors/UniversalVisitors/DeleteRedundantBeginEnds.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/UniversalVisitors/SimplePrettyPrinterVisitor.cs b/SyntaxVisitors/UniversalVisitors/SimplePrettyPrinterVisitor.cs index 958080159..850193762 100644 --- a/SyntaxVisitors/UniversalVisitors/SimplePrettyPrinterVisitor.cs +++ b/SyntaxVisitors/UniversalVisitors/SimplePrettyPrinterVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/VisitorsForLambdas/RenameOnExceptVarsVisitor.cs b/SyntaxVisitors/VisitorsForLambdas/RenameOnExceptVarsVisitor.cs index e3d0fe9ae..4a34b1df8 100644 --- a/SyntaxVisitors/VisitorsForLambdas/RenameOnExceptVarsVisitor.cs +++ b/SyntaxVisitors/VisitorsForLambdas/RenameOnExceptVarsVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/VisitorsForLambdas/RenameSameVarNamesVisitor.cs b/SyntaxVisitors/VisitorsForLambdas/RenameSameVarNamesVisitor.cs index 0eef1ac24..eb934a2cb 100644 --- a/SyntaxVisitors/VisitorsForLambdas/RenameSameVarNamesVisitor.cs +++ b/SyntaxVisitors/VisitorsForLambdas/RenameSameVarNamesVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/VisitorsForLambdas/StandOutExprWithLambdaInForeachSequenceVisitor.cs b/SyntaxVisitors/VisitorsForLambdas/StandOutExprWithLambdaInForeachSequenceVisitor.cs index e01f1505e..c0154c748 100644 --- a/SyntaxVisitors/VisitorsForLambdas/StandOutExprWithLambdaInForeachSequenceVisitor.cs +++ b/SyntaxVisitors/VisitorsForLambdas/StandOutExprWithLambdaInForeachSequenceVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/CheckVariablesRedefenitionVisitor.cs b/SyntaxVisitors/YieldVisitors/CheckVariablesRedefenitionVisitor.cs index 79f269480..c94c1cab2 100644 --- a/SyntaxVisitors/YieldVisitors/CheckVariablesRedefenitionVisitor.cs +++ b/SyntaxVisitors/YieldVisitors/CheckVariablesRedefenitionVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/CollectClassFieldsVisitor.cs b/SyntaxVisitors/YieldVisitors/CollectClassFieldsVisitor.cs index 110620e7e..fa90c5950 100644 --- a/SyntaxVisitors/YieldVisitors/CollectClassFieldsVisitor.cs +++ b/SyntaxVisitors/YieldVisitors/CollectClassFieldsVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/CollectClassMethodsVisitor.cs b/SyntaxVisitors/YieldVisitors/CollectClassMethodsVisitor.cs index 5e0350962..907b28852 100644 --- a/SyntaxVisitors/YieldVisitors/CollectClassMethodsVisitor.cs +++ b/SyntaxVisitors/YieldVisitors/CollectClassMethodsVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/CollectClassPropertiesVisitor.cs b/SyntaxVisitors/YieldVisitors/CollectClassPropertiesVisitor.cs index 4a66f9a54..07d948556 100644 --- a/SyntaxVisitors/YieldVisitors/CollectClassPropertiesVisitor.cs +++ b/SyntaxVisitors/YieldVisitors/CollectClassPropertiesVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/CollectUnitGlobalsVisitor.cs b/SyntaxVisitors/YieldVisitors/CollectUnitGlobalsVisitor.cs index c81c1604c..e0ca2db2f 100644 --- a/SyntaxVisitors/YieldVisitors/CollectUnitGlobalsVisitor.cs +++ b/SyntaxVisitors/YieldVisitors/CollectUnitGlobalsVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/DeleteAllLocalDefs.cs b/SyntaxVisitors/YieldVisitors/DeleteAllLocalDefs.cs index f44013768..6d190a2b6 100644 --- a/SyntaxVisitors/YieldVisitors/DeleteAllLocalDefs.cs +++ b/SyntaxVisitors/YieldVisitors/DeleteAllLocalDefs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/DeleteLocalDefs.cs b/SyntaxVisitors/YieldVisitors/DeleteLocalDefs.cs index ac5450303..64e69fc8a 100644 --- a/SyntaxVisitors/YieldVisitors/DeleteLocalDefs.cs +++ b/SyntaxVisitors/YieldVisitors/DeleteLocalDefs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/JustTestVisitor.cs b/SyntaxVisitors/YieldVisitors/JustTestVisitor.cs index 9b86a81ab..05fe454b7 100644 --- a/SyntaxVisitors/YieldVisitors/JustTestVisitor.cs +++ b/SyntaxVisitors/YieldVisitors/JustTestVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/LocalVariablesTypeDetectorHelperVisior.cs b/SyntaxVisitors/YieldVisitors/LocalVariablesTypeDetectorHelperVisior.cs index 3fb8d26a9..5002c5384 100644 --- a/SyntaxVisitors/YieldVisitors/LocalVariablesTypeDetectorHelperVisior.cs +++ b/SyntaxVisitors/YieldVisitors/LocalVariablesTypeDetectorHelperVisior.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/LoweringVisitor.cs b/SyntaxVisitors/YieldVisitors/LoweringVisitor.cs index f7f40bf22..d11d9617c 100644 --- a/SyntaxVisitors/YieldVisitors/LoweringVisitor.cs +++ b/SyntaxVisitors/YieldVisitors/LoweringVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/LoweringYieldSequenceVisitor.cs b/SyntaxVisitors/YieldVisitors/LoweringYieldSequenceVisitor.cs index 72888b189..e2046fa23 100644 --- a/SyntaxVisitors/YieldVisitors/LoweringYieldSequenceVisitor.cs +++ b/SyntaxVisitors/YieldVisitors/LoweringYieldSequenceVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/MarkMethodHasYieldVisitor.cs b/SyntaxVisitors/YieldVisitors/MarkMethodHasYieldVisitor.cs index 7dedb81fb..13ca68b41 100644 --- a/SyntaxVisitors/YieldVisitors/MarkMethodHasYieldVisitor.cs +++ b/SyntaxVisitors/YieldVisitors/MarkMethodHasYieldVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/ObjectCopier/ObjectCopier.cs b/SyntaxVisitors/YieldVisitors/ObjectCopier/ObjectCopier.cs index 443b10264..1407578dd 100644 --- a/SyntaxVisitors/YieldVisitors/ObjectCopier/ObjectCopier.cs +++ b/SyntaxVisitors/YieldVisitors/ObjectCopier/ObjectCopier.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/ProcessYieldsCapturedVars.cs b/SyntaxVisitors/YieldVisitors/ProcessYieldsCapturedVars.cs index e859be3f7..2913a37a2 100644 --- a/SyntaxVisitors/YieldVisitors/ProcessYieldsCapturedVars.cs +++ b/SyntaxVisitors/YieldVisitors/ProcessYieldsCapturedVars.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/RenameSameBlockLocalVarsVisitor.cs b/SyntaxVisitors/YieldVisitors/RenameSameBlockLocalVarsVisitor.cs index 9da7d9e82..1a6168534 100644 --- a/SyntaxVisitors/YieldVisitors/RenameSameBlockLocalVarsVisitor.cs +++ b/SyntaxVisitors/YieldVisitors/RenameSameBlockLocalVarsVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/RenameSameVarNamesVisitor.cs b/SyntaxVisitors/YieldVisitors/RenameSameVarNamesVisitor.cs index 0eef1ac24..eb934a2cb 100644 --- a/SyntaxVisitors/YieldVisitors/RenameSameVarNamesVisitor.cs +++ b/SyntaxVisitors/YieldVisitors/RenameSameVarNamesVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/ReplaceBreakContinueWithGotoLabelVisitor.cs b/SyntaxVisitors/YieldVisitors/ReplaceBreakContinueWithGotoLabelVisitor.cs index f7fdd84b1..d90792a9f 100644 --- a/SyntaxVisitors/YieldVisitors/ReplaceBreakContinueWithGotoLabelVisitor.cs +++ b/SyntaxVisitors/YieldVisitors/ReplaceBreakContinueWithGotoLabelVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/ReplaceCapturedVariablesVisitor.cs b/SyntaxVisitors/YieldVisitors/ReplaceCapturedVariablesVisitor.cs index c0b49bf69..af379257a 100644 --- a/SyntaxVisitors/YieldVisitors/ReplaceCapturedVariablesVisitor.cs +++ b/SyntaxVisitors/YieldVisitors/ReplaceCapturedVariablesVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/ReplaceFormalParametersRefsVisitor.cs b/SyntaxVisitors/YieldVisitors/ReplaceFormalParametersRefsVisitor.cs index 29c000557..19989db0b 100644 --- a/SyntaxVisitors/YieldVisitors/ReplaceFormalParametersRefsVisitor.cs +++ b/SyntaxVisitors/YieldVisitors/ReplaceFormalParametersRefsVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/ReplaceVariableNameVisitor.cs b/SyntaxVisitors/YieldVisitors/ReplaceVariableNameVisitor.cs index d39002c8c..8b113ff05 100644 --- a/SyntaxVisitors/YieldVisitors/ReplaceVariableNameVisitor.cs +++ b/SyntaxVisitors/YieldVisitors/ReplaceVariableNameVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/SyntaxVisitors/YieldVisitors/ReplaceYieldWithLamdasVisitor.cs b/SyntaxVisitors/YieldVisitors/ReplaceYieldWithLamdasVisitor.cs index 1120e5180..b3572f867 100644 --- a/SyntaxVisitors/YieldVisitors/ReplaceYieldWithLamdasVisitor.cs +++ b/SyntaxVisitors/YieldVisitors/ReplaceYieldWithLamdasVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/Collections/associated_collection.cs b/TreeConverter/Collections/associated_collection.cs index fa7715d9a..68bcb6708 100644 --- a/TreeConverter/Collections/associated_collection.cs +++ b/TreeConverter/Collections/associated_collection.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/Collections/extandable_collection.cs b/TreeConverter/Collections/extandable_collection.cs index aad0a566e..8d8d9786e 100644 --- a/TreeConverter/Collections/extandable_collection.cs +++ b/TreeConverter/Collections/extandable_collection.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/Collections/stack.cs b/TreeConverter/Collections/stack.cs index c603217ce..1e62801fa 100644 --- a/TreeConverter/Collections/stack.cs +++ b/TreeConverter/Collections/stack.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Linq; diff --git a/TreeConverter/Config/AssemblyInfo.cs b/TreeConverter/Config/AssemblyInfo.cs index 04b98f96c..1d2679138 100644 --- a/TreeConverter/Config/AssemblyInfo.cs +++ b/TreeConverter/Config/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; diff --git a/TreeConverter/LambdaExpressions/Closure/CapturedVariablesSubstitutionClassGenerator.cs b/TreeConverter/LambdaExpressions/Closure/CapturedVariablesSubstitutionClassGenerator.cs index 0c5786371..b5002f82f 100644 --- a/TreeConverter/LambdaExpressions/Closure/CapturedVariablesSubstitutionClassGenerator.cs +++ b/TreeConverter/LambdaExpressions/Closure/CapturedVariablesSubstitutionClassGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/LambdaExpressions/Closure/CapturedVariablesSubstitutionsManager.cs b/TreeConverter/LambdaExpressions/Closure/CapturedVariablesSubstitutionsManager.cs index aa4a759b7..2fb5d26e5 100644 --- a/TreeConverter/LambdaExpressions/Closure/CapturedVariablesSubstitutionsManager.cs +++ b/TreeConverter/LambdaExpressions/Closure/CapturedVariablesSubstitutionsManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Linq; using PascalABCCompiler.SyntaxTree; diff --git a/TreeConverter/LambdaExpressions/Closure/CapturedVariablesSubstitutor.cs b/TreeConverter/LambdaExpressions/Closure/CapturedVariablesSubstitutor.cs index 75c49864e..7bc2a06f9 100644 --- a/TreeConverter/LambdaExpressions/Closure/CapturedVariablesSubstitutor.cs +++ b/TreeConverter/LambdaExpressions/Closure/CapturedVariablesSubstitutor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/LambdaExpressions/Closure/CapturedVariablesTreeBuilder.cs b/TreeConverter/LambdaExpressions/Closure/CapturedVariablesTreeBuilder.cs index f2f4e04c5..9fc82d286 100644 --- a/TreeConverter/LambdaExpressions/Closure/CapturedVariablesTreeBuilder.cs +++ b/TreeConverter/LambdaExpressions/Closure/CapturedVariablesTreeBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/LambdaExpressions/Closure/CapturedVariablesTreeNode.cs b/TreeConverter/LambdaExpressions/Closure/CapturedVariablesTreeNode.cs index d9cf960b4..a4ba196d8 100644 --- a/TreeConverter/LambdaExpressions/Closure/CapturedVariablesTreeNode.cs +++ b/TreeConverter/LambdaExpressions/Closure/CapturedVariablesTreeNode.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/LambdaExpressions/LambdaCapturedSymbolsHelper.cs b/TreeConverter/LambdaExpressions/LambdaCapturedSymbolsHelper.cs index 8997c9346..bc4485b46 100644 --- a/TreeConverter/LambdaExpressions/LambdaCapturedSymbolsHelper.cs +++ b/TreeConverter/LambdaExpressions/LambdaCapturedSymbolsHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Collections.Generic; using System.Linq; diff --git a/TreeConverter/LambdaExpressions/LambdaProcessingState.cs b/TreeConverter/LambdaExpressions/LambdaProcessingState.cs index e0a019c48..3e75d2d21 100644 --- a/TreeConverter/LambdaExpressions/LambdaProcessingState.cs +++ b/TreeConverter/LambdaExpressions/LambdaProcessingState.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) namespace TreeConverter.LambdaExpressions { diff --git a/TreeConverter/LambdaExpressions/LambdaResultTypeInferrer.cs b/TreeConverter/LambdaExpressions/LambdaResultTypeInferrer.cs index bc2df5881..3e263b9db 100644 --- a/TreeConverter/LambdaExpressions/LambdaResultTypeInferrer.cs +++ b/TreeConverter/LambdaExpressions/LambdaResultTypeInferrer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/LambdaExpressions/LambdaSearcher.cs b/TreeConverter/LambdaExpressions/LambdaSearcher.cs index 00aa645f8..bd57a3dfb 100644 --- a/TreeConverter/LambdaExpressions/LambdaSearcher.cs +++ b/TreeConverter/LambdaExpressions/LambdaSearcher.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using PascalABCCompiler.SyntaxTree; diff --git a/TreeConverter/NetWrappers/NetHelper.cs b/TreeConverter/NetWrappers/NetHelper.cs index 383624b77..e8dbbe970 100644 --- a/TreeConverter/NetWrappers/NetHelper.cs +++ b/TreeConverter/NetWrappers/NetHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using PascalABCCompiler.SemanticTree; diff --git a/TreeConverter/OpenMP/OpenMP.cs b/TreeConverter/OpenMP/OpenMP.cs index c42cd9537..1f8927f11 100644 --- a/TreeConverter/OpenMP/OpenMP.cs +++ b/TreeConverter/OpenMP/OpenMP.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/OpenMP/VarFinderSyntaxVisitor.cs b/TreeConverter/OpenMP/VarFinderSyntaxVisitor.cs index 4e1c4256b..5bde868ab 100644 --- a/TreeConverter/OpenMP/VarFinderSyntaxVisitor.cs +++ b/TreeConverter/OpenMP/VarFinderSyntaxVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/SymbolTable/DSST/AreaArrayTable.cs b/TreeConverter/SymbolTable/DSST/AreaArrayTable.cs index 968b38d45..24726d589 100644 --- a/TreeConverter/SymbolTable/DSST/AreaArrayTable.cs +++ b/TreeConverter/SymbolTable/DSST/AreaArrayTable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/TreeConverter/SymbolTable/DSST/AreaListArray.cs b/TreeConverter/SymbolTable/DSST/AreaListArray.cs index 959ef7de8..6af51df39 100644 --- a/TreeConverter/SymbolTable/DSST/AreaListArray.cs +++ b/TreeConverter/SymbolTable/DSST/AreaListArray.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Linq; diff --git a/TreeConverter/SymbolTable/DSST/DSHashTable.cs b/TreeConverter/SymbolTable/DSST/DSHashTable.cs index fcd5a24e6..33994aa46 100644 --- a/TreeConverter/SymbolTable/DSST/DSHashTable.cs +++ b/TreeConverter/SymbolTable/DSST/DSHashTable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Linq; diff --git a/TreeConverter/SymbolTable/DSST/SymbolTable.cs b/TreeConverter/SymbolTable/DSST/SymbolTable.cs index a012023f8..fa2b3e5e9 100644 --- a/TreeConverter/SymbolTable/DSST/SymbolTable.cs +++ b/TreeConverter/SymbolTable/DSST/SymbolTable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Linq; diff --git a/TreeConverter/SymbolTable/SymbolInfoArrayList.cs b/TreeConverter/SymbolTable/SymbolInfoArrayList.cs index 9aa65b8f9..b70d5ffc5 100644 --- a/TreeConverter/SymbolTable/SymbolInfoArrayList.cs +++ b/TreeConverter/SymbolTable/SymbolInfoArrayList.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/SymbolTable/symbol_information.cs b/TreeConverter/SymbolTable/symbol_information.cs index aaad7bdd0..568435b0d 100644 --- a/TreeConverter/SymbolTable/symbol_information.cs +++ b/TreeConverter/SymbolTable/symbol_information.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/SystemLib/StaticSystemLib.cs b/TreeConverter/SystemLib/StaticSystemLib.cs index be200ad50..a85be120d 100644 --- a/TreeConverter/SystemLib/StaticSystemLib.cs +++ b/TreeConverter/SystemLib/StaticSystemLib.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //Инициализация системной библиотеки using System; diff --git a/TreeConverter/SystemLib/SystemLibInitializer.cs b/TreeConverter/SystemLib/SystemLibInitializer.cs index df7688fba..b5ddd6bdb 100644 --- a/TreeConverter/SystemLib/SystemLibInitializer.cs +++ b/TreeConverter/SystemLib/SystemLibInitializer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //Инициализация системной библиотеки using System; diff --git a/TreeConverter/SystemLib/static_executors.cs b/TreeConverter/SystemLib/static_executors.cs index 0a1cc4b07..6a7e28994 100644 --- a/TreeConverter/SystemLib/static_executors.cs +++ b/TreeConverter/SystemLib/static_executors.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //Интерпретатор константных выражений using System; diff --git a/TreeConverter/TreeConversion/Collections.cs b/TreeConverter/TreeConversion/Collections.cs index abe16afa9..803a89f92 100644 --- a/TreeConverter/TreeConversion/Collections.cs +++ b/TreeConverter/TreeConversion/Collections.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/TreeConversion/CompilationErrors.cs b/TreeConverter/TreeConversion/CompilationErrors.cs index c4c1269e2..92a24307a 100644 --- a/TreeConverter/TreeConversion/CompilationErrors.cs +++ b/TreeConverter/TreeConversion/CompilationErrors.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //Все типы семантических ошибок компилятора. using System; diff --git a/TreeConverter/TreeConversion/CompilationWarnings.cs b/TreeConverter/TreeConversion/CompilationWarnings.cs index 9fbac2ee6..c8d187fe0 100644 --- a/TreeConverter/TreeConversion/CompilationWarnings.cs +++ b/TreeConverter/TreeConversion/CompilationWarnings.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/TreeConversion/CompilerDirectivesToSyntaxTreeNodesLinker.cs b/TreeConverter/TreeConversion/CompilerDirectivesToSyntaxTreeNodesLinker.cs index 0f2d2e8c4..d006898d3 100644 --- a/TreeConverter/TreeConversion/CompilerDirectivesToSyntaxTreeNodesLinker.cs +++ b/TreeConverter/TreeConversion/CompilerDirectivesToSyntaxTreeNodesLinker.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/TreeConversion/LambdaHelper.cs b/TreeConverter/TreeConversion/LambdaHelper.cs index 1c6b34a3a..214bed468 100644 --- a/TreeConverter/TreeConversion/LambdaHelper.cs +++ b/TreeConverter/TreeConversion/LambdaHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/TreeConversion/SemanticRules.cs b/TreeConverter/TreeConversion/SemanticRules.cs index 62f0909f6..db9a85117 100644 --- a/TreeConverter/TreeConversion/SemanticRules.cs +++ b/TreeConverter/TreeConversion/SemanticRules.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using PascalABCCompiler.TreeRealization; namespace PascalABCCompiler.TreeConverter diff --git a/TreeConverter/TreeConversion/SubtreeCreator.cs b/TreeConverter/TreeConversion/SubtreeCreator.cs index d773c2f04..40cdbe3e2 100644 --- a/TreeConverter/TreeConversion/SubtreeCreator.cs +++ b/TreeConverter/TreeConversion/SubtreeCreator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/TreeConversion/SyntaxTreeToSemanticTreeConverter.cs b/TreeConverter/TreeConversion/SyntaxTreeToSemanticTreeConverter.cs index e60d5c603..3aeb89309 100644 --- a/TreeConverter/TreeConversion/SyntaxTreeToSemanticTreeConverter.cs +++ b/TreeConverter/TreeConversion/SyntaxTreeToSemanticTreeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) /*************************************************************************** diff --git a/TreeConverter/TreeConversion/compilation_context.cs b/TreeConverter/TreeConversion/compilation_context.cs index 810358c11..1cc3d63de 100644 --- a/TreeConverter/TreeConversion/compilation_context.cs +++ b/TreeConverter/TreeConversion/compilation_context.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //Класс, хранящий текущий контекст. Где находится компилятор (в какой функции, типе, пространстве имен). using System; diff --git a/TreeConverter/TreeConversion/compiler_string_consts.cs b/TreeConverter/TreeConversion/compiler_string_consts.cs index 2dc39ef7a..c63db88e0 100644 --- a/TreeConverter/TreeConversion/compiler_string_consts.cs +++ b/TreeConverter/TreeConversion/compiler_string_consts.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //Строковые константы. using System; diff --git a/TreeConverter/TreeConversion/convertion_data_and_alghoritms.cs b/TreeConverter/TreeConversion/convertion_data_and_alghoritms.cs index 9cb012944..05b001e61 100644 --- a/TreeConverter/TreeConversion/convertion_data_and_alghoritms.cs +++ b/TreeConverter/TreeConversion/convertion_data_and_alghoritms.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //Некоторые алгоритмы . В основном выбор перегруженного метода. Сильно связан с syntax_tree_visitor. using System; diff --git a/TreeConverter/TreeConversion/exceptions.cs b/TreeConverter/TreeConversion/exceptions.cs index 42a30ab32..15a4c13c8 100644 --- a/TreeConverter/TreeConversion/exceptions.cs +++ b/TreeConverter/TreeConversion/exceptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //Класс, представляющий внутреннюю ошибку компилятора. using System; diff --git a/TreeConverter/TreeConversion/motivation.cs b/TreeConverter/TreeConversion/motivation.cs index 0c62c28e1..7220e1b18 100644 --- a/TreeConverter/TreeConversion/motivation.cs +++ b/TreeConverter/TreeConversion/motivation.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //Причина обхода узла синтаксического дерева - получение выражения, адреса, типа узла. using System; diff --git a/TreeConverter/TreeConversion/name_reflector.cs b/TreeConverter/TreeConversion/name_reflector.cs index 5ef50a8b1..47ef49765 100644 --- a/TreeConverter/TreeConversion/name_reflector.cs +++ b/TreeConverter/TreeConversion/name_reflector.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //Отображение типов операторов узлов синтаксического дерева в имена методов. using System; diff --git a/TreeConverter/TreeConversion/returner.cs b/TreeConverter/TreeConversion/returner.cs index c322ca38b..84a969149 100644 --- a/TreeConverter/TreeConversion/returner.cs +++ b/TreeConverter/TreeConversion/returner.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //Используется для возвращения значения при обходе дерева. diff --git a/TreeConverter/TreeConversion/syntax_tree_visitor.cs b/TreeConverter/TreeConversion/syntax_tree_visitor.cs index af4b6a750..ca3252c5a 100644 --- a/TreeConverter/TreeConversion/syntax_tree_visitor.cs +++ b/TreeConverter/TreeConversion/syntax_tree_visitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //Посетитель синтаксического дерева. using System; diff --git a/TreeConverter/TreeConversion/type_constructor.cs b/TreeConverter/TreeConversion/type_constructor.cs index d1c2cad93..7bd9a198c 100644 --- a/TreeConverter/TreeConversion/type_constructor.cs +++ b/TreeConverter/TreeConversion/type_constructor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //Конструирует типы массивов и делегатов (и enum-ов). diff --git a/TreeConverter/TreeRealization/Collections.cs b/TreeConverter/TreeRealization/Collections.cs index 10c26d9fd..ca101fae7 100644 --- a/TreeConverter/TreeRealization/Collections.cs +++ b/TreeConverter/TreeRealization/Collections.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/TreeRealization/CompilerDirective.cs b/TreeConverter/TreeRealization/CompilerDirective.cs index d40fe5a58..ed386b47f 100644 --- a/TreeConverter/TreeRealization/CompilerDirective.cs +++ b/TreeConverter/TreeRealization/CompilerDirective.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/TreeRealization/Expressions.cs b/TreeConverter/TreeRealization/Expressions.cs index 4c930f402..a7d45e63f 100644 --- a/TreeConverter/TreeRealization/Expressions.cs +++ b/TreeConverter/TreeRealization/Expressions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/TreeRealization/attributes.cs b/TreeConverter/TreeRealization/attributes.cs index d64f689db..49ad6a685 100644 --- a/TreeConverter/TreeRealization/attributes.cs +++ b/TreeConverter/TreeRealization/attributes.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/TreeRealization/base_nodes.cs b/TreeConverter/TreeRealization/base_nodes.cs index c025dd23c..1e33b2ba8 100644 --- a/TreeConverter/TreeRealization/base_nodes.cs +++ b/TreeConverter/TreeRealization/base_nodes.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/TreeRealization/constant_definitions.cs b/TreeConverter/TreeRealization/constant_definitions.cs index 48260059e..d8e7b1714 100644 --- a/TreeConverter/TreeRealization/constant_definitions.cs +++ b/TreeConverter/TreeRealization/constant_definitions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/TreeRealization/constants.cs b/TreeConverter/TreeRealization/constants.cs index 8d3572c70..7b04924c9 100644 --- a/TreeConverter/TreeRealization/constants.cs +++ b/TreeConverter/TreeRealization/constants.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/TreeRealization/document.cs b/TreeConverter/TreeRealization/document.cs index 92ce8f1d8..930db6999 100644 --- a/TreeConverter/TreeRealization/document.cs +++ b/TreeConverter/TreeRealization/document.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/TreeRealization/events.cs b/TreeConverter/TreeRealization/events.cs index 61ff91718..a4021e435 100644 --- a/TreeConverter/TreeRealization/events.cs +++ b/TreeConverter/TreeRealization/events.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/TreeRealization/exceptions.cs b/TreeConverter/TreeRealization/exceptions.cs index dd7621348..1c32e1fcf 100644 --- a/TreeConverter/TreeRealization/exceptions.cs +++ b/TreeConverter/TreeRealization/exceptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/TreeRealization/functions.cs b/TreeConverter/TreeRealization/functions.cs index f17fcc325..61bbebce9 100644 --- a/TreeConverter/TreeRealization/functions.cs +++ b/TreeConverter/TreeRealization/functions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/TreeRealization/functions_calls.cs b/TreeConverter/TreeRealization/functions_calls.cs index 2591be747..64ea69fdc 100644 --- a/TreeConverter/TreeRealization/functions_calls.cs +++ b/TreeConverter/TreeRealization/functions_calls.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/TreeRealization/generics.cs b/TreeConverter/TreeRealization/generics.cs index 7d343b516..ff7e63306 100644 --- a/TreeConverter/TreeRealization/generics.cs +++ b/TreeConverter/TreeRealization/generics.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //Здесь описана реализация generic-типов //Файлом владеет ssyy. diff --git a/TreeConverter/TreeRealization/internal_interfaces.cs b/TreeConverter/TreeRealization/internal_interfaces.cs index efcfcfac1..c238dfabd 100644 --- a/TreeConverter/TreeRealization/internal_interfaces.cs +++ b/TreeConverter/TreeRealization/internal_interfaces.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/TreeConverter/TreeRealization/labels.cs b/TreeConverter/TreeRealization/labels.cs index be36b2b0e..36c00d422 100644 --- a/TreeConverter/TreeRealization/labels.cs +++ b/TreeConverter/TreeRealization/labels.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //Автор ssyy //Описывает метки и переходы. diff --git a/TreeConverter/TreeRealization/lambda_node.cs b/TreeConverter/TreeRealization/lambda_node.cs index 0fde78484..11bebbfc1 100644 --- a/TreeConverter/TreeRealization/lambda_node.cs +++ b/TreeConverter/TreeRealization/lambda_node.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/TreeRealization/location.cs b/TreeConverter/TreeRealization/location.cs index 51bce8ffb..aac50cff3 100644 --- a/TreeConverter/TreeRealization/location.cs +++ b/TreeConverter/TreeRealization/location.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/TreeRealization/namespaces.cs b/TreeConverter/TreeRealization/namespaces.cs index 25d16f873..93130c1a9 100644 --- a/TreeConverter/TreeRealization/namespaces.cs +++ b/TreeConverter/TreeRealization/namespaces.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/TreeRealization/programs.cs b/TreeConverter/TreeRealization/programs.cs index 7cb3d423d..d25edd5ea 100644 --- a/TreeConverter/TreeRealization/programs.cs +++ b/TreeConverter/TreeRealization/programs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/TreeRealization/propertyes.cs b/TreeConverter/TreeRealization/propertyes.cs index ccb99a809..1bfa8ba1c 100644 --- a/TreeConverter/TreeRealization/propertyes.cs +++ b/TreeConverter/TreeRealization/propertyes.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/TreeRealization/statements.cs b/TreeConverter/TreeRealization/statements.cs index efff4e07e..221b89c21 100644 --- a/TreeConverter/TreeRealization/statements.cs +++ b/TreeConverter/TreeRealization/statements.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/TreeRealization/templates.cs b/TreeConverter/TreeRealization/templates.cs index 908eef91c..dac6be9c2 100644 --- a/TreeConverter/TreeRealization/templates.cs +++ b/TreeConverter/TreeRealization/templates.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //Здесь описана реализация неуправляемых шаблонов //Файлом владеет ssyy. diff --git a/TreeConverter/TreeRealization/type_table.cs b/TreeConverter/TreeRealization/type_table.cs index 51ad514a3..35070a2ea 100644 --- a/TreeConverter/TreeRealization/type_table.cs +++ b/TreeConverter/TreeRealization/type_table.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/TreeConverter/TreeRealization/types.cs b/TreeConverter/TreeRealization/types.cs index 024ce5bd7..de71a028c 100644 --- a/TreeConverter/TreeRealization/types.cs +++ b/TreeConverter/TreeRealization/types.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/TreeConverter/TreeRealization/units.cs b/TreeConverter/TreeRealization/units.cs index 042d45569..4b6fca387 100644 --- a/TreeConverter/TreeRealization/units.cs +++ b/TreeConverter/TreeRealization/units.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/TreeConverter/TreeRealization/using.cs b/TreeConverter/TreeRealization/using.cs index 70e63259d..3f3c3ef60 100644 --- a/TreeConverter/TreeRealization/using.cs +++ b/TreeConverter/TreeRealization/using.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/TreeRealization/variable_references.cs b/TreeConverter/TreeRealization/variable_references.cs index f1c67c5e4..6d3a40bb3 100644 --- a/TreeConverter/TreeRealization/variable_references.cs +++ b/TreeConverter/TreeRealization/variable_references.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/TreeConverter/TreeRealization/variables.cs b/TreeConverter/TreeRealization/variables.cs index 195683cc8..a5765ab87 100644 --- a/TreeConverter/TreeRealization/variables.cs +++ b/TreeConverter/TreeRealization/variables.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/Utils/DefaultLanguageResMaker/LanguageResMaker.pas b/Utils/DefaultLanguageResMaker/LanguageResMaker.pas index 203149033..5f78596d5 100644 --- a/Utils/DefaultLanguageResMaker/LanguageResMaker.pas +++ b/Utils/DefaultLanguageResMaker/LanguageResMaker.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) uses FilesOperations, System.IO, diff --git a/Utils/IncrementVresion/IncrementVresion.pas b/Utils/IncrementVresion/IncrementVresion.pas index ad2cfeb5a..5a9a2f75e 100644 --- a/Utils/IncrementVresion/IncrementVresion.pas +++ b/Utils/IncrementVresion/IncrementVresion.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) uses FilesOperations; var DefsFile, IncrementDef, name: string; diff --git a/Utils/LinesCount/LinesCount.pas b/Utils/LinesCount/LinesCount.pas index e95133490..dce8c4cc2 100644 --- a/Utils/LinesCount/LinesCount.pas +++ b/Utils/LinesCount/LinesCount.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) uses CRT, System.IO; diff --git a/Utils/NodeCounter/CountVisitor.cs b/Utils/NodeCounter/CountVisitor.cs index 1bc17cb77..c6b59230a 100644 --- a/Utils/NodeCounter/CountVisitor.cs +++ b/Utils/NodeCounter/CountVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/Utils/NodeCounter/ExecuteVisitor.cs b/Utils/NodeCounter/ExecuteVisitor.cs index 9a54161c4..2d6b55374 100644 --- a/Utils/NodeCounter/ExecuteVisitor.cs +++ b/Utils/NodeCounter/ExecuteVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) namespace PascalABCCompiler.SyntaxTree { diff --git a/Utils/NodeCounter/Program.cs b/Utils/NodeCounter/Program.cs index 54fcd47fc..2285a872b 100644 --- a/Utils/NodeCounter/Program.cs +++ b/Utils/NodeCounter/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/Utils/NodeCounter/Properties/AssemblyInfo.cs b/Utils/NodeCounter/Properties/AssemblyInfo.cs index 5b792dede..84bd34b86 100644 --- a/Utils/NodeCounter/Properties/AssemblyInfo.cs +++ b/Utils/NodeCounter/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; @@ -12,7 +12,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("NodeCounter")] -[assembly: AssemblyCopyright("Copyright © Ivan Bondarev, Stanislav Mihalkovich")] +[assembly: AssemblyCopyright("Copyright © Ivan Bondarev, Stanislav Mikhalkovich")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/Utils/NodesGeneratorNew/AboutBox.cs b/Utils/NodesGeneratorNew/AboutBox.cs index a0a14534e..9449316e6 100644 --- a/Utils/NodesGeneratorNew/AboutBox.cs +++ b/Utils/NodesGeneratorNew/AboutBox.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/Utils/NodesGeneratorNew/NodeGenerator.cs b/Utils/NodesGeneratorNew/NodeGenerator.cs index 1e3d4a168..72fc0d0c4 100644 --- a/Utils/NodesGeneratorNew/NodeGenerator.cs +++ b/Utils/NodesGeneratorNew/NodeGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using NodesGenerator.XmlModel; using System; diff --git a/Utils/Pause/Pause.pas b/Utils/Pause/Pause.pas index ae2c8f101..2e6ff2531 100644 --- a/Utils/Pause/Pause.pas +++ b/Utils/Pause/Pause.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) begin with System.Console do begin diff --git a/Utils/ProgrammRunner/ProgrammRunner.pas b/Utils/ProgrammRunner/ProgrammRunner.pas index 2ae20db21..3d544f041 100644 --- a/Utils/ProgrammRunner/ProgrammRunner.pas +++ b/Utils/ProgrammRunner/ProgrammRunner.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) begin var args := System.Environment.GetCommandLineArgs(); diff --git a/Utils/ReplaceInFiles/ReplaceInFiles.pas b/Utils/ReplaceInFiles/ReplaceInFiles.pas index 33bc05062..5fea41aab 100644 --- a/Utils/ReplaceInFiles/ReplaceInFiles.pas +++ b/Utils/ReplaceInFiles/ReplaceInFiles.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) uses FilesOperations; var DefsFile, TemplateFile, ResultFile: string; diff --git a/Utils/ResXMaker/ResXMaker.pas b/Utils/ResXMaker/ResXMaker.pas index ca0ca0534..4d8554ed4 100644 --- a/Utils/ResXMaker/ResXMaker.pas +++ b/Utils/ResXMaker/ResXMaker.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) uses System, System.Resources, diff --git a/VisualPascalABCNET/AboutBox.Designer.cs b/VisualPascalABCNET/AboutBox.Designer.cs index f66b6d0b7..fb42324d4 100644 --- a/VisualPascalABCNET/AboutBox.Designer.cs +++ b/VisualPascalABCNET/AboutBox.Designer.cs @@ -168,7 +168,7 @@ this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(311, 13); this.label12.TabIndex = 17; - this.label12.Text = "Copyright (c) 2005, 2019 Ivan Bondarev, Stanislav Mihalkovich"; + this.label12.Text = "Copyright (c) 2005, 2019 Ivan Bondarev, Stanislav Mikhalkovich"; this.label12.Click += new System.EventHandler(this.label12_Click); // // label9 diff --git a/VisualPascalABCNET/AboutBox.cs b/VisualPascalABCNET/AboutBox.cs index a3d84a385..5a7d95c49 100644 --- a/VisualPascalABCNET/AboutBox.cs +++ b/VisualPascalABCNET/AboutBox.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; @@ -130,7 +130,7 @@ namespace VisualPascalABC if (comp != null) { Assembly a = Assembly.GetAssembly(comp.GetType()); - dgvModules.Items.Add(MakeItem("Core", "PascalABCCompiler.Core", a.GetName().Version.ToString(), "Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich")); + dgvModules.Items.Add(MakeItem("Core", "PascalABCCompiler.Core", a.GetName().Version.ToString(), "Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich")); foreach (PascalABCCompiler.Parsers.IParser parser in comp.ParsersController.Parsers) dgvModules.Items.Add(MakeItem("Parser",parser.Name, parser.Version, parser.Copyright)); foreach (PascalABCCompiler.SemanticTreeConverters.ISemanticTreeConverter conv in comp.SemanticTreeConvertersController.SemanticTreeConverters) diff --git a/VisualPascalABCNET/CodeFileDocumentTextEditorControl.cs b/VisualPascalABCNET/CodeFileDocumentTextEditorControl.cs index 71d2d63d6..07588210f 100644 --- a/VisualPascalABCNET/CodeFileDocumentTextEditorControl.cs +++ b/VisualPascalABCNET/CodeFileDocumentTextEditorControl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/CompileOptionsSet.cs b/VisualPascalABCNET/CompileOptionsSet.cs index 89c8ef97a..40ac4aaa0 100644 --- a/VisualPascalABCNET/CompileOptionsSet.cs +++ b/VisualPascalABCNET/CompileOptionsSet.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/CompilerForm.cs b/VisualPascalABCNET/CompilerForm.cs index 41a553a46..28be49eb0 100644 --- a/VisualPascalABCNET/CompilerForm.cs +++ b/VisualPascalABCNET/CompilerForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/Config/AssemblyInfo.cs b/VisualPascalABCNET/Config/AssemblyInfo.cs index 1c5924efd..e86e78194 100644 --- a/VisualPascalABCNET/Config/AssemblyInfo.cs +++ b/VisualPascalABCNET/Config/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; diff --git a/VisualPascalABCNET/DS/Classes.cs b/VisualPascalABCNET/DS/Classes.cs index aa29b478a..22452143d 100644 --- a/VisualPascalABCNET/DS/Classes.cs +++ b/VisualPascalABCNET/DS/Classes.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DS/Constants.cs b/VisualPascalABCNET/DS/Constants.cs index 4d63d67fd..17d6eecc9 100644 --- a/VisualPascalABCNET/DS/Constants.cs +++ b/VisualPascalABCNET/DS/Constants.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.IO; namespace VisualPascalABC diff --git a/VisualPascalABCNET/DS/FoldingStrategy.cs b/VisualPascalABCNET/DS/FoldingStrategy.cs index d4b574d35..60e090f0f 100644 --- a/VisualPascalABCNET/DS/FoldingStrategy.cs +++ b/VisualPascalABCNET/DS/FoldingStrategy.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DS/NavigationManager.cs b/VisualPascalABCNET/DS/NavigationManager.cs index 395dc83b5..2baa4a95c 100644 --- a/VisualPascalABCNET/DS/NavigationManager.cs +++ b/VisualPascalABCNET/DS/NavigationManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DS/ObjectLocalisator.cs b/VisualPascalABCNET/DS/ObjectLocalisator.cs index ce289507b..07d387aca 100644 --- a/VisualPascalABCNET/DS/ObjectLocalisator.cs +++ b/VisualPascalABCNET/DS/ObjectLocalisator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DS/PluginsController/PluginsController.cs b/VisualPascalABCNET/DS/PluginsController/PluginsController.cs index f0c69c21d..43b2c083a 100644 --- a/VisualPascalABCNET/DS/PluginsController/PluginsController.cs +++ b/VisualPascalABCNET/DS/PluginsController/PluginsController.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DS/RunManager/EventedEventWaitHandleList.cs b/VisualPascalABCNET/DS/RunManager/EventedEventWaitHandleList.cs index 1816ec605..229134237 100644 --- a/VisualPascalABCNET/DS/RunManager/EventedEventWaitHandleList.cs +++ b/VisualPascalABCNET/DS/RunManager/EventedEventWaitHandleList.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DS/RunManager/RunManager.cs b/VisualPascalABCNET/DS/RunManager/RunManager.cs index 2888e8d4f..9f1c00d5d 100644 --- a/VisualPascalABCNET/DS/RunManager/RunManager.cs +++ b/VisualPascalABCNET/DS/RunManager/RunManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/DS/RuntimeException.cs b/VisualPascalABCNET/DS/RuntimeException.cs index 18175290c..c586e9a33 100644 --- a/VisualPascalABCNET/DS/RuntimeException.cs +++ b/VisualPascalABCNET/DS/RuntimeException.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DS/SymbolsViwer.cs b/VisualPascalABCNET/DS/SymbolsViwer.cs index 5a9a03469..0c20fa13f 100644 --- a/VisualPascalABCNET/DS/SymbolsViwer.cs +++ b/VisualPascalABCNET/DS/SymbolsViwer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DS/Tools.cs b/VisualPascalABCNET/DS/Tools.cs index fb00b83ee..7893a8bdf 100644 --- a/VisualPascalABCNET/DS/Tools.cs +++ b/VisualPascalABCNET/DS/Tools.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DS/Utils/OutputReader.cs b/VisualPascalABCNET/DS/Utils/OutputReader.cs index 78be9ee18..38332fa44 100644 --- a/VisualPascalABCNET/DS/Utils/OutputReader.cs +++ b/VisualPascalABCNET/DS/Utils/OutputReader.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Diagnostics; diff --git a/VisualPascalABCNET/DS/Utils/ProcessRunner.cs b/VisualPascalABCNET/DS/Utils/ProcessRunner.cs index 5e4f7f8dd..f4646f63d 100644 --- a/VisualPascalABCNET/DS/Utils/ProcessRunner.cs +++ b/VisualPascalABCNET/DS/Utils/ProcessRunner.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Diagnostics; diff --git a/VisualPascalABCNET/DS/VisualEnvironmentCompiler.cs b/VisualPascalABCNET/DS/VisualEnvironmentCompiler.cs index 86a89d678..831a4baf5 100644 --- a/VisualPascalABCNET/DS/VisualEnvironmentCompiler.cs +++ b/VisualPascalABCNET/DS/VisualEnvironmentCompiler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DockContent/BottomDockContentForm.cs b/VisualPascalABCNET/DockContent/BottomDockContentForm.cs index 631b1f33d..765dfe130 100644 --- a/VisualPascalABCNET/DockContent/BottomDockContentForm.cs +++ b/VisualPascalABCNET/DockContent/BottomDockContentForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DockContent/CodeFileDocument.Designer.cs b/VisualPascalABCNET/DockContent/CodeFileDocument.Designer.cs index 98b23ba02..c756c6ce3 100644 --- a/VisualPascalABCNET/DockContent/CodeFileDocument.Designer.cs +++ b/VisualPascalABCNET/DockContent/CodeFileDocument.Designer.cs @@ -93,6 +93,6 @@ namespace VisualPascalABC private System.Windows.Forms.Panel basePanel; private System.Windows.Forms.Panel editorPanel; - internal CodeFileDocumentTextEditorControl TextEditor; + public CodeFileDocumentTextEditorControl TextEditor; } } diff --git a/VisualPascalABCNET/DockContent/CodeFileDocument.cs b/VisualPascalABCNET/DockContent/CodeFileDocument.cs index 74c3ae6af..b45e1f07c 100644 --- a/VisualPascalABCNET/DockContent/CodeFileDocument.cs +++ b/VisualPascalABCNET/DockContent/CodeFileDocument.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DockContent/CodeFileDocumentTextEditorControl.cs b/VisualPascalABCNET/DockContent/CodeFileDocumentTextEditorControl.cs index b20aaee4e..dff880582 100644 --- a/VisualPascalABCNET/DockContent/CodeFileDocumentTextEditorControl.cs +++ b/VisualPascalABCNET/DockContent/CodeFileDocumentTextEditorControl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DockContent/CompilerConsoleWindowForm.cs b/VisualPascalABCNET/DockContent/CompilerConsoleWindowForm.cs index a3d6697bc..28cc17c04 100644 --- a/VisualPascalABCNET/DockContent/CompilerConsoleWindowForm.cs +++ b/VisualPascalABCNET/DockContent/CompilerConsoleWindowForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DockContent/DebugVariablesListWindowForm.cs b/VisualPascalABCNET/DockContent/DebugVariablesListWindowForm.cs index 7587480a2..416d4bcf2 100644 --- a/VisualPascalABCNET/DockContent/DebugVariablesListWindowForm.cs +++ b/VisualPascalABCNET/DockContent/DebugVariablesListWindowForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DockContent/DebugWatchListWindowForm.cs b/VisualPascalABCNET/DockContent/DebugWatchListWindowForm.cs index b6b4cdf58..26933ab60 100644 --- a/VisualPascalABCNET/DockContent/DebugWatchListWindowForm.cs +++ b/VisualPascalABCNET/DockContent/DebugWatchListWindowForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DockContent/ErrorsListWindowForm.cs b/VisualPascalABCNET/DockContent/ErrorsListWindowForm.cs index 373862bfb..d9324e42d 100644 --- a/VisualPascalABCNET/DockContent/ErrorsListWindowForm.cs +++ b/VisualPascalABCNET/DockContent/ErrorsListWindowForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DockContent/FindSymbolsResultWindow.cs b/VisualPascalABCNET/DockContent/FindSymbolsResultWindow.cs index f7ed825fc..362ca4016 100644 --- a/VisualPascalABCNET/DockContent/FindSymbolsResultWindow.cs +++ b/VisualPascalABCNET/DockContent/FindSymbolsResultWindow.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DockContent/ImmediateWindow.cs b/VisualPascalABCNET/DockContent/ImmediateWindow.cs index 4b803a490..cf1ebde79 100644 --- a/VisualPascalABCNET/DockContent/ImmediateWindow.cs +++ b/VisualPascalABCNET/DockContent/ImmediateWindow.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Drawing; diff --git a/VisualPascalABCNET/DockContent/OutputWindowForm.cs b/VisualPascalABCNET/DockContent/OutputWindowForm.cs index 7d67935fe..ea8eed398 100644 --- a/VisualPascalABCNET/DockContent/OutputWindowForm.cs +++ b/VisualPascalABCNET/DockContent/OutputWindowForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/DockContent/WebBrowserControl.cs b/VisualPascalABCNET/DockContent/WebBrowserControl.cs index 66f863720..b91fd8024 100644 --- a/VisualPascalABCNET/DockContent/WebBrowserControl.cs +++ b/VisualPascalABCNET/DockContent/WebBrowserControl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/FSWatcherService.cs b/VisualPascalABCNET/FSWatcherService.cs index edec9f933..dc200c400 100644 --- a/VisualPascalABCNET/FSWatcherService.cs +++ b/VisualPascalABCNET/FSWatcherService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/FileMonitoring.cs b/VisualPascalABCNET/FileMonitoring.cs index 5034a12ab..43d29f1bd 100644 --- a/VisualPascalABCNET/FileMonitoring.cs +++ b/VisualPascalABCNET/FileMonitoring.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/Form1.Designer.cs b/VisualPascalABCNET/Form1.Designer.cs index 5e201680d..27570776f 100644 --- a/VisualPascalABCNET/Form1.Designer.cs +++ b/VisualPascalABCNET/Form1.Designer.cs @@ -2489,7 +2489,7 @@ namespace VisualPascalABC private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; private System.Windows.Forms.ToolStripMenuItem tsSelectAll; private System.Windows.Forms.ToolStripMenuItem tsGotoLine; - private WeifenLuo.WinFormsUI.Docking.DockPanel MainDockPanel; + public WeifenLuo.WinFormsUI.Docking.DockPanel MainDockPanel; private System.Windows.Forms.ToolStripSeparator toolStripSeparator10; private System.Windows.Forms.ToolStripMenuItem tsShowCompilerConsoleWindow; private System.Windows.Forms.ToolStripMenuItem tsShowDebugVariablesListWindow; diff --git a/VisualPascalABCNET/Form1.cs b/VisualPascalABCNET/Form1.cs index bbad58ee6..31727fe59 100644 --- a/VisualPascalABCNET/Form1.cs +++ b/VisualPascalABCNET/Form1.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; @@ -71,8 +71,8 @@ namespace VisualPascalABC internal DebugWatchListWindowForm DebugWatchListWindow; internal DisassemblyWindow DisassemblyWindow; internal ProjectExplorerForm ProjectExplorerWindow = null; - WeifenLuo.WinFormsUI.Docking.DockPane BottomPane; - WeifenLuo.WinFormsUI.Docking.DockPane ProjectPane; + public WeifenLuo.WinFormsUI.Docking.DockPane BottomPane; + public WeifenLuo.WinFormsUI.Docking.DockPane ProjectPane; FSWatcherService WatcherService = new FSWatcherService(); private bool LoadComplete = false; diff --git a/VisualPascalABCNET/FormsDesignerBinding/FormsDesigner/Src/DesignerGenerator/PABCCodeProvider.cs b/VisualPascalABCNET/FormsDesignerBinding/FormsDesigner/Src/DesignerGenerator/PABCCodeProvider.cs index c2dab3184..8d3d948cd 100644 --- a/VisualPascalABCNET/FormsDesignerBinding/FormsDesigner/Src/DesignerGenerator/PABCCodeProvider.cs +++ b/VisualPascalABCNET/FormsDesignerBinding/FormsDesigner/Src/DesignerGenerator/PABCCodeProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/FormsDesignerBinding/PropertiesForm.cs b/VisualPascalABCNET/FormsDesignerBinding/PropertiesForm.cs index 62777c2c6..b223be94c 100644 --- a/VisualPascalABCNET/FormsDesignerBinding/PropertiesForm.cs +++ b/VisualPascalABCNET/FormsDesignerBinding/PropertiesForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/FormsDesignerBinding/ToolBoxForm.cs b/VisualPascalABCNET/FormsDesignerBinding/ToolBoxForm.cs index 8f0c7167c..5745174fb 100644 --- a/VisualPascalABCNET/FormsDesignerBinding/ToolBoxForm.cs +++ b/VisualPascalABCNET/FormsDesignerBinding/ToolBoxForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/GotoLine.cs b/VisualPascalABCNET/GotoLine.cs index 811ee8561..53de99b94 100644 --- a/VisualPascalABCNET/GotoLine.cs +++ b/VisualPascalABCNET/GotoLine.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionActions.cs b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionActions.cs index a9cd646ba..611c86d5d 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionActions.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionActions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionHelpers.cs b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionHelpers.cs index c37d10a10..41c692b96 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionHelpers.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionHelpers.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionHighlighter.cs b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionHighlighter.cs index c3294c237..7e167f230 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionHighlighter.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionImagesProvider.cs b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionImagesProvider.cs index 51638941e..c4009ef29 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionImagesProvider.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionImagesProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionKeyHandler.cs b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionKeyHandler.cs index 4e9ea8026..2f0d9c1e8 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionKeyHandler.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionKeyHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionParserController.cs b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionParserController.cs index a0cecba36..1d6870168 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionParserController.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionParserController.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionProvider.cs b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionProvider.cs index 488eeb98e..e26b7baa9 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionProvider.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/CodeCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/IB/CodeCompletion/CodeTemplateManager.cs b/VisualPascalABCNET/IB/CodeCompletion/CodeTemplateManager.cs index c970b9203..818f0a7cd 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/CodeTemplateManager.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/CodeTemplateManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; @@ -12,11 +12,11 @@ namespace VisualPascalABC { private Hashtable ht = new Hashtable(); - public CodeTemplateManager() + public CodeTemplateManager(string filename = "template.pct") { try { - StreamReader sr = File.OpenText(Path.Combine(Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().ManifestModule.FullyQualifiedName),"template.pct")); + StreamReader sr = File.OpenText(Path.Combine(Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().ManifestModule.FullyQualifiedName), filename)); ParseFile(sr); sr.Close(); } diff --git a/VisualPascalABCNET/IB/CodeCompletion/DefinitionByMouseClickManager.cs b/VisualPascalABCNET/IB/CodeCompletion/DefinitionByMouseClickManager.cs index 720100745..284a907e1 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/DefinitionByMouseClickManager.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/DefinitionByMouseClickManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/IB/CodeCompletion/FoldingStrategy.cs b/VisualPascalABCNET/IB/CodeCompletion/FoldingStrategy.cs index 02e9523af..b8527d278 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/FoldingStrategy.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/FoldingStrategy.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/IB/CodeCompletion/InsightProvider.cs b/VisualPascalABCNET/IB/CodeCompletion/InsightProvider.cs index c2ee3e824..efed7da17 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/InsightProvider.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/InsightProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/IB/CodeCompletion/QuickClassBrowserPanel.cs b/VisualPascalABCNET/IB/CodeCompletion/QuickClassBrowserPanel.cs index f8c4edc8d..db97ca316 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/QuickClassBrowserPanel.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/QuickClassBrowserPanel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/IB/CodeCompletion/TooltipServiceManager.cs b/VisualPascalABCNET/IB/CodeCompletion/TooltipServiceManager.cs index acf8f502a..6b54783e9 100644 --- a/VisualPascalABCNET/IB/CodeCompletion/TooltipServiceManager.cs +++ b/VisualPascalABCNET/IB/CodeCompletion/TooltipServiceManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/IB/Debugger/Actions.cs b/VisualPascalABCNET/IB/Debugger/Actions.cs index f56aab8c8..db806a732 100644 --- a/VisualPascalABCNET/IB/Debugger/Actions.cs +++ b/VisualPascalABCNET/IB/Debugger/Actions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using ICSharpCode.TextEditor; diff --git a/VisualPascalABCNET/IB/Debugger/AddWatchForm.cs b/VisualPascalABCNET/IB/Debugger/AddWatchForm.cs index 3dbfc5447..1e05d04f8 100644 --- a/VisualPascalABCNET/IB/Debugger/AddWatchForm.cs +++ b/VisualPascalABCNET/IB/Debugger/AddWatchForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/VisualPascalABCNET/IB/Debugger/Bookmarks.cs b/VisualPascalABCNET/IB/Debugger/Bookmarks.cs index a28cc1f93..647e2e881 100644 --- a/VisualPascalABCNET/IB/Debugger/Bookmarks.cs +++ b/VisualPascalABCNET/IB/Debugger/Bookmarks.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) // This is a modified file from SharpDevelop project (Copyright (c) AlphaSierraPapa) using System; diff --git a/VisualPascalABCNET/IB/Debugger/BreakpointCondition.cs b/VisualPascalABCNET/IB/Debugger/BreakpointCondition.cs index 8691f1697..9d02c6da2 100644 --- a/VisualPascalABCNET/IB/Debugger/BreakpointCondition.cs +++ b/VisualPascalABCNET/IB/Debugger/BreakpointCondition.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/VisualPascalABCNET/IB/Debugger/Debugger.cs b/VisualPascalABCNET/IB/Debugger/Debugger.cs index 59b55b7d0..378a48360 100644 --- a/VisualPascalABCNET/IB/Debugger/Debugger.cs +++ b/VisualPascalABCNET/IB/Debugger/Debugger.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/IB/Debugger/DynamicTreeView.cs b/VisualPascalABCNET/IB/Debugger/DynamicTreeView.cs index 6d7080fbd..f27393c6e 100644 --- a/VisualPascalABCNET/IB/Debugger/DynamicTreeView.cs +++ b/VisualPascalABCNET/IB/Debugger/DynamicTreeView.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/IB/Debugger/ExpressionEvaluation.cs b/VisualPascalABCNET/IB/Debugger/ExpressionEvaluation.cs index 883081286..b190c044f 100644 --- a/VisualPascalABCNET/IB/Debugger/ExpressionEvaluation.cs +++ b/VisualPascalABCNET/IB/Debugger/ExpressionEvaluation.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/IB/Debugger/Immediate.cs b/VisualPascalABCNET/IB/Debugger/Immediate.cs index eedf1b456..cdf3e43f8 100644 --- a/VisualPascalABCNET/IB/Debugger/Immediate.cs +++ b/VisualPascalABCNET/IB/Debugger/Immediate.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/IB/Debugger/LocalVars.cs b/VisualPascalABCNET/IB/Debugger/LocalVars.cs index de175a360..5806c6fcd 100644 --- a/VisualPascalABCNET/IB/Debugger/LocalVars.cs +++ b/VisualPascalABCNET/IB/Debugger/LocalVars.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/IB/Debugger/Utility.cs b/VisualPascalABCNET/IB/Debugger/Utility.cs index 60d9566f3..c7b2682bc 100644 --- a/VisualPascalABCNET/IB/Debugger/Utility.cs +++ b/VisualPascalABCNET/IB/Debugger/Utility.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/IB/FormExtensions.cs b/VisualPascalABCNET/IB/FormExtensions.cs index 802bc3929..a1261a3ef 100644 --- a/VisualPascalABCNET/IB/FormExtensions.cs +++ b/VisualPascalABCNET/IB/FormExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/IB/Refactoring/RenameForm.cs b/VisualPascalABCNET/IB/Refactoring/RenameForm.cs index 5cb7f9a7a..bab2b4881 100644 --- a/VisualPascalABCNET/IB/Refactoring/RenameForm.cs +++ b/VisualPascalABCNET/IB/Refactoring/RenameForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/VisualPascalABCNET/IB/Samples/CodeSampleManager.cs b/VisualPascalABCNET/IB/Samples/CodeSampleManager.cs index 933e33cdb..9b6211313 100644 --- a/VisualPascalABCNET/IB/Samples/CodeSampleManager.cs +++ b/VisualPascalABCNET/IB/Samples/CodeSampleManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/IB/VBComp/VBNETCompiler.cs b/VisualPascalABCNET/IB/VBComp/VBNETCompiler.cs index 864a5f1a6..e7a8de4e8 100644 --- a/VisualPascalABCNET/IB/VBComp/VBNETCompiler.cs +++ b/VisualPascalABCNET/IB/VBComp/VBNETCompiler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/OptionsContent/CompilerOptionsContent.cs b/VisualPascalABCNET/OptionsContent/CompilerOptionsContent.cs index d26bcdfe2..5dc771815 100644 --- a/VisualPascalABCNET/OptionsContent/CompilerOptionsContent.cs +++ b/VisualPascalABCNET/OptionsContent/CompilerOptionsContent.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/OptionsContent/EditorOptionsContent.cs b/VisualPascalABCNET/OptionsContent/EditorOptionsContent.cs index d3b92a83b..8f46694c0 100644 --- a/VisualPascalABCNET/OptionsContent/EditorOptionsContent.cs +++ b/VisualPascalABCNET/OptionsContent/EditorOptionsContent.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/OptionsContent/IOptionsContent.cs b/VisualPascalABCNET/OptionsContent/IOptionsContent.cs index 2a6dedd11..edd46594c 100644 --- a/VisualPascalABCNET/OptionsContent/IOptionsContent.cs +++ b/VisualPascalABCNET/OptionsContent/IOptionsContent.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/OptionsContent/IntelliseseOptionsContent.cs b/VisualPascalABCNET/OptionsContent/IntelliseseOptionsContent.cs index 1243c88f8..7cdaaba98 100644 --- a/VisualPascalABCNET/OptionsContent/IntelliseseOptionsContent.cs +++ b/VisualPascalABCNET/OptionsContent/IntelliseseOptionsContent.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/OptionsContent/OptionsContentEngine.cs b/VisualPascalABCNET/OptionsContent/OptionsContentEngine.cs index d57c89427..8a22442a3 100644 --- a/VisualPascalABCNET/OptionsContent/OptionsContentEngine.cs +++ b/VisualPascalABCNET/OptionsContent/OptionsContentEngine.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/OptionsContent/OptionsForm.cs b/VisualPascalABCNET/OptionsContent/OptionsForm.cs index f48d7998b..41b896cff 100644 --- a/VisualPascalABCNET/OptionsContent/OptionsForm.cs +++ b/VisualPascalABCNET/OptionsContent/OptionsForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/OptionsContent/ViewOptionsContent.cs b/VisualPascalABCNET/OptionsContent/ViewOptionsContent.cs index cc5a47970..3b79153b6 100644 --- a/VisualPascalABCNET/OptionsContent/ViewOptionsContent.cs +++ b/VisualPascalABCNET/OptionsContent/ViewOptionsContent.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/Program.cs b/VisualPascalABCNET/Program.cs index 5013eb7dc..d9c2a907d 100644 --- a/VisualPascalABCNET/Program.cs +++ b/VisualPascalABCNET/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/Projects/NewFileForm.cs b/VisualPascalABCNET/Projects/NewFileForm.cs index 5578a05a0..54238c5ca 100644 --- a/VisualPascalABCNET/Projects/NewFileForm.cs +++ b/VisualPascalABCNET/Projects/NewFileForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/VisualPascalABCNET/Projects/NewProject.cs b/VisualPascalABCNET/Projects/NewProject.cs index 551ec05e1..73745fed2 100644 --- a/VisualPascalABCNET/Projects/NewProject.cs +++ b/VisualPascalABCNET/Projects/NewProject.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/VisualPascalABCNET/Projects/NuGetTasks.cs b/VisualPascalABCNET/Projects/NuGetTasks.cs index 981b2a3c9..8f8b67c14 100644 --- a/VisualPascalABCNET/Projects/NuGetTasks.cs +++ b/VisualPascalABCNET/Projects/NuGetTasks.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/VisualPascalABCNET/Projects/ProjectExplorer.cs b/VisualPascalABCNET/Projects/ProjectExplorer.cs index 0ec10890d..6cf9a64d6 100644 --- a/VisualPascalABCNET/Projects/ProjectExplorer.cs +++ b/VisualPascalABCNET/Projects/ProjectExplorer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/Projects/ProjectHelper.cs b/VisualPascalABCNET/Projects/ProjectHelper.cs index 08b85de7c..6791cd618 100644 --- a/VisualPascalABCNET/Projects/ProjectHelper.cs +++ b/VisualPascalABCNET/Projects/ProjectHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/Projects/ProjectInfo.cs b/VisualPascalABCNET/Projects/ProjectInfo.cs index c3171bedf..30e94dfc6 100644 --- a/VisualPascalABCNET/Projects/ProjectInfo.cs +++ b/VisualPascalABCNET/Projects/ProjectInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/Projects/ProjectProperties.cs b/VisualPascalABCNET/Projects/ProjectProperties.cs index 790029def..2f8140a8e 100644 --- a/VisualPascalABCNET/Projects/ProjectProperties.cs +++ b/VisualPascalABCNET/Projects/ProjectProperties.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/VisualPascalABCNET/Projects/ProjectTasks.cs b/VisualPascalABCNET/Projects/ProjectTasks.cs index 14b310da7..4bf7ff361 100644 --- a/VisualPascalABCNET/Projects/ProjectTasks.cs +++ b/VisualPascalABCNET/Projects/ProjectTasks.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPascalABCNET/Projects/ReferenceForm.cs b/VisualPascalABCNET/Projects/ReferenceForm.cs index e5df9c687..7e51d999b 100644 --- a/VisualPascalABCNET/Projects/ReferenceForm.cs +++ b/VisualPascalABCNET/Projects/ReferenceForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; diff --git a/VisualPascalABCNET/Projects/TypeLibrary.cs b/VisualPascalABCNET/Projects/TypeLibrary.cs index 83a482b13..4f0ec8bf7 100644 --- a/VisualPascalABCNET/Projects/TypeLibrary.cs +++ b/VisualPascalABCNET/Projects/TypeLibrary.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.CodeDom; diff --git a/VisualPascalABCNET/Projects/UserOptionsManager.cs b/VisualPascalABCNET/Projects/UserOptionsManager.cs index 06beca34c..f57fc76af 100644 --- a/VisualPascalABCNET/Projects/UserOptionsManager.cs +++ b/VisualPascalABCNET/Projects/UserOptionsManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/ReplaceConfirmDialog.cs b/VisualPascalABCNET/ReplaceConfirmDialog.cs index 55ce1fd0a..01549b9aa 100644 --- a/VisualPascalABCNET/ReplaceConfirmDialog.cs +++ b/VisualPascalABCNET/ReplaceConfirmDialog.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/ReplaceForm.cs b/VisualPascalABCNET/ReplaceForm.cs index 8dad21b49..4dd91e296 100644 --- a/VisualPascalABCNET/ReplaceForm.cs +++ b/VisualPascalABCNET/ReplaceForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/RunArguments.cs b/VisualPascalABCNET/RunArguments.cs index 5554ae254..db5750297 100644 --- a/VisualPascalABCNET/RunArguments.cs +++ b/VisualPascalABCNET/RunArguments.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/RunProcessOptions.cs b/VisualPascalABCNET/RunProcessOptions.cs index 3ce908fd0..9365b25b6 100644 --- a/VisualPascalABCNET/RunProcessOptions.cs +++ b/VisualPascalABCNET/RunProcessOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/UserOptions.cs b/VisualPascalABCNET/UserOptions.cs index e44bb595b..08be90bbd 100644 --- a/VisualPascalABCNET/UserOptions.cs +++ b/VisualPascalABCNET/UserOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/VisualStates.cs b/VisualPascalABCNET/VisualStates.cs index 736b70645..9f56d5c76 100644 --- a/VisualPascalABCNET/VisualStates.cs +++ b/VisualPascalABCNET/VisualStates.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/Workbench/BuildService.cs b/VisualPascalABCNET/Workbench/BuildService.cs index 0d3f10a1c..dc2ea2411 100644 --- a/VisualPascalABCNET/Workbench/BuildService.cs +++ b/VisualPascalABCNET/Workbench/BuildService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/Workbench/DesignerService.cs b/VisualPascalABCNET/Workbench/DesignerService.cs index 0ff721771..e38df349d 100644 --- a/VisualPascalABCNET/Workbench/DesignerService.cs +++ b/VisualPascalABCNET/Workbench/DesignerService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/Workbench/DialogsService.cs b/VisualPascalABCNET/Workbench/DialogsService.cs index ec7dd4fb4..6acbf6903 100644 --- a/VisualPascalABCNET/Workbench/DialogsService.cs +++ b/VisualPascalABCNET/Workbench/DialogsService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/Workbench/EditorServices.cs b/VisualPascalABCNET/Workbench/EditorServices.cs index f6a194abb..b595b8542 100644 --- a/VisualPascalABCNET/Workbench/EditorServices.cs +++ b/VisualPascalABCNET/Workbench/EditorServices.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/Workbench/FileOperations.cs b/VisualPascalABCNET/Workbench/FileOperations.cs index 177a59272..4dd6f84ba 100644 --- a/VisualPascalABCNET/Workbench/FileOperations.cs +++ b/VisualPascalABCNET/Workbench/FileOperations.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/Workbench/HelpService.cs b/VisualPascalABCNET/Workbench/HelpService.cs index a1fba4a8c..f16ec82d9 100644 --- a/VisualPascalABCNET/Workbench/HelpService.cs +++ b/VisualPascalABCNET/Workbench/HelpService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.IO; diff --git a/VisualPascalABCNET/Workbench/OptionsManager.cs b/VisualPascalABCNET/Workbench/OptionsManager.cs index 94d3c291a..5e16e68ad 100644 --- a/VisualPascalABCNET/Workbench/OptionsManager.cs +++ b/VisualPascalABCNET/Workbench/OptionsManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using Microsoft.Win32; using System; diff --git a/VisualPascalABCNET/Workbench/ProjectService.cs b/VisualPascalABCNET/Workbench/ProjectService.cs index 0b7c0b230..e9d5af6c2 100644 --- a/VisualPascalABCNET/Workbench/ProjectService.cs +++ b/VisualPascalABCNET/Workbench/ProjectService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using PascalABCCompiler; using System; diff --git a/VisualPascalABCNET/Workbench/RunService.cs b/VisualPascalABCNET/Workbench/RunService.cs index 7bbeef342..9ee1b7582 100644 --- a/VisualPascalABCNET/Workbench/RunService.cs +++ b/VisualPascalABCNET/Workbench/RunService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/Workbench/RunnerManagerHandlers.cs b/VisualPascalABCNET/Workbench/RunnerManagerHandlers.cs index f545f61f6..2bbb6771c 100644 --- a/VisualPascalABCNET/Workbench/RunnerManagerHandlers.cs +++ b/VisualPascalABCNET/Workbench/RunnerManagerHandlers.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/Workbench/VisibilityService.cs b/VisualPascalABCNET/Workbench/VisibilityService.cs index 3f0a0ecf3..426147efd 100644 --- a/VisualPascalABCNET/Workbench/VisibilityService.cs +++ b/VisualPascalABCNET/Workbench/VisibilityService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/VisualPascalABCNET/Workbench/WindowOperations.cs b/VisualPascalABCNET/Workbench/WindowOperations.cs index b0f8459ab..16320af5e 100644 --- a/VisualPascalABCNET/Workbench/WindowOperations.cs +++ b/VisualPascalABCNET/Workbench/WindowOperations.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; @@ -131,7 +131,7 @@ namespace VisualPascalABC optionsContentEngine.UpdateOptionsForm(); } - void AddWindowToDockPanel(DockContent dc, DockPanel dp, DockStyle dockStyle, DockState dockState, bool isFloat, DockPane dockToPane, int ind) + public void AddWindowToDockPanel(DockContent dc, DockPanel dp, DockStyle dockStyle, DockState dockState, bool isFloat, DockPane dockToPane, int ind) { if (dc.Visible && dc.Pane != null) return; diff --git a/VisualPascalABCNET/Workbench/WorkbenchServiceFactory.cs b/VisualPascalABCNET/Workbench/WorkbenchServiceFactory.cs index 35424e2dd..969f89276 100644 --- a/VisualPascalABCNET/Workbench/WorkbenchServiceFactory.cs +++ b/VisualPascalABCNET/Workbench/WorkbenchServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections; diff --git a/VisualPlugins/CodeTemplatesPlugin/CodeTemplatesForm.Designer.cs b/VisualPlugins/CodeTemplatesPlugin/CodeTemplatesForm.Designer.cs new file mode 100644 index 000000000..d22dbddc9 --- /dev/null +++ b/VisualPlugins/CodeTemplatesPlugin/CodeTemplatesForm.Designer.cs @@ -0,0 +1,48 @@ +namespace CodeTemplatesPlugin +{ + partial class CodeTemplatesForm + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.SuspendLayout(); + // + // CodeTemplatesForm + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(500, 339); + this.Name = "CodeTemplatesForm"; + this.TabText = "Образцы кода"; + this.Text = "Образцы кода"; + this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CodeTemplatesForm_FormClosing); + this.ResumeLayout(false); + + } + + #endregion + } +} \ No newline at end of file diff --git a/VisualPlugins/CodeTemplatesPlugin/CodeTemplatesForm.cs b/VisualPlugins/CodeTemplatesPlugin/CodeTemplatesForm.cs new file mode 100644 index 000000000..9441f8e2b --- /dev/null +++ b/VisualPlugins/CodeTemplatesPlugin/CodeTemplatesForm.cs @@ -0,0 +1,38 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; +using VisualPascalABC; + +namespace CodeTemplatesPlugin +{ + public partial class CodeTemplatesForm : WeifenLuo.WinFormsUI.Docking.DockContent + { + public CodeTemplateManager schoolManager; + + public CodeTemplatesForm() + { + InitializeComponent(); + try + { + schoolManager = new CodeTemplateManager("school.pct"); + } + catch + { + + } + + } + + private void CodeTemplatesForm_FormClosing(object sender, FormClosingEventArgs e) + { + Hide(); + e.Cancel = true; + } + } +} diff --git a/VisualPlugins/CodeTemplatesPlugin/CodeTemplatesForm.resx b/VisualPlugins/CodeTemplatesPlugin/CodeTemplatesForm.resx new file mode 100644 index 000000000..1af7de150 --- /dev/null +++ b/VisualPlugins/CodeTemplatesPlugin/CodeTemplatesForm.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/VisualPlugins/CodeTemplatesPlugin/CodeTemplatesPlugin.cs b/VisualPlugins/CodeTemplatesPlugin/CodeTemplatesPlugin.cs new file mode 100644 index 000000000..138f0741e --- /dev/null +++ b/VisualPlugins/CodeTemplatesPlugin/CodeTemplatesPlugin.cs @@ -0,0 +1,74 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using VisualPascalABCPlugins; +using VisualPascalABC; +using WeifenLuo.WinFormsUI.Docking; + +namespace CodeTemplatesPlugin +{ + public class CodeTemplates_VisualPascalABCPlugin : IVisualPascalABCPlugin + { + public static string StringsPrefix = "VPP_CODE_TEMPLATES_PLUGIN_"; + private Images images = new Images(); + public VisualPascalABC.Form1 MainForm; + IWorkbench workbench; + private CodeTemplatesForm ctForm = new CodeTemplatesForm(); + private bool firstTime = true; + + public CodeTemplates_VisualPascalABCPlugin(IWorkbench workbench) + { + this.workbench = workbench; + this.MainForm = workbench.MainForm as VisualPascalABC.Form1; + } + public string Name + { + get + { + return "Code Templates Plugin"; + } + } + + public string Version + { + get + { + return "0.1"; + } + } + + public string Copyright + { + get + { + return "Copyright © 2019 by Stanislav Mikhalkovich"; + } + } + public void GetGUI(List MenuItems, List ToolBarItems) + { + PluginGUIItem Item = new PluginGUIItem(StringsPrefix + "NAME", StringsPrefix + "DESCRIPTION", images.PluginImage.Image, images.PluginImage.BackColor, Execute); + MenuItems.Add(Item); + ToolBarItems.Add(Item); + } + public void Execute() + { + var ta = MainForm.CurrentSyntaxEditor.TextEditor.ActiveTextAreaControl.TextArea; + if (firstTime) + { + MainForm.ProjectPane = null; + MainForm.AddWindowToDockPanel(ctForm, MainForm.MainDockPanel, ctForm.Dock, DockState.DockLeft, false, MainForm.ProjectPane, -1); + MainForm.ProjectPane = ctForm.Pane; + firstTime = false; + } + else + { + if (ctForm.Visible) + ctForm.Hide(); + else ctForm.Show(); + } + ta.Focus(); + } + } +} diff --git a/VisualPlugins/CodeTemplatesPlugin/CodeTemplatesPlugin.csproj b/VisualPlugins/CodeTemplatesPlugin/CodeTemplatesPlugin.csproj new file mode 100644 index 000000000..0f8620f3b --- /dev/null +++ b/VisualPlugins/CodeTemplatesPlugin/CodeTemplatesPlugin.csproj @@ -0,0 +1,99 @@ + + + + + Debug + AnyCPU + {3AA92A45-7142-4C59-B12F-56DAE32A40E3} + Library + Properties + CodeTemplatesPlugin + CodeTemplatesPlugin + v4.7.1 + 512 + true + + + true + full + false + ..\..\bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + False + ..\..\Libraries\ICSharpCode.TextEditor.dll + + + + + + + + + + + + + ..\..\Libraries\WeifenLuo.WinFormsUI.Docking.dll + + + + + Form + + + CodeTemplatesForm.cs + + + + Form + + + Images.cs + + + + True + True + Resources.resx + + + + + {cfc683f8-0165-4a9f-9c3f-bb8c5bab507f} + PluginsSupport + + + {bc35f816-54ee-47e0-89fc-1c66eac155a9} + VisualPascalABCNET + + + + + CodeTemplatesForm.cs + + + Images.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + + + + \ No newline at end of file diff --git a/VisualPlugins/CodeTemplatesPlugin/Images.Designer.cs b/VisualPlugins/CodeTemplatesPlugin/Images.Designer.cs new file mode 100644 index 000000000..5b4b227de --- /dev/null +++ b/VisualPlugins/CodeTemplatesPlugin/Images.Designer.cs @@ -0,0 +1,62 @@ +namespace CodeTemplatesPlugin +{ + partial class Images + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.PluginImage = new System.Windows.Forms.PictureBox(); + ((System.ComponentModel.ISupportInitialize)(this.PluginImage)).BeginInit(); + this.SuspendLayout(); + // + // PluginImage + // + this.PluginImage.Image = global::CodeTemplatesPlugin.Properties.Resources.CodeTemplates; + this.PluginImage.Location = new System.Drawing.Point(39, 37); + this.PluginImage.Name = "PluginImage"; + this.PluginImage.Size = new System.Drawing.Size(16, 16); + this.PluginImage.TabIndex = 1; + this.PluginImage.TabStop = false; + this.PluginImage.Visible = false; + // + // Images + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(385, 241); + this.Controls.Add(this.PluginImage); + this.Name = "Images"; + this.Text = "Images"; + ((System.ComponentModel.ISupportInitialize)(this.PluginImage)).EndInit(); + this.ResumeLayout(false); + + } + + #endregion + + public System.Windows.Forms.PictureBox PluginImage; + } +} \ No newline at end of file diff --git a/VisualPlugins/CodeTemplatesPlugin/Images.cs b/VisualPlugins/CodeTemplatesPlugin/Images.cs new file mode 100644 index 000000000..75b01fde9 --- /dev/null +++ b/VisualPlugins/CodeTemplatesPlugin/Images.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace CodeTemplatesPlugin +{ + public partial class Images : Form + { + public Images() + { + InitializeComponent(); + } + } +} diff --git a/VisualPlugins/CodeTemplatesPlugin/Images.resx b/VisualPlugins/CodeTemplatesPlugin/Images.resx new file mode 100644 index 000000000..1af7de150 --- /dev/null +++ b/VisualPlugins/CodeTemplatesPlugin/Images.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/VisualPlugins/CodeTemplatesPlugin/Properties/AssemblyInfo.cs b/VisualPlugins/CodeTemplatesPlugin/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..b92d22694 --- /dev/null +++ b/VisualPlugins/CodeTemplatesPlugin/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Общие сведения об этой сборке предоставляются следующим набором +// набора атрибутов. Измените значения этих атрибутов, чтобы изменить сведения, +// связанные со сборкой. +[assembly: AssemblyTitle("CodeTemplatesPlugin")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("CodeTemplatesPlugin")] +[assembly: AssemblyCopyright("Copyright © 2019")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Установка значения False для параметра ComVisible делает типы в этой сборке невидимыми +// для компонентов COM. Если необходимо обратиться к типу в этой сборке через +// COM, задайте атрибуту ComVisible значение TRUE для этого типа. +[assembly: ComVisible(false)] + +// Следующий GUID служит для идентификации библиотеки типов, если этот проект будет видимым для COM +[assembly: Guid("3aa92a45-7142-4c59-b12f-56dae32a40e3")] + +// Сведения о версии сборки состоят из следующих четырех значений: +// +// Основной номер версии +// Дополнительный номер версии +// Номер сборки +// Редакция +// +// Можно задать все значения или принять номер сборки и номер редакции по умолчанию. +// используя "*", как показано ниже: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/VisualPlugins/CodeTemplatesPlugin/Properties/Resources.Designer.cs b/VisualPlugins/CodeTemplatesPlugin/Properties/Resources.Designer.cs new file mode 100644 index 000000000..7e6c23643 --- /dev/null +++ b/VisualPlugins/CodeTemplatesPlugin/Properties/Resources.Designer.cs @@ -0,0 +1,73 @@ +//------------------------------------------------------------------------------ +// +// Этот код создан программой. +// Исполняемая версия:4.0.30319.42000 +// +// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае +// повторной генерации кода. +// +//------------------------------------------------------------------------------ + +namespace CodeTemplatesPlugin.Properties { + using System; + + + /// + /// Класс ресурса со строгой типизацией для поиска локализованных строк и т.д. + /// + // Этот класс создан автоматически классом StronglyTypedResourceBuilder + // с помощью такого средства, как ResGen или Visual Studio. + // Чтобы добавить или удалить член, измените файл .ResX и снова запустите ResGen + // с параметром /str или перестройте свой проект VS. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Возвращает кэшированный экземпляр ResourceManager, использованный этим классом. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CodeTemplatesPlugin.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Перезаписывает свойство CurrentUICulture текущего потока для всех + /// обращений к ресурсу с помощью этого класса ресурса со строгой типизацией. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Поиск локализованного ресурса типа System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap CodeTemplates { + get { + object obj = ResourceManager.GetObject("CodeTemplates", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + } +} diff --git a/VisualPlugins/CodeTemplatesPlugin/Properties/Resources.resx b/VisualPlugins/CodeTemplatesPlugin/Properties/Resources.resx new file mode 100644 index 000000000..e7e125661 --- /dev/null +++ b/VisualPlugins/CodeTemplatesPlugin/Properties/Resources.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + ..\Resources\CodeTemplates.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + \ No newline at end of file diff --git a/VisualPlugins/CodeTemplatesPlugin/Resources/CodeTemplates.bmp b/VisualPlugins/CodeTemplatesPlugin/Resources/CodeTemplates.bmp new file mode 100644 index 000000000..cbf07bad0 Binary files /dev/null and b/VisualPlugins/CodeTemplatesPlugin/Resources/CodeTemplates.bmp differ diff --git a/VisualPlugins/CompilerController/CompilerControllerPlugin.cs b/VisualPlugins/CompilerController/CompilerControllerPlugin.cs index 72cc5dda3..b8ce50712 100644 --- a/VisualPlugins/CompilerController/CompilerControllerPlugin.cs +++ b/VisualPlugins/CompilerController/CompilerControllerPlugin.cs @@ -32,7 +32,7 @@ namespace VisualPascalABCPlugins { get { - return "Copyright 2005-2018 by Ivan Bondarev, Stanislav Mihalkovich"; + return "Copyright 2005-2018 by Ivan Bondarev, Stanislav Mikhalkovich"; } } diff --git a/VisualPlugins/HelpBuilder/AssemblyInfo.cs b/VisualPlugins/HelpBuilder/AssemblyInfo.cs index dbc97b616..46d937aab 100644 --- a/VisualPlugins/HelpBuilder/AssemblyInfo.cs +++ b/VisualPlugins/HelpBuilder/AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("HelpBuilder")] -[assembly: AssemblyCopyright("Copyright © 2005-2018 by Ivan Bondarev, Stanislav Mihalkovich")] +[assembly: AssemblyCopyright("Copyright © 2005-2018 by Ivan Bondarev, Stanislav Mikhalkovich")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/VisualPlugins/HelpBuilder/HelpBuilderPlugin.cs b/VisualPlugins/HelpBuilder/HelpBuilderPlugin.cs index 193c82a0c..c6709d1fc 100644 --- a/VisualPlugins/HelpBuilder/HelpBuilderPlugin.cs +++ b/VisualPlugins/HelpBuilder/HelpBuilderPlugin.cs @@ -31,7 +31,7 @@ namespace VisualPascalABCPlugins { get { - return "Copyright © 2005-2018 by Ivan Bondarev, Stanislav Mihalkovich"; + return "Copyright © 2005-2018 by Ivan Bondarev, Stanislav Mikhalkovich"; } } @@ -55,5 +55,5 @@ namespace VisualPascalABCPlugins MenuItems.Add(Item); ToolBarItems.Add(Item); } - } + } } diff --git a/VisualPlugins/InternalErrorReport/InternalErrorReportPlugin.cs b/VisualPlugins/InternalErrorReport/InternalErrorReportPlugin.cs index bc2d34084..6c3299f22 100644 --- a/VisualPlugins/InternalErrorReport/InternalErrorReportPlugin.cs +++ b/VisualPlugins/InternalErrorReport/InternalErrorReportPlugin.cs @@ -93,7 +93,7 @@ namespace VisualPascalABCPlugins { get { - return "Copyright © 2005-2018 by Ivan Bondarev, Stanislav Mihalkovich"; + return "Copyright © 2005-2018 by Ivan Bondarev, Stanislav Mikhalkovich"; } } diff --git a/VisualPlugins/InternalErrorReport/Properties/AssemblyInfo.cs b/VisualPlugins/InternalErrorReport/Properties/AssemblyInfo.cs index db80dfc69..33f2420f3 100644 --- a/VisualPlugins/InternalErrorReport/Properties/AssemblyInfo.cs +++ b/VisualPlugins/InternalErrorReport/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("ExtendedCompilerInformation")] -[assembly: AssemblyCopyright("Copyright © 2005-2018 by Ivan Bondarev, Stanislav Mihalkovich")] +[assembly: AssemblyCopyright("Copyright © 2005-2018 by Ivan Bondarev, Stanislav Mikhalkovich")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/VisualPlugins/LanguageConverter/Source/LanguageConverterPlugin.cs b/VisualPlugins/LanguageConverter/Source/LanguageConverterPlugin.cs index 47c7b76bf..762cce8d5 100644 --- a/VisualPlugins/LanguageConverter/Source/LanguageConverterPlugin.cs +++ b/VisualPlugins/LanguageConverter/Source/LanguageConverterPlugin.cs @@ -33,7 +33,7 @@ namespace VisualPascalABCPlugins { get { - return "Copyright © 2005-2018 by Ivan Bondarev, Stanislav Mihalkovich"; + return "Copyright © 2005-2018 by Ivan Bondarev, Stanislav Mikhalkovich"; } } diff --git a/VisualPlugins/PT4Provider/Images.resx b/VisualPlugins/PT4Provider/Images.resx index 6c9c131c1..bdcd15a19 100644 --- a/VisualPlugins/PT4Provider/Images.resx +++ b/VisualPlugins/PT4Provider/Images.resx @@ -112,12 +112,12 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + Qk02AwAAAAAAADYAAAAoAAAAEAAAABAAAAABABgAAAAAAAAAAADEDgAAxA4AAAAAAAAAAAAA/wD//wD/ diff --git a/VisualPlugins/PT4Provider/PT4ProviderPlugin.cs b/VisualPlugins/PT4Provider/PT4ProviderPlugin.cs index 233849b69..b9e565e8f 100644 --- a/VisualPlugins/PT4Provider/PT4ProviderPlugin.cs +++ b/VisualPlugins/PT4Provider/PT4ProviderPlugin.cs @@ -35,7 +35,7 @@ namespace VisualPascalABCPlugins { get { - return "Copyright © 2005-2018 by Ivan Bondarev, Stanislav Mihalkovich"; + return "Copyright © 2005-2018 by Ivan Bondarev, Stanislav Mikhalkovich"; } } diff --git a/VisualPlugins/SemanticTreeVisualisator/Source/SemanticTreeVisualisatorPlugin.cs b/VisualPlugins/SemanticTreeVisualisator/Source/SemanticTreeVisualisatorPlugin.cs index 1f5d25888..01b730ccc 100644 --- a/VisualPlugins/SemanticTreeVisualisator/Source/SemanticTreeVisualisatorPlugin.cs +++ b/VisualPlugins/SemanticTreeVisualisator/Source/SemanticTreeVisualisatorPlugin.cs @@ -27,7 +27,7 @@ namespace VisualPascalABCPlugins { get { - return "Copyright 2005-2018 by Ivan Bondarev, Stanislav Mihalkovich"; + return "Copyright 2005-2018 by Ivan Bondarev, Stanislav Mikhalkovich"; } } diff --git a/VisualPlugins/SyntaxTreeVisualisator/SyntaxTreeVisualisatorPlugin.cs b/VisualPlugins/SyntaxTreeVisualisator/SyntaxTreeVisualisatorPlugin.cs index f6dbc729d..a1dabb40a 100644 --- a/VisualPlugins/SyntaxTreeVisualisator/SyntaxTreeVisualisatorPlugin.cs +++ b/VisualPlugins/SyntaxTreeVisualisator/SyntaxTreeVisualisatorPlugin.cs @@ -27,7 +27,7 @@ namespace VisualPascalABCPlugins { get { - return "Copyright © 2005-2018 by Ivan Bondarev, Stanislav Mihalkovich"; + return "Copyright © 2005-2018 by Ivan Bondarev, Stanislav Mikhalkovich"; } } diff --git a/VisualPlugins/TestPlugin/TestPlugin.cs b/VisualPlugins/TestPlugin/TestPlugin.cs index ca1be2a4b..ffa5e96bf 100644 --- a/VisualPlugins/TestPlugin/TestPlugin.cs +++ b/VisualPlugins/TestPlugin/TestPlugin.cs @@ -29,7 +29,7 @@ namespace VisualPascalABCPlugins { get { - return "Copyright © 2005-2018 by Ivan Bondarev, Stanislav Mihalkovich"; + return "Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich"; } } diff --git a/bin/Highlighting/PascalABCNET.xshd b/bin/Highlighting/PascalABCNET.xshd index 7c10f50ba..871243fe6 100644 --- a/bin/Highlighting/PascalABCNET.xshd +++ b/bin/Highlighting/PascalABCNET.xshd @@ -1,5 +1,5 @@ - + diff --git a/bin/Lib/ABCButtons.pas b/bin/Lib/ABCButtons.pas index 981e5c5c5..2746aa22c 100644 --- a/bin/Lib/ABCButtons.pas +++ b/bin/Lib/ABCButtons.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit ABCButtons; diff --git a/bin/Lib/ABCHouse.pas b/bin/Lib/ABCHouse.pas index 3aeb38043..9038e2c9b 100644 --- a/bin/Lib/ABCHouse.pas +++ b/bin/Lib/ABCHouse.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit ABCHouse; diff --git a/bin/Lib/ABCObjects.pas b/bin/Lib/ABCObjects.pas index 3289de040..ef2d4971a 100644 --- a/bin/Lib/ABCObjects.pas +++ b/bin/Lib/ABCObjects.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) ///Модуль реализует векторные графические объекты с возможностью масштабирования, наложения друг на друга, diff --git a/bin/Lib/ABCSprites.pas b/bin/Lib/ABCSprites.pas index 66a3b4e0a..ce4ee44c2 100644 --- a/bin/Lib/ABCSprites.pas +++ b/bin/Lib/ABCSprites.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) ///Модуль ABCSprites реализует спрайты - анимационные объекты с автоматически меняющимися кадрами. diff --git a/bin/Lib/Arrays.pas b/bin/Lib/Arrays.pas index ef7ac855c..1c5400250 100644 --- a/bin/Lib/Arrays.pas +++ b/bin/Lib/Arrays.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit Arrays; diff --git a/bin/Lib/CRT.pas b/bin/Lib/CRT.pas index 338a69ceb..2d5537c90 100644 --- a/bin/Lib/CRT.pas +++ b/bin/Lib/CRT.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) /// diff --git a/bin/Lib/ClientServer.pas b/bin/Lib/ClientServer.pas index 8cb59164d..f7aa0329f 100644 --- a/bin/Lib/ClientServer.pas +++ b/bin/Lib/ClientServer.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit ClientServer; diff --git a/bin/Lib/Collections.pas b/bin/Lib/Collections.pas index 88443ff2e..11eabfe68 100644 --- a/bin/Lib/Collections.pas +++ b/bin/Lib/Collections.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) /// Модуль содержит шаблоны классов /// Stack — стек diff --git a/bin/Lib/Controls.pas b/bin/Lib/Controls.pas index b7ca2c0ea..5b3582f2b 100644 --- a/bin/Lib/Controls.pas +++ b/bin/Lib/Controls.pas @@ -1,4 +1,4 @@ -// Copyright (©) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (©) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) ///Модуль элементов управления для GraphWPF unit Controls; diff --git a/bin/Lib/Core.pas b/bin/Lib/Core.pas index e628c5c49..250ee4a02 100644 --- a/bin/Lib/Core.pas +++ b/bin/Lib/Core.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit Core; {$reference 'System.Core.dll'} diff --git a/bin/Lib/DMCollect.pas b/bin/Lib/DMCollect.pas index f05c39526..40a15d574 100644 --- a/bin/Lib/DMCollect.pas +++ b/bin/Lib/DMCollect.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit DMCollect; diff --git a/bin/Lib/DMTaskMaker.pas b/bin/Lib/DMTaskMaker.pas index ebd385e7e..12667df47 100644 --- a/bin/Lib/DMTaskMaker.pas +++ b/bin/Lib/DMTaskMaker.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit DMTaskMaker; diff --git a/bin/Lib/DMZadan.pas b/bin/Lib/DMZadan.pas index e8849472a..6a87b1933 100644 --- a/bin/Lib/DMZadan.pas +++ b/bin/Lib/DMZadan.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit DMZadan; diff --git a/bin/Lib/DrawManField.pas b/bin/Lib/DrawManField.pas index 80e727e18..306cd2fa5 100644 --- a/bin/Lib/DrawManField.pas +++ b/bin/Lib/DrawManField.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit DrawManField; diff --git a/bin/Lib/Drawman.pas b/bin/Lib/Drawman.pas index 095bb6a47..45e8050d8 100644 --- a/bin/Lib/Drawman.pas +++ b/bin/Lib/Drawman.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) ///Исполнитель Чертежник предназначен для построения рисунков и чертежей на плоскости с координатами. diff --git a/bin/Lib/Events.pas b/bin/Lib/Events.pas index 8abc95395..e63a961ff 100644 --- a/bin/Lib/Events.pas +++ b/bin/Lib/Events.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) // Для совместимости с Pascal ABC unit Events; diff --git a/bin/Lib/FilesOperations.pas b/bin/Lib/FilesOperations.pas index c44a431a7..f055c32cb 100644 --- a/bin/Lib/FilesOperations.pas +++ b/bin/Lib/FilesOperations.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit FilesOperations; diff --git a/bin/Lib/FormsABC.pas b/bin/Lib/FormsABC.pas index 13597da4d..0c7b7b244 100644 --- a/bin/Lib/FormsABC.pas +++ b/bin/Lib/FormsABC.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit FormsABC; diff --git a/bin/Lib/Graph3D.pas b/bin/Lib/Graph3D.pas index efb942a1e..ac8550a16 100644 --- a/bin/Lib/Graph3D.pas +++ b/bin/Lib/Graph3D.pas @@ -1,4 +1,4 @@ -// Copyright (©) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (©) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) /// Модуль трёхмерной графики unit Graph3D; diff --git a/bin/Lib/GraphABC.pas b/bin/Lib/GraphABC.pas index 300f8e26a..b9ce087c7 100644 --- a/bin/Lib/GraphABC.pas +++ b/bin/Lib/GraphABC.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) ///Модуль предоставляет константы, типы, процедуры, функции и классы для рисования в графическом окне diff --git a/bin/Lib/GraphABCHelper.pas b/bin/Lib/GraphABCHelper.pas index b6b27407e..bfdebd321 100644 --- a/bin/Lib/GraphABCHelper.pas +++ b/bin/Lib/GraphABCHelper.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit GraphABCHelper; diff --git a/bin/Lib/GraphWPF.pas b/bin/Lib/GraphWPF.pas index 6baed01fa..af588892c 100644 --- a/bin/Lib/GraphWPF.pas +++ b/bin/Lib/GraphWPF.pas @@ -1,4 +1,4 @@ -// Copyright (©) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (©) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) ///Модуль графики unit GraphWPF; diff --git a/bin/Lib/GraphWPFBase.pas b/bin/Lib/GraphWPFBase.pas index 69cc1fa23..245f4d6f1 100644 --- a/bin/Lib/GraphWPFBase.pas +++ b/bin/Lib/GraphWPFBase.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) ///-- unit GraphWPFBase; diff --git a/bin/Lib/IniFile.pas b/bin/Lib/IniFile.pas index 0b205fe33..9f6b65666 100644 --- a/bin/Lib/IniFile.pas +++ b/bin/Lib/IniFile.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit IniFile; diff --git a/bin/Lib/MPI.pas b/bin/Lib/MPI.pas index 5b974e4c9..eaa8f49ca 100644 --- a/bin/Lib/MPI.pas +++ b/bin/Lib/MPI.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit MPI; diff --git a/bin/Lib/Oberon00System.pas b/bin/Lib/Oberon00System.pas index 4d6b1fff5..2274cb80f 100644 --- a/bin/Lib/Oberon00System.pas +++ b/bin/Lib/Oberon00System.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit Oberon00System; diff --git a/bin/Lib/PABCExtensions.pas b/bin/Lib/PABCExtensions.pas index c133613a5..21faee8e6 100644 --- a/bin/Lib/PABCExtensions.pas +++ b/bin/Lib/PABCExtensions.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) ///-- unit PABCExtensions; diff --git a/bin/Lib/PABCSystem.pas b/bin/Lib/PABCSystem.pas index fbb343fe4..161b9ad64 100644 --- a/bin/Lib/PABCSystem.pas +++ b/bin/Lib/PABCSystem.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) /// Стандартный модуль diff --git a/bin/Lib/PointRect.pas b/bin/Lib/PointRect.pas index 1c04fdb5b..07797e479 100644 --- a/bin/Lib/PointRect.pas +++ b/bin/Lib/PointRect.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit PointRect; diff --git a/bin/Lib/PointerTools.pas b/bin/Lib/PointerTools.pas index ad8cbbe6a..b96fbd4fd 100644 --- a/bin/Lib/PointerTools.pas +++ b/bin/Lib/PointerTools.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit PointerTools; diff --git a/bin/Lib/Robot.pas b/bin/Lib/Robot.pas index 25846ac70..2ab7e87ba 100644 --- a/bin/Lib/Robot.pas +++ b/bin/Lib/Robot.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) ///Исполнитель Робот действует на прямоугольном клеточном поле. Между некоторыми клетками, а также по периметру поля находятся стены. diff --git a/bin/Lib/RobotField.pas b/bin/Lib/RobotField.pas index b13931351..e26678ef3 100644 --- a/bin/Lib/RobotField.pas +++ b/bin/Lib/RobotField.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit RobotField; diff --git a/bin/Lib/RobotTaskMaker.pas b/bin/Lib/RobotTaskMaker.pas index a214f2c4b..56fd9c270 100644 --- a/bin/Lib/RobotTaskMaker.pas +++ b/bin/Lib/RobotTaskMaker.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit RobotTaskMaker; diff --git a/bin/Lib/RobotZadan.pas b/bin/Lib/RobotZadan.pas index 4f7a316d6..83b124b27 100644 --- a/bin/Lib/RobotZadan.pas +++ b/bin/Lib/RobotZadan.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit RobotZadan; diff --git a/bin/Lib/Sockets.pas b/bin/Lib/Sockets.pas index ccb19c638..0a34cd18f 100644 --- a/bin/Lib/Sockets.pas +++ b/bin/Lib/Sockets.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit Sockets; diff --git a/bin/Lib/Speech.pas b/bin/Lib/Speech.pas index fa4c648e4..24067a128 100644 --- a/bin/Lib/Speech.pas +++ b/bin/Lib/Speech.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) {$reference System.Speech.dll} unit Speech; diff --git a/bin/Lib/Utils.pas b/bin/Lib/Utils.pas index 3ad50958c..ffbcce0da 100644 --- a/bin/Lib/Utils.pas +++ b/bin/Lib/Utils.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit Utils; diff --git a/bin/Lib/VCL.pas b/bin/Lib/VCL.pas index cdaca0b59..c4b683016 100644 --- a/bin/Lib/VCL.pas +++ b/bin/Lib/VCL.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) unit vcl; diff --git a/bin/Lib/WPFObjects.pas b/bin/Lib/WPFObjects.pas index d57d51433..90b51ba02 100644 --- a/bin/Lib/WPFObjects.pas +++ b/bin/Lib/WPFObjects.pas @@ -1,4 +1,4 @@ -// Copyright (©) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (©) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) ///Модуль векторных графических объектов на основе WPF unit WPFObjects; diff --git a/bin/Lib/__RedirectIOMode.pas b/bin/Lib/__RedirectIOMode.pas index 1f1b86bb6..3c62356db 100644 --- a/bin/Lib/__RedirectIOMode.pas +++ b/bin/Lib/__RedirectIOMode.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) ///-- unit __RedirectIOMode; diff --git a/bin/Lib/__RunMode.pas b/bin/Lib/__RunMode.pas index b0c725f60..1f76dabdd 100644 --- a/bin/Lib/__RunMode.pas +++ b/bin/Lib/__RunMode.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) ///-- unit __RunMode; diff --git a/bin/Lib/Робот.pas b/bin/Lib/Робот.pas index b69df45c4..b4197a7ec 100644 --- a/bin/Lib/Робот.pas +++ b/bin/Lib/Робот.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) ///Исполнитель Робот действует на прямоугольном клеточном поле. Между некоторыми клетками, а также по периметру поля находятся стены. diff --git a/bin/Lib/Чертежник.pas b/bin/Lib/Чертежник.pas index 5cdf4a292..7e724f3f4 100644 --- a/bin/Lib/Чертежник.pas +++ b/bin/Lib/Чертежник.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) ///Исполнитель Чертежник предназначен для построения рисунков и чертежей на плоскости с координатами. diff --git a/bin/Lng/Eng/CodeTemplates.dat b/bin/Lng/Eng/CodeTemplates.dat new file mode 100644 index 000000000..25b12c668 --- /dev/null +++ b/bin/Lng/Eng/CodeTemplates.dat @@ -0,0 +1,5 @@ +//PT4 Provider Plugin + +%PREFIX%=VPP_CODE_TEMPLATES_PLUGIN_ +NAME=Code templates +DESCRIPTION=Code templates \ No newline at end of file diff --git a/bin/Lng/Rus/CodeTemplates.dat b/bin/Lng/Rus/CodeTemplates.dat new file mode 100644 index 000000000..91a92e9a5 --- /dev/null +++ b/bin/Lng/Rus/CodeTemplates.dat @@ -0,0 +1,5 @@ +//PT4 Provider Plugin + +%PREFIX%=VPP_CODE_TEMPLATES_PLUGIN_ +NAME=Образцы кода +DESCRIPTION=Образцы кода \ No newline at end of file diff --git a/bin/MPGORunner.pas b/bin/MPGORunner.pas index d8decfd22..fd587c9cb 100644 --- a/bin/MPGORunner.pas +++ b/bin/MPGORunner.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) uses System, System.IO; begin diff --git a/bin/TestRunner.pas b/bin/TestRunner.pas index 220a52373..b9c30e93f 100644 --- a/bin/TestRunner.pas +++ b/bin/TestRunner.pas @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) {$reference Compiler.dll} {$reference CodeCompletion.dll} diff --git a/bin/school.pct b/bin/school.pct new file mode 100644 index 000000000..943989165 --- /dev/null +++ b/bin/school.pct @@ -0,0 +1,69 @@ +[Left] +Left; + +[Right] +Right; + +[Up] +Up; + +[Down] +Down; + +[Paint] +Paint; + +[program] +begin + | +end. + +[begin end] +begin + | +end; + +[loop] +loop 10 do +begin + | +end; + +[for var i] +for var i:=1 to 10 do +begin + | +end; + +[if then] +if условие then +begin + | +end; + +[if then else] +if условие then +begin + | +end +else +begin + +end; + +[case] +case | of + : ; + : ; +end; + +[while do] +while условие do +begin + | +end; + +[repeat until] +repeat + | +until условие; \ No newline at end of file diff --git a/doc/License_en.txt b/doc/License_en.txt index 1e4668c53..d4ea23128 100644 --- a/doc/License_en.txt +++ b/doc/License_en.txt @@ -3,7 +3,7 @@ A copy of the GNU GPL is appended to this file. IMPORTANT PascalABC.NET LICENSE TERMS -Copyright (C) 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich +Copyright (C) 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich This program is free software; you may redistribute and/or modify it under the terms of the GNU LGPL version 3 with the clarifications and exceptions described below. PascalABC.NET can be linked with non-free modules and libraries. This condition is mainly concerned with possibility of adding foreign modules and libraries to PascalABC.NET, aimed at education. In particular, PascalABC.NET includes as a part PROGRAMMING TASKBOOK FOR PASCALABC.NET (in agreement with the author of this product), which is distributed under the terms of proprietary license (see \bin\PT4) diff --git a/doc/copyright.txt b/doc/copyright.txt index 99df38615..9012b983a 100644 --- a/doc/copyright.txt +++ b/doc/copyright.txt @@ -1 +1 @@ -Copyright (C) 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich \ No newline at end of file +Copyright (C) 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich \ No newline at end of file diff --git a/doc/license.txt b/doc/license.txt index c9360328f..1f90bc51b 100644 --- a/doc/license.txt +++ b/doc/license.txt @@ -3,7 +3,7 @@ ВАЖНЕЙШИЕ УСЛОВИЯ РАСПРОСТРАНЕНИЯ ПРОДУКТА PascalABC.NET -Copyright (C) 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich +Copyright (C) 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich Это программное обеспечение является свободным; вы можете распространять и/или модифицировать его на условиях GNU LGPL версии 3 с разъяснениями и исключениями, данными ниже. diff --git a/pabcnetc/AssemblyInfo.cs b/pabcnetc/AssemblyInfo.cs index 674f01bd6..dc20e3ad2 100644 --- a/pabcnetc/AssemblyInfo.cs +++ b/pabcnetc/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; @@ -13,7 +13,7 @@ using System.Runtime.CompilerServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich")] +[assembly: AssemblyCopyright("Copyright © 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/pabcnetc/CommandConsoleCompiler.cs b/pabcnetc/CommandConsoleCompiler.cs index 6e3d13901..c42bcbd0b 100644 --- a/pabcnetc/CommandConsoleCompiler.cs +++ b/pabcnetc/CommandConsoleCompiler.cs @@ -1,4 +1,4 @@ -// Copyright (©) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (©) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/pabcnetc/ConsoleCompiler.cs b/pabcnetc/ConsoleCompiler.cs index 831cbb6e6..b40321815 100644 --- a/pabcnetc/ConsoleCompiler.cs +++ b/pabcnetc/ConsoleCompiler.cs @@ -1,4 +1,4 @@ -// Copyright (©) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (©) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using PascalABCCompiler.Errors; @@ -370,7 +370,7 @@ namespace PascalABCCompiler DateTime ldt = DateTime.Now; Compiler = new PascalABCCompiler.Compiler(null,ChangeCompilerState); //GC.Collect(); - WriteColorText(Compiler.Banner + "\nCopyright (c) 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich\n", ConsoleColor.Black, ConsoleColor.Green); + WriteColorText(Compiler.Banner + "\nCopyright (c) 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich\n", ConsoleColor.Black, ConsoleColor.Green); Console.WriteLine("OK {0}ms", (DateTime.Now - ldt).TotalMilliseconds); if (Compiler.SupportedSourceFiles.Length == 0) WriteColorText(StringResourcesGet("ERROR_PARSERS_NOT_FOUND")+Environment.NewLine,ConsoleColor.Black,ConsoleColor.Red); diff --git a/pabcnetc_clear/AssemblyInfo.cs b/pabcnetc_clear/AssemblyInfo.cs index 417c35e8d..d6c89d8c7 100644 --- a/pabcnetc_clear/AssemblyInfo.cs +++ b/pabcnetc_clear/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System.Reflection; using System.Runtime.CompilerServices; @@ -13,7 +13,7 @@ using System.Runtime.CompilerServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright 2005-2019 by Ivan Bondarev, Stanislav Mihalkovich")] +[assembly: AssemblyCopyright("Copyright 2005-2019 by Ivan Bondarev, Stanislav Mikhalkovich")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/pabcnetc_clear/CommandConsoleCompiler.cs b/pabcnetc_clear/CommandConsoleCompiler.cs index 18893742a..4b76fc0d9 100644 --- a/pabcnetc_clear/CommandConsoleCompiler.cs +++ b/pabcnetc_clear/CommandConsoleCompiler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; diff --git a/pabcnetc_clear/ConsoleCompiler.cs b/pabcnetc_clear/ConsoleCompiler.cs index 2ac8b8595..583fb8039 100644 --- a/pabcnetc_clear/ConsoleCompiler.cs +++ b/pabcnetc_clear/ConsoleCompiler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) +// Copyright (c) Ivan Bondarev, Stanislav Mikhalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using PascalABCCompiler.Errors;