# # ChangeLog for trunk/sources/HeuristicLab.CodeEditor # # Generated by Trac 1.0.12 # 06/01/24 19:23:48 Fri, 22 Jan 2010 13:38:15 GMT epitzer [2673] * trunk/sources/HeuristicLab.CodeEditor/3.2/CodeEditor.cs (modified) use SharpDevelop's TextArea.KeyEventHandler to prevent editing before ... Fri, 22 Jan 2010 13:37:04 GMT epitzer [2672] * trunk/sources/HeuristicLab.CodeEditor/3.2/CodeEditor.Designer.cs (modified) Add InvokeRequired in Dispose method to prevent cross-thread access ... Fri, 22 Jan 2010 11:39:42 GMT gkronber [2670] * trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLab.CodeEditor-3.2.csproj (modified) Fixed incorrect reference to `PluginInfrastructure`. #842 ... Thu, 21 Jan 2010 17:34:56 GMT epitzer [2667] * trunk/sources/HeuristicLab.CodeEditor/3.2/CodeEditor.Designer.cs (modified) * trunk/sources/HeuristicLab.CodeEditor/3.2/CodeEditor.cs (modified) * trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLab.CodeEditor-3.2.csproj (modified) Ensure proper resizing of CodeEditor and don't crash when removing ... Wed, 20 Jan 2010 15:16:02 GMT epitzer [2660] * trunk/sources/HeuristicLab 3.2.sln (modified) * trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLab.CodeEditor-3.2.csproj (modified) * trunk/sources/HeuristicLab.Operators.Programmable/3.2/HeuristicLab.Operators.Programmable-3.2.csproj (modified) * trunk/sources/HeuristicLab.Operators.Programmable/3.2/HeuristicLabOperatorsProgrammablePlugin.cs (modified) * trunk/sources/HeuristicLab.Operators.Programmable/3.2/ProgrammableOperator.cs (modified) * trunk/sources/HeuristicLab.Operators.Programmable/3.2/ProgrammableOperatorView.Designer.cs (modified) * trunk/sources/HeuristicLab.Operators.Programmable/3.2/ProgrammableOperatorView.cs (modified) * trunk/sources/HeuristicLab.Operators.Programmable/3.2/ProgrammableOperatorView.resx (modified) * trunk/sources/HeuristicLab/Files.txt (modified) New ProgrammableOperator with syntax highlighting, code completion, ... 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 ...