From bd6dca46bbe61f4f2116761319172ae55c705c7f Mon Sep 17 00:00:00 2001 From: "yi.zhou" Date: Mon, 7 Nov 2022 16:56:04 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=E3=82=B7=E3=82=B9=E3=83=86=E3=83=A0?= =?UTF-8?q?=E8=A6=81=E4=BB=B6=E3=82=92=E6=9B=B4=E6=96=B0=E3=81=97=E3=81=BE?= =?UTF-8?q?=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/index.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/index.rst b/source/index.rst index 5917386..98a376a 100644 --- a/source/index.rst +++ b/source/index.rst @@ -12,15 +12,16 @@ astah*のプラグイン機構は、astah*に自作の機能を追加し、機 ------------------------------------------------------- 本チュートリアルでは、次のバージョンで動作を確認しています。他のバージョンでも開発できますが、チュートリアル記載の内容とは設定や画面が異なる場合があります。 +なお、ここでは本チュートリアルを確認した環境を記載しています。各製品の動作環境につきましてはお使いのバージョンのシステム要件をご参照下さい。 ==================== =================================== ソフトウェア バージョン ==================== =================================== -OS Windows10,Ubuntu Linux 11.10(astah* System Safety非サポート) +OS Windows11,Ubuntu Linux 22.04 LTS(一部のエディションは非サポート) Java AdoptOpenJDK 8 -astah* 6.8(Professional, UML, Community),1.1(SysML),System Safety(6.0) -Eclipse 3.7.1 -IntelliJ IDEA 11.1 +astah* 8.5(Professional, UML, Community),8.0(SysML),System Safety(6.0) +Eclipse 2022-09 +IntelliJ IDEA 2022.2.3 (Community) ==================== =================================== 目次: From cef1b4d4e88b2c6a09736178578301c59e01ad0b Mon Sep 17 00:00:00 2001 From: "yi.zhou" Date: Mon, 7 Nov 2022 18:08:48 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=E3=83=A1=E3=83=8B=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E3=81=8C=E6=AD=A3=E3=81=97=E3=81=8F=E6=A7=8B=E6=88=90=E3=81=95?= =?UTF-8?q?=E3=82=8C=E3=82=8B=E3=82=88=E3=81=86=E3=81=ABplugin.properties?= =?UTF-8?q?=E3=81=AB=E9=A0=85=E7=9B=AE=E3=82=92=E8=BF=BD=E5=8A=A0=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/example.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/example.rst b/source/example.rst index 5182ad0..a127e2c 100644 --- a/source/example.rst +++ b/source/example.rst @@ -40,6 +40,7 @@ astah*のモデル情報を取得するために、astah* APIを活用してみ 最後に、plugin.propertiesに追加したメニューのラベルを追加します。 :: count_classes=Count classes(C) + sample_menu=SampleMenu これで、クラスの数をカウントした結果を表示できます。 From 2d743bd1d983133ad7114dc1e01117632b1f6e4e Mon Sep 17 00:00:00 2001 From: "yi.zhou" Date: Mon, 14 Nov 2022 17:57:09 +0900 Subject: [PATCH 3/3] =?UTF-8?q?How=20to=20release=20a=20plugin=E3=83=9A?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=81=A7SysML=E9=96=A2=E9=80=A3=E3=81=AE?= =?UTF-8?q?=E8=A8=98=E8=BF=B0=E3=82=92=E8=BF=BD=E5=8A=A0=E3=81=97=E3=81=BE?= =?UTF-8?q?=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/releaseplugin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/releaseplugin.rst b/source/releaseplugin.rst index eb4c9d4..ab37b3c 100644 --- a/source/releaseplugin.rst +++ b/source/releaseplugin.rst @@ -24,7 +24,7 @@ Edition Value professional pro、またはprofessional UML uml、またはUML System Safety safety またはSystemSafety (互換バージョンを対象とする場合はpro/UML/SysML向けも動作します) -SysML sysml +SysML sys、または sysml community com、またはCommunity think think ================== ===========================================================================================