Skip to content

Commit 6394760

Browse files
author
埃博拉酱
committed
Lang.BuiltinBugFix:修复 2025a bug:打包工具箱时,如果依赖其它 File Exchange 附加功能,将会失败
1 parent d09b15f commit 6394760

File tree

11 files changed

+711
-6
lines changed

11 files changed

+711
-6
lines changed

+MATLAB/+Lang/BuiltinBugFix.mlx

39 Bytes
Binary file not shown.

+MATLAB/+internal/安装/25.1/BuildRunner.m

Lines changed: 687 additions & 0 deletions
Large diffs are not rendered by default.

+MATLAB/+internal/安装/25.1/CshDocPageHandler.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,12 @@
7878
winIdName = 'winid';
7979
winIdValue = 'cshww';
8080
url = matlab.internal.doc.ui.CshDocPageHandler.getUrl(help_path, winIdName, winIdValue);
81-
%埃博拉酱修复版
81+
82+
%埃博拉酱修复开始
8283
cefWindow = matlab.internal.webwindow(url, matlab.internal.getDebugPort());
8384
cefWindow.Position = obj.Position;
8485
cefWindow.show;
86+
%埃博拉酱修复结束
8587

8688
if ~isempty(obj.Title)
8789
cefWindow.Title = char(obj.Title);
1 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?xml version='1.0' encoding='UTF-8'?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<Info Ref="" Type="Relative"/>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?xml version='1.0' encoding='UTF-8'?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<Info location="05332b89-261d-49d3-a886-ed08c22e90f3" type="Reference"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info Ref="+MATLAB/+internal/安装/25.1" Type="Relative"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info location="cdd9ca09-f797-4f0d-a80c-5efcf9b2db4f" type="Reference"/>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info>
3+
<Category UUID="FileClassCategory">
4+
<Label UUID="design"/>
5+
</Category>
6+
</Info>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info location="BuildRunner.m" type="File"/>

0 commit comments

Comments
 (0)