Skip to content

Commit

Permalink
最新のsettotaltextの仕様と合わせる
Browse files Browse the repository at this point in the history
  • Loading branch information
komiyamma committed Jun 8, 2024
1 parent 63ca238 commit f7dfe4c
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 0 deletions.
Binary file modified hmEdgeJS.src/Release/hmEdgeJS.dll
Binary file not shown.
2 changes: 2 additions & 0 deletions hmEdgeJS.src/Release/hmEdgeJS.dll.metagen
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Class hmEdgeJSDynamicLib+Hidemaru+ErrorMsg: AutoLayout, AnsiClass, Class, Nested
System.String MethodNeed875 = このメソッドは秀丸エディタ v8.75 正式版以降で利用可能です。 : Public, Static, Literal, HasDefault
System.String MethodNeed877 = このメソッドは秀丸エディタ v8.77 正式版以降で利用可能です。 : Public, Static, Literal, HasDefault
System.String MethodNeed890 = このメソッドは秀丸エディタ v8.90 正式版以降で利用可能です。 : Public, Static, Literal, HasDefault
System.String MethodNeed898 = このメソッドは秀丸エディタ v8.98 正式版以降で利用可能です。 : Public, Static, Literal, HasDefault
System.String MethodNeed912 = このメソッドは秀丸エディタ v9.12 正式版以降で利用可能です。 : Public, Static, Literal, HasDefault
System.String MethodNeed915 = このメソッドは秀丸エディタ v9.15 正式版以降で利用可能です。 : Public, Static, Literal, HasDefault
System.String MethodNeedOutputNotFound = HmOutputPaneの対象関数を発見できません。 : Public, Static, Literal, HasDefault
Expand Down Expand Up @@ -111,6 +112,7 @@ Class hmEdgeJSDynamicLib+Hidemaru+Macro: AutoLayout, AnsiClass, Class, NestedPub
Properties:
Boolean IsExecuting 'get ' :
Methods:
DebugInfo(Object[]): PrivateScope, Public, Static, HideBySig
_SendMessage(Int32, UInt32, Int32, Int32): PrivateScope, Public, Static, HideBySig
Eval(Object): PrivateScope, Public, Static, HideBySig
SetStaticVariable(String, String, Int32): PrivateScope, Public, Static, HideBySig
Expand Down
Binary file modified hmEdgeJS.src/hmEdgeJS/Release/hmEdgeJS.res
Binary file not shown.
Binary file modified hmEdgeJS.src/hmEdgeJS/Release/hmEdgeJS.tlog/hmEdgeJS.write.1u.tlog
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions hmEdgeJS.src/hmEdgeJSStaticLib/hmEdgeJSHidemaruEdit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ public static void SetTotalText(String value)
SetTmpVar(value);
String cmd = ModifyFuncCallByDllType(
"begingroupundo;\n" +
"rangeeditout;\n" +
"selectall;\n" +
"insert dllfuncstrw( {0} \"PopStrVar\" );\n" +
"endgroupundo;\n"
Expand Down
Binary file not shown.

0 comments on commit f7dfe4c

Please sign in to comment.