Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
DataEditorX
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
聖園ミカ
DataEditorX
Commits
dbe4d268
Commit
dbe4d268
authored
Oct 07, 2015
by
keyongyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.3.5.2
parent
2ff14491
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
9 deletions
+12
-9
DataEditorX/Core/Mse/MseMaker.cs
DataEditorX/Core/Mse/MseMaker.cs
+2
-3
DataEditorX/Properties/AssemblyInfo.cs
DataEditorX/Properties/AssemblyInfo.cs
+1
-1
DataEditorX/changed.txt
DataEditorX/changed.txt
+2
-0
DataEditorX/readme.txt
DataEditorX/readme.txt
+1
-1
win32/DataEditorX.exe
win32/DataEditorX.exe
+0
-0
win32/DataEditorX.exe.config
win32/DataEditorX.exe.config
+3
-3
win32/changed.txt
win32/changed.txt
+2
-0
win32/readme.txt
win32/readme.txt
+1
-1
win32/win32.zip
win32/win32.zip
+0
-0
No files found.
DataEditorX/Core/Mse/MseMaker.cs
View file @
dbe4d268
...
@@ -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
)
...
...
DataEditorX/Properties/AssemblyInfo.cs
View file @
dbe4d268
...
@@ -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
"
)]
DataEditorX/changed.txt
View file @
dbe4d268
★更新历史
★更新历史
2.3.5.2
\r导致换行
2.3.5.1
2.3.5.1
去掉debug的代码
去掉debug的代码
2.3.5.0
2.3.5.0
...
...
DataEditorX/readme.txt
View file @
dbe4d268
[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)
...
...
win32/DataEditorX.exe
View file @
dbe4d268
No preview for this file type
win32/DataEditorX.exe.config
View file @
dbe4d268
...
@@ -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
=
"
tru
e"
/>
<
add
key
=
"check_system_language"
value
=
"
fals
e"
/>
<!--
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
win32/changed.txt
View file @
dbe4d268
★更新历史
★更新历史
2.3.5.2
\r导致换行
2.3.5.1
2.3.5.1
去掉debug的代码
去掉debug的代码
2.3.5.0
2.3.5.0
...
...
win32/readme.txt
View file @
dbe4d268
[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)
...
...
win32/win32.zip
View file @
dbe4d268
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment