summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com>2025-08-24 20:31:43 +0200
committerGitHub <noreply@github.com>2025-08-24 20:31:43 +0200
commit0b3e0e962dd238297a0c05896b592837c0480015 (patch)
treed3a47331d23bd52f12ed4354d47963409197745c
parentdbef888e4d07fbd8dd840d160266768e41c894a2 (diff)
rename extension (#3938)
rename lettering_fill_composed_glyphs lettering_organize_glyphs
-rw-r--r--lib/extensions/__init__.py4
-rw-r--r--lib/extensions/lettering_organize_glyphs.py (renamed from lib/extensions/lettering_fill_composed_glyphs.py)2
-rw-r--r--templates/lettering_organize_glyphs.xml (renamed from templates/lettering_fill_composed_glyphs.xml)8
3 files changed, 7 insertions, 7 deletions
diff --git a/lib/extensions/__init__.py b/lib/extensions/__init__.py
index 4308d316..f6694a90 100644
--- a/lib/extensions/__init__.py
+++ b/lib/extensions/__init__.py
@@ -35,7 +35,7 @@ from .lettering import Lettering
from .lettering_along_path import LetteringAlongPath
from .lettering_custom_font_dir import LetteringCustomFontDir
from .lettering_edit_json import LetteringEditJson
-from .lettering_fill_composed_glyphs import LetteringFillComposedGlyphs
+from .lettering_organize_glyphs import LetteringOrganizeGlyphs
from .lettering_font_sample import LetteringFontSample
from .lettering_force_lock_stitches import LetteringForceLockStitches
from .lettering_generate_json import LetteringGenerateJson
@@ -113,7 +113,7 @@ extensions = [
LetteringAlongPath,
LetteringCustomFontDir,
LetteringEditJson,
- LetteringFillComposedGlyphs,
+ LetteringOrganizeGlyphs,
LetteringFontSample,
LetteringForceLockStitches,
LetteringGenerateJson,
diff --git a/lib/extensions/lettering_fill_composed_glyphs.py b/lib/extensions/lettering_organize_glyphs.py
index edc1dd81..067cc6db 100644
--- a/lib/extensions/lettering_fill_composed_glyphs.py
+++ b/lib/extensions/lettering_organize_glyphs.py
@@ -10,7 +10,7 @@ from .base import InkstitchExtension
from ..i18n import _
-class LetteringFillComposedGlyphs(InkstitchExtension):
+class LetteringOrganizeGlyphs(InkstitchExtension):
"""_summary_
The goal of this extension is to help the font digitizer with steps to organize its work.
At each step a group of glyphs is brought to the top of the object stack, and the font
diff --git a/templates/lettering_fill_composed_glyphs.xml b/templates/lettering_organize_glyphs.xml
index 9ebf72c0..b89ffa76 100644
--- a/templates/lettering_fill_composed_glyphs.xml
+++ b/templates/lettering_organize_glyphs.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <name>Fill Composed Glyphs</name>
- <id>org.{{ id_inkstitch }}.lettering_fill_composed_glyphs</id>
- <param name="extension" type="string" gui-hidden="true">lettering_fill_composed_glyphs</param>
+ <name>Organize Glyphs</name>
+ <id>org.{{ id_inkstitch }}.organize_glyphs</id>
+ <param name="extension" type="string" gui-hidden="true">lettering_organize_glyphs</param>
<param name="tabs" type="notebook">
<page name="options" gui-text="Options">
@@ -28,7 +28,7 @@
<label>This extension helps the font digitizer to organize its work in steps to maximize reuse of already digitized letters.</label>
<spacer />
<label>Get more information on our website</label>
- <label appearance="url">https://inkstitch.org/docs/font-tools/#fill_composed_glyphs</label>
+ <label appearance="url">https://inkstitch.org/docs/font-tools/#organize_glyphs</label>
</page>
</param>