Changeset 12729 for stable/HeuristicLab.ExtLibs
- Timestamp:
- 07/11/15 17:31:14 (9 years ago)
- Location:
- stable
- Files:
-
- 5 deleted
- 5 edited
- 6 copied
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12463-12465,12470-12472,12474,12728
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.ExtLibs merged: 12463-12464,12472,12728
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3/ExcelWorkbook.cs
r12074 r12729 337 337 { 338 338 var font = Styles.Fonts[0]; 339 #if __MonoCS__ 340 _standardFontWidth = (int)(font.Size * (2D / 3D)); //Aprox for Calibri. 341 #else 339 342 try 340 343 { … … 374 377 _standardFontWidth = (int)(font.Size * (2D / 3D)); //Aprox for Calibri. 375 378 } 379 #endif 376 380 } 377 381 return _standardFontWidth; -
stable/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/HeuristicLab.EPPlus-4.0.3/HeuristicLab.EPPlus-4.0.3.csproj
r12707 r12729 88 88 </ItemGroup> 89 89 <ItemGroup> 90 <None Include="epplus-4.0.3 memory improvement.diff" />90 <None Include="epplus-4.0.3-Mono.patch" /> 91 91 <None Include="Plugin.cs.frame" /> 92 92 <Compile Include="Plugin.cs" /> -
stable/HeuristicLab.ExtLibs/HeuristicLab.MathJax/1.1/HeuristicLab.MathJax-1.1/Plugin.cs.frame
r12686 r12729 35 35 public override void OnLoad() { 36 36 base.OnLoad(); 37 if (!Directory.EnumerateFiles(AppDomain.CurrentDomain.BaseDirectory, " mathjax.js", SearchOption.TopDirectoryOnly).Any()) {37 if (!Directory.EnumerateFiles(AppDomain.CurrentDomain.BaseDirectory, "MathJax.js", SearchOption.TopDirectoryOnly).Any()) { 38 38 ZipFile.ExtractToDirectory(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "mathjax.zip"), AppDomain.CurrentDomain.BaseDirectory); 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.