Commit dbe4d268 authored by keyongyu's avatar keyongyu

2.3.5.2

parent 2ff14491
...@@ -226,13 +226,12 @@ public static string GetDesc(string cdesc, string regx) ...@@ -226,13 +226,12 @@ public static string GetDesc(string cdesc, string regx)
public string ReText(string text) public string ReText(string text)
{ {
text = text.Trim('\n');
StringBuilder sb = new StringBuilder(text); StringBuilder sb = new StringBuilder(text);
sb.Replace("\r\n", "\n"); sb.Replace("\r\n", "\n");
sb.Replace("\r", "\n"); sb.Replace("\r", "");
sb.Replace("\n\n", "\n"); sb.Replace("\n\n", "\n");
sb.Replace("\n", "\n\t\t"); sb.Replace("\n", "\n\t\t");
return sb.ToString(); return sb.ToString().Trim('\n');
} }
//获取星星 //获取星星
public static string GetStar(long level) public static string GetStar(long level)
......
...@@ -28,4 +28,4 @@ ...@@ -28,4 +28,4 @@
// //
// You can specify all the values or you can use the default the Revision and // You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below: // Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("2.3.5.1")] [assembly: AssemblyVersion("2.3.5.2")]
★更新历史 ★更新历史
2.3.5.2
\r导致换行
2.3.5.1 2.3.5.1
去掉debug的代码 去掉debug的代码
2.3.5.0 2.3.5.0
......
[DataEditorX]2.3.5.1[DataEditorX] [DataEditorX]2.3.5.2[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL] [URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★运行环境(Environment) ★运行环境(Environment)
......
No preview for this file type
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
<!-- MSE language data/mse_xxx.txt --> <!-- MSE language data/mse_xxx.txt -->
<add key="mse" value="Chinese-Simplified" /> <add key="mse" value="Chinese-Simplified" />
<!-- Language data/cardinfo_xxxx.txt data/language_xxx.txt --> <!-- Language data/cardinfo_xxxx.txt data/language_xxx.txt -->
<add key="language" value="english" /> <add key="language" value="Chinese" />
<!-- Check system language when running program first time --> <!-- Check system language when running program first time -->
<add key="check_system_language" value="true" /> <add key="check_system_language" value="false" />
<!-- async load data --> <!-- async load data -->
<add key="async" value="false" /> <add key="async" value="false" />
<!-- DataEditorX source code --> <!-- DataEditorX source code -->
...@@ -44,6 +44,6 @@ ...@@ -44,6 +44,6 @@
<add key="fontname" value="Consolas" /> <add key="fontname" value="Consolas" />
<add key="fontsize" value="14.5" /> <add key="fontsize" value="14.5" />
<!-- MSE path--> <!-- MSE path-->
<add key="mse_path" value="E:\\git\\MagicSetEditor2\\mse.exe"/> <add key="mse_path" value="E:\\git\\MagicSetEditor2\\mse.exe" />
</appSettings> </appSettings>
</configuration> </configuration>
\ No newline at end of file
★更新历史 ★更新历史
2.3.5.2
\r导致换行
2.3.5.1 2.3.5.1
去掉debug的代码 去掉debug的代码
2.3.5.0 2.3.5.0
......
[DataEditorX]2.3.5.1[DataEditorX] [DataEditorX]2.3.5.2[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL] [URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★运行环境(Environment) ★运行环境(Environment)
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment