Skip to content

Commit

Permalink
Rename SlicerEditor to ScriptEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
lassoan committed Sep 25, 2024
1 parent 2384492 commit 4b4f122
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SlicerEditor.s4ext → ScriptEditor.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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?
Expand All @@ -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

0 comments on commit 4b4f122

Please sign in to comment.