From 4b4f1223d5515d834f7a16e18c340ad2cd9dca6f Mon Sep 17 00:00:00 2001 From: Andras Lasso Date: Wed, 25 Sep 2024 13:52:51 -0400 Subject: [PATCH] Rename SlicerEditor to ScriptEditor --- SlicerEditor.s4ext => ScriptEditor.s4ext | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename SlicerEditor.s4ext => ScriptEditor.s4ext (78%) diff --git a/SlicerEditor.s4ext b/ScriptEditor.s4ext similarity index 78% rename from SlicerEditor.s4ext rename to ScriptEditor.s4ext index d2dafb77..ce528bec 100644 --- a/SlicerEditor.s4ext +++ b/ScriptEditor.s4ext @@ -7,7 +7,7 @@ # This is source code manager scm git -scmurl https://github.com/SlicerMorph/SlicerEditor.git +scmurl https://github.com/SlicerMorph/SlicerScriptEditor.git scmrevision main # list dependencies @@ -19,17 +19,17 @@ depends NA build_subdirectory . # homepage -homepage https://github.com/SlicerMorph/SlicerEditor +homepage https://github.com/SlicerMorph/SlicerScriptEditor # Firstname1 Lastname1 ([SubOrg1, ]Org1), Firstname2 Lastname2 ([SubOrg2, ]Org2) # For example: Jane Roe (Superware), John Doe (Lab1, Nowhere), Joe Bloggs (Noware) contributors Oshane Thomas (SCRI), Steve Pieper (Isomics, Inc.), Sara Rolfe (SCRI) # Match category in the xml description of the module (where it shows up in Modules menu) -category Python Scripting +category Developer Tools # url to icon (png, size 128x128 pixels) -iconurl https://raw.githubusercontent.com/SlicerMorph/SlicerEditor/main/SlicerEditor.png +iconurl https://raw.githubusercontent.com/SlicerMorph/SlicerScriptEditor/main/ScriptEditor.png # Give people an idea what to expect from this code # - Is it just a test or something you stand behind? @@ -39,7 +39,7 @@ status Stable description Slicer Editor is a tool for editing and running Python scripts directly within the 3D Slicer interactor environment. It leverages the Monaco Editor for an easier coding experience. # Space separated list of urls -screenshoturls https://raw.githubusercontent.com/SlicerMorph/SlicerEditor/main/screenshot.png https://raw.githubusercontent.com/SlicerMorph/SlicerEditor/main/screenshot_2.png +screenshoturls https://raw.githubusercontent.com/SlicerMorph/SlicerScriptEditor/main/screenshot.png https://raw.githubusercontent.com/SlicerMorph/SlicerScriptEditor/main/screenshot_2.png # 0 or 1: Define if the extension should be enabled after its installation. enabled 1