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
Dark_Zane
DataEditorX
Commits
9b9490a7
Commit
9b9490a7
authored
Jul 28, 2020
by
JoyJ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix link marker modification disable
parent
6874592a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
DataEditorX/DataEditForm.cs
DataEditorX/DataEditForm.cs
+0
-1
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
No files found.
DataEditorX/DataEditForm.cs
View file @
9b9490a7
...
...
@@ -323,7 +323,6 @@ public void InitControl(DataConfig datacfg)
this
.
InitCheckPanel
(
this
.
pl_cardtype
,
datacfg
.
dicCardTypes
);
this
.
InitCheckPanel
(
this
.
pl_markers
,
datacfg
.
dicLinkMarkers
);
this
.
InitCheckPanel
(
this
.
pl_category
,
datacfg
.
dicCardcategorys
);
this
.
SetEnabled
(
this
.
pl_markers
,
false
);
this
.
InitComboBox
(
this
.
cb_setname1
,
setcodes
,
setnames
);
this
.
InitComboBox
(
this
.
cb_setname2
,
setcodes
,
setnames
);
this
.
InitComboBox
(
this
.
cb_setname3
,
setcodes
,
setnames
);
...
...
DataEditorX/Properties/AssemblyInfo.cs
View file @
9b9490a7
...
...
@@ -27,4 +27,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
(
"3.0.0.
4
"
)]
[
assembly
:
AssemblyVersion
(
"3.0.0.
5
"
)]
DataEditorX/changed.txt
View file @
9b9490a7
★更新历史
3.0.0.5
修正连接标记无法修改的bug
3.0.0.4
修正不显示连接标记的bug
修正拖拽非文件时报错的bug
...
...
DataEditorX/readme.txt
View file @
9b9490a7
[DataEditorX]3.0.0.
4
[DataEditorX]
[DataEditorX]3.0.0.
5
[DataEditorX]
[URL]https://cdn01.moecube.com/DataEditorX/releases/DataEditorX-3.0.0.4.zip[URL]
★运行环境(Environment)
...
...
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