From 693ef002aad08b1077e248f85a7f96a13d111d5f Mon Sep 17 00:00:00 2001 From: Oshane Thomas Date: Thu, 25 Jul 2024 15:12:17 -0700 Subject: [PATCH 1/9] Add files via upload --- SlicerEditor.jason | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SlicerEditor.jason diff --git a/SlicerEditor.jason b/SlicerEditor.jason new file mode 100644 index 00000000..c9443729 --- /dev/null +++ b/SlicerEditor.jason @@ -0,0 +1,16 @@ +{ + "extension_id": "SlicerEditor", + "extension_name": "Slicer Editor", + "description": "The SlicerEditor extension provides the open-source Monaco editor as a module inside the Slicer. It supports auto-completion, and syntax highlighting and allows the scripts to be directly sent to the 3D Slicer's built-in Python console.", + "version": "1.0.0", + "homepage": "https://github.com/SlicerMorph/SlicerEditor", + "categories": ["Python Scripting"], + "contributors": ["Oshane Thomas (SCRI), Steve Pieper (Isomic, Inc.), Sara Rolfe (SCRI), Murat Maga (UW)"], + "dependencies": [], + "repository_type": "git", + "repository_url": "https://github.com/SlicerMorph/SlicerEditor", + "documentation_url": "https://github.com/SlicerMorph/SlicerEditor", + "screenshots": ["https://github.com/SlicerMorph/SlicerEditor/blob/main/screenshot.png", "https://github.com/SlicerMorph/SlicerEditor/blob/main/screenshot_2.png"], + "icon_url": "https://github.com/SlicerMorph/SlicerEditor/blob/main/SlicerEditor.png", + "development_status": "beta" +} \ No newline at end of file From c3aaa82b07d9ebc4a8e3b6d1dfd2522ca9cffb01 Mon Sep 17 00:00:00 2001 From: Oshane Thomas Date: Thu, 25 Jul 2024 15:21:36 -0700 Subject: [PATCH 2/9] Delete SlicerEditor.jason --- SlicerEditor.jason | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 SlicerEditor.jason diff --git a/SlicerEditor.jason b/SlicerEditor.jason deleted file mode 100644 index c9443729..00000000 --- a/SlicerEditor.jason +++ /dev/null @@ -1,16 +0,0 @@ -{ - "extension_id": "SlicerEditor", - "extension_name": "Slicer Editor", - "description": "The SlicerEditor extension provides the open-source Monaco editor as a module inside the Slicer. It supports auto-completion, and syntax highlighting and allows the scripts to be directly sent to the 3D Slicer's built-in Python console.", - "version": "1.0.0", - "homepage": "https://github.com/SlicerMorph/SlicerEditor", - "categories": ["Python Scripting"], - "contributors": ["Oshane Thomas (SCRI), Steve Pieper (Isomic, Inc.), Sara Rolfe (SCRI), Murat Maga (UW)"], - "dependencies": [], - "repository_type": "git", - "repository_url": "https://github.com/SlicerMorph/SlicerEditor", - "documentation_url": "https://github.com/SlicerMorph/SlicerEditor", - "screenshots": ["https://github.com/SlicerMorph/SlicerEditor/blob/main/screenshot.png", "https://github.com/SlicerMorph/SlicerEditor/blob/main/screenshot_2.png"], - "icon_url": "https://github.com/SlicerMorph/SlicerEditor/blob/main/SlicerEditor.png", - "development_status": "beta" -} \ No newline at end of file From 5c9b70c6b98e45f2bdc04ffe3962ebd3df44a006 Mon Sep 17 00:00:00 2001 From: Oshane Thomas Date: Thu, 25 Jul 2024 15:22:46 -0700 Subject: [PATCH 3/9] Add files via upload --- SlicerEditor.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SlicerEditor.json diff --git a/SlicerEditor.json b/SlicerEditor.json new file mode 100644 index 00000000..c9443729 --- /dev/null +++ b/SlicerEditor.json @@ -0,0 +1,16 @@ +{ + "extension_id": "SlicerEditor", + "extension_name": "Slicer Editor", + "description": "The SlicerEditor extension provides the open-source Monaco editor as a module inside the Slicer. It supports auto-completion, and syntax highlighting and allows the scripts to be directly sent to the 3D Slicer's built-in Python console.", + "version": "1.0.0", + "homepage": "https://github.com/SlicerMorph/SlicerEditor", + "categories": ["Python Scripting"], + "contributors": ["Oshane Thomas (SCRI), Steve Pieper (Isomic, Inc.), Sara Rolfe (SCRI), Murat Maga (UW)"], + "dependencies": [], + "repository_type": "git", + "repository_url": "https://github.com/SlicerMorph/SlicerEditor", + "documentation_url": "https://github.com/SlicerMorph/SlicerEditor", + "screenshots": ["https://github.com/SlicerMorph/SlicerEditor/blob/main/screenshot.png", "https://github.com/SlicerMorph/SlicerEditor/blob/main/screenshot_2.png"], + "icon_url": "https://github.com/SlicerMorph/SlicerEditor/blob/main/SlicerEditor.png", + "development_status": "beta" +} \ No newline at end of file From 9ce6ac491cc75693af7a86a8fb5adc988d78e48b Mon Sep 17 00:00:00 2001 From: Oshane Thomas Date: Thu, 25 Jul 2024 15:29:46 -0700 Subject: [PATCH 4/9] Update SlicerEditor.json --- SlicerEditor.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SlicerEditor.json b/SlicerEditor.json index c9443729..a45104d9 100644 --- a/SlicerEditor.json +++ b/SlicerEditor.json @@ -4,7 +4,8 @@ "description": "The SlicerEditor extension provides the open-source Monaco editor as a module inside the Slicer. It supports auto-completion, and syntax highlighting and allows the scripts to be directly sent to the 3D Slicer's built-in Python console.", "version": "1.0.0", "homepage": "https://github.com/SlicerMorph/SlicerEditor", - "categories": ["Python Scripting"], + "category": ["Python Scripting"], + "scmurl": "https://github.com/SlicerMorph/SlicerEditor.git" "contributors": ["Oshane Thomas (SCRI), Steve Pieper (Isomic, Inc.), Sara Rolfe (SCRI), Murat Maga (UW)"], "dependencies": [], "repository_type": "git", @@ -13,4 +14,4 @@ "screenshots": ["https://github.com/SlicerMorph/SlicerEditor/blob/main/screenshot.png", "https://github.com/SlicerMorph/SlicerEditor/blob/main/screenshot_2.png"], "icon_url": "https://github.com/SlicerMorph/SlicerEditor/blob/main/SlicerEditor.png", "development_status": "beta" -} \ No newline at end of file +} From 513625b18eb68444ff1cdf0fb4f4c3d6c7a3cd42 Mon Sep 17 00:00:00 2001 From: Sara Rolfe Date: Thu, 25 Jul 2024 16:37:40 -0700 Subject: [PATCH 5/9] Fix typo in SlicerEditor.json --- SlicerEditor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlicerEditor.json b/SlicerEditor.json index a45104d9..352480e0 100644 --- a/SlicerEditor.json +++ b/SlicerEditor.json @@ -5,7 +5,7 @@ "version": "1.0.0", "homepage": "https://github.com/SlicerMorph/SlicerEditor", "category": ["Python Scripting"], - "scmurl": "https://github.com/SlicerMorph/SlicerEditor.git" + "scmurl": "https://github.com/SlicerMorph/SlicerEditor.git", "contributors": ["Oshane Thomas (SCRI), Steve Pieper (Isomic, Inc.), Sara Rolfe (SCRI), Murat Maga (UW)"], "dependencies": [], "repository_type": "git", From 9d7390dd964203c59cb534d550689628e0268038 Mon Sep 17 00:00:00 2001 From: Oshane Thomas Date: Thu, 25 Jul 2024 18:13:30 -0700 Subject: [PATCH 6/9] Update SlicerEditor.json --- SlicerEditor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlicerEditor.json b/SlicerEditor.json index a45104d9..352480e0 100644 --- a/SlicerEditor.json +++ b/SlicerEditor.json @@ -5,7 +5,7 @@ "version": "1.0.0", "homepage": "https://github.com/SlicerMorph/SlicerEditor", "category": ["Python Scripting"], - "scmurl": "https://github.com/SlicerMorph/SlicerEditor.git" + "scmurl": "https://github.com/SlicerMorph/SlicerEditor.git", "contributors": ["Oshane Thomas (SCRI), Steve Pieper (Isomic, Inc.), Sara Rolfe (SCRI), Murat Maga (UW)"], "dependencies": [], "repository_type": "git", From 51bb50024c926d93ee519eabea76c7f87864106d Mon Sep 17 00:00:00 2001 From: Oshane Thomas Date: Thu, 25 Jul 2024 18:18:29 -0700 Subject: [PATCH 7/9] Update SlicerEditor.json --- SlicerEditor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlicerEditor.json b/SlicerEditor.json index 352480e0..12be7289 100644 --- a/SlicerEditor.json +++ b/SlicerEditor.json @@ -5,7 +5,7 @@ "version": "1.0.0", "homepage": "https://github.com/SlicerMorph/SlicerEditor", "category": ["Python Scripting"], - "scmurl": "https://github.com/SlicerMorph/SlicerEditor.git", + "scm_url": "https://github.com/SlicerMorph/SlicerEditor.git", "contributors": ["Oshane Thomas (SCRI), Steve Pieper (Isomic, Inc.), Sara Rolfe (SCRI), Murat Maga (UW)"], "dependencies": [], "repository_type": "git", From 472bee1a44b8c132dbc65c0cbc35df5fdf943397 Mon Sep 17 00:00:00 2001 From: Oshane Thomas Date: Sun, 28 Jul 2024 16:29:57 -0700 Subject: [PATCH 8/9] Update SlicerEditor.json --- SlicerEditor.json | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/SlicerEditor.json b/SlicerEditor.json index 12be7289..d4b91fbd 100644 --- a/SlicerEditor.json +++ b/SlicerEditor.json @@ -1,17 +1,8 @@ { - "extension_id": "SlicerEditor", - "extension_name": "Slicer Editor", - "description": "The SlicerEditor extension provides the open-source Monaco editor as a module inside the Slicer. It supports auto-completion, and syntax highlighting and allows the scripts to be directly sent to the 3D Slicer's built-in Python console.", - "version": "1.0.0", - "homepage": "https://github.com/SlicerMorph/SlicerEditor", - "category": ["Python Scripting"], - "scm_url": "https://github.com/SlicerMorph/SlicerEditor.git", - "contributors": ["Oshane Thomas (SCRI), Steve Pieper (Isomic, Inc.), Sara Rolfe (SCRI), Murat Maga (UW)"], - "dependencies": [], - "repository_type": "git", - "repository_url": "https://github.com/SlicerMorph/SlicerEditor", - "documentation_url": "https://github.com/SlicerMorph/SlicerEditor", - "screenshots": ["https://github.com/SlicerMorph/SlicerEditor/blob/main/screenshot.png", "https://github.com/SlicerMorph/SlicerEditor/blob/main/screenshot_2.png"], - "icon_url": "https://github.com/SlicerMorph/SlicerEditor/blob/main/SlicerEditor.png", - "development_status": "beta" + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.0.json#", + "build_dependencies": [], + "build_subdirectory": ".", + "category": "Python Scripting", + "scm_revision": "master", + "scm_url": "https://github.com/SlicerMorph/SlicerEditor" } From e76da85c7029ed4d9d3311640bcdbe9ed86998e1 Mon Sep 17 00:00:00 2001 From: Oshane Thomas Date: Sun, 28 Jul 2024 16:31:10 -0700 Subject: [PATCH 9/9] Update SlicerEditor.json --- SlicerEditor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlicerEditor.json b/SlicerEditor.json index d4b91fbd..6ff9287f 100644 --- a/SlicerEditor.json +++ b/SlicerEditor.json @@ -3,6 +3,6 @@ "build_dependencies": [], "build_subdirectory": ".", "category": "Python Scripting", - "scm_revision": "master", + "scm_revision": "main", "scm_url": "https://github.com/SlicerMorph/SlicerEditor" }