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
edc418ec
Commit
edc418ec
authored
Oct 28, 2014
by
keyongyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
137090b1
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
11 deletions
+9
-11
DataEditorX/MainForm.cs
DataEditorX/MainForm.cs
+1
-7
DataEditorX/Properties/AssemblyInfo.cs
DataEditorX/Properties/AssemblyInfo.cs
+1
-1
DataEditorX/readme.txt
DataEditorX/readme.txt
+3
-1
win32/DataEditorX.exe
win32/DataEditorX.exe
+0
-0
win32/chinese/history.txt
win32/chinese/history.txt
+1
-1
win32/readme.txt
win32/readme.txt
+3
-1
win32/win32.zip
win32/win32.zip
+0
-0
No files found.
DataEditorX/MainForm.cs
View file @
edc418ec
...
...
@@ -588,12 +588,6 @@ void AddFunction(string funtxt)
string
GetFunName
(
string
str
)
{
int
t
=
str
.
IndexOf
(
"."
);
//if(str.StartsWith("Debug.")
// || str.StartsWith("Duel.")
// || str.StartsWith("bit.")
// || str.StartsWith("aux.")
// )
// return str;
if
(
t
>
0
)
return
str
.
Substring
(
t
+
1
);
return
str
;
...
...
@@ -602,8 +596,8 @@ void AddFuncTooltip(string name,string desc)
{
if
(!
string
.
IsNullOrEmpty
(
name
))
{
AddAutoMenuItem
(
funList
,
name
,
desc
);
string
fname
=
GetFunName
(
name
);
AddAutoMenuItem
(
funList
,
fname
,
desc
);
if
(!
tooltipDic
.
ContainsKey
(
fname
)){
tooltipDic
.
Add
(
fname
,
desc
);
}
...
...
DataEditorX/Properties/AssemblyInfo.cs
View file @
edc418ec
...
...
@@ -28,4 +28,4 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[
assembly
:
AssemblyVersion
(
"2.2.6.
3
"
)]
[
assembly
:
AssemblyVersion
(
"2.2.6.
4
"
)]
DataEditorX/readme.txt
View file @
edc418ec
[DataEditorX]2.2.6.
3
[DataEditorX]
[DataEditorX]2.2.6.
4
[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★文件关联
...
...
@@ -58,6 +58,8 @@ Ctrl+鼠标左键 跳转到函数定义
Ctrl+鼠标滑轮 缩放文字
★更新历史
2.2.6.4
修复lua编辑器的自动完成
2.2.6.3
导出数据:改为导出当前列表
2.2.6.2
...
...
win32/DataEditorX.exe
View file @
edc418ec
No preview for this file type
win32/chinese/history.txt
View file @
edc418ec
# history
F:\games\ygopro\
p.cdb
F:\games\ygopro\
script\c33396948.lua
F:\games\ygopro\cards.cdb
F:\games\ygopro\script\c255998.lua
\ No newline at end of file
win32/readme.txt
View file @
edc418ec
[DataEditorX]2.2.6.
3
[DataEditorX]
[DataEditorX]2.2.6.
4
[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★文件关联
...
...
@@ -58,6 +58,8 @@ Ctrl+鼠标左键 跳转到函数定义
Ctrl+鼠标滑轮 缩放文字
★更新历史
2.2.6.4
修复lua编辑器的自动完成
2.2.6.3
导出数据:改为导出当前列表
2.2.6.2
...
...
win32/win32.zip
View file @
edc418ec
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