- Timestamp:
- 07/18/14 12:35:00 (10 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
- Property svn:ignore
-
old new 8 8 FxCopResults.txt 9 9 Google.ProtocolBuffers-0.9.1.dll 10 Google.ProtocolBuffers-2.4.1.473.dll11 10 HeuristicLab 3.3.5.1.ReSharper.user 12 11 HeuristicLab 3.3.6.0.ReSharper.user 13 12 HeuristicLab.4.5.resharper.user 14 13 HeuristicLab.ExtLibs.6.0.ReSharper.user 15 HeuristicLab.Scripting.Development16 14 HeuristicLab.resharper.user 17 15 ProtoGen.exe … … 19 17 _ReSharper.HeuristicLab 20 18 _ReSharper.HeuristicLab 3.3 21 _ReSharper.HeuristicLab 3.3 Tests22 19 _ReSharper.HeuristicLab.ExtLibs 23 20 bin 24 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/HiveStatistics/sources/HeuristicLab.CodeEditor/3.3/CodeEditor.cs
r11202 r11203 140 140 if (TextEditorValidated != null) 141 141 TextEditorValidated(this, EventArgs.Empty); 142 }143 144 public event EventHandler TextEditorTextChanged;145 146 protected void OnTextEditorTextChanged() {147 if (TextEditorTextChanged != null)148 TextEditorTextChanged(this, EventArgs.Empty);149 142 } 150 143 … … 195 188 196 189 textEditor.Validated += (s, a) => { OnTextEditorValidated(); }; 197 textEditor.TextChanged += (s, a) => { OnTextEditorTextChanged(); };198 190 InitializeImageList(); 199 191 } … … 306 298 public void AddAssembly(Assembly a) { 307 299 ShowMessage("Loading " + a.GetName().Name + "..."); 308 if ( !assemblies.Contains(a)) {309 var reference = projectContentRegistry.GetProjectContentForReference(a.GetName().Name, a.Location);310 projectContent.AddReferencedContent(reference);311 assemblies.Add(a);312 }300 if (assemblies.Contains(a)) 301 return; 302 var reference = projectContentRegistry.GetProjectContentForReference(a.GetName().Name, a.Location); 303 projectContent.AddReferencedContent(reference); 304 assemblies.Add(a); 313 305 ShowMessage("Ready"); 314 306 } 315 307 public void RemoveAssembly(Assembly a) { 316 308 ShowMessage("Unloading " + a.GetName().Name + "..."); 317 if ( assemblies.Contains(a)) {318 var content = projectContentRegistry.GetExistingProjectContent(a.Location);319 if (content != null) {320 projectContent.ReferencedContents.Remove(content);321 projectContentRegistry.UnloadProjectContent(content);322 }309 if (!assemblies.Contains(a)) 310 return; 311 var content = projectContentRegistry.GetExistingProjectContent(a.Location); 312 if (content != null) { 313 projectContent.ReferencedContents.Remove(content); 314 projectContentRegistry.UnloadProjectContent(content); 323 315 } 324 316 ShowMessage("Ready"); -
branches/HiveStatistics/sources/HeuristicLab.CodeEditor/3.3/CodeViewer.Designer.cs
r11202 r11203 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HiveStatistics/sources/HeuristicLab.CodeEditor/3.3/CodeViewer.cs
r11202 r11203 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HiveStatistics/sources/HeuristicLab.CodeEditor/3.3/ErrorBookmark.cs
r11202 r11203 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HiveStatistics/sources/HeuristicLab.CodeEditor/3.3/Plugin.cs.frame
r11202 r11203 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 27 27 28 28 namespace HeuristicLab.CodeEditor { 29 [Plugin("HeuristicLab.CodeEditor", "3.3. 10.$WCREV$")]29 [Plugin("HeuristicLab.CodeEditor", "3.3.7.$WCREV$")] 30 30 [PluginFile("HeuristicLab.CodeEditor-3.3.dll", PluginFileType.Assembly)] 31 31 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] -
branches/HiveStatistics/sources/HeuristicLab.CodeEditor/3.3/Properties/AssemblyInfo.cs.frame
r11202 r11203 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 32 32 [assembly: AssemblyCompany("")] 33 33 [assembly: AssemblyProduct("HeuristicLab")] 34 [assembly: AssemblyCopyright("(c) 2002-201 4HEAL & Daniel Grunwald (#develop)")]34 [assembly: AssemblyCopyright("(c) 2002-2012 HEAL & Daniel Grunwald (#develop)")] 35 35 [assembly: AssemblyTrademark("")] 36 36 [assembly: AssemblyCulture("")] … … 51 51 // 52 52 [assembly: AssemblyVersion("3.3.0.0")] 53 [assembly: AssemblyFileVersion("3.3. 10.$WCREV$")]53 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.