# # ChangeLog for trunk/sources/HeuristicLab.CodeEditor/3.2/Properties # # Generated by Trac 1.0.12 # 08/19/24 16:52:53 Tue, 02 Mar 2010 14:35:24 GMT swagner [2911] * trunk/sources/HeuristicLab 3.3.sln (modified) * trunk/sources/HeuristicLab 3.3/Files.txt (modified) * trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLab.CodeEditor-3.2.csproj (modified) * trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLab.CodeEditor-3.2.csproj.user (deleted) * trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLabCodeEditorPlugin.cs (deleted) * trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLabCodeEditorPlugin.cs.frame (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/Properties/AssemblyInfo.frame (modified) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SharpDevelop/3.1.1.5327/HeuristicLabSharpDevelopPlugin.cs (modified) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SharpDevelop/3.1.1.5327/Properties/AssemblyInfo.frame (modified) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.log4net/1.2.10.0/HeuristicLablog4netPlugin.cs (modified) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.log4net/1.2.10.0/Properties/AssemblyInfo.frame (modified) * trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLabOperatorsProgrammablePlugin.cs.frame (modified) * trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperator.cs (modified) * trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.Designer.cs (modified) * trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.cs (modified) * trunk/sources/HeuristicLab.Operators.Programmable/3.3/Properties/AssemblyInfo.frame (modified) Operator architecture refactoring (#95) * corrected plugin metadata ... Wed, 20 Jan 2010 15:04:08 GMT epitzer [2659] * trunk/sources/HeuristicLab.CodeEditor (added) * trunk/sources/HeuristicLab.CodeEditor/3.2 (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/CSharpCodeCompletion.sln (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/CSharpCodeCompletion.suo (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/CodeCompletionData.cs (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/CodeCompletionKeyHandler.cs (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/CodeCompletionProvider.cs (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/CodeEditor.Designer.cs (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/CodeEditor.cs (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/CodeEditor.resx (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/CodeViewer.Designer.cs (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/CodeViewer.cs (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/CodeViewer.resx (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/ErrorBookmark.cs (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLab.CodeEditor-3.2.csproj (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLab.CodeEditor-3.2.csproj.user (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLab.snk (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLabCodeEditorPlugin.cs (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/HostCallbackImplementation.cs (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/Properties (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/Properties/AssemblyInfo.frame (added) * trunk/sources/HeuristicLab.CodeEditor/3.2/ToolTipProvider.cs (added) Add new Plugin that provides a code editor with syntax highlighting ...