Add TRO_INSERT command to hand-place new TRO markers
Lets the TRO menu insert a fresh TRO_SYM_<Typ> marker (point + type + auto-suggested TROnn id) by reusing a block definition tro_annotate.py already created, instead of only editing markers it placed.
This commit is contained in:
+6
-1
@@ -659,6 +659,11 @@
|
||||
"tro-edit-hinweis": "Symbol und FB folgen erst beim naechsten Lauf von tro_annotate.py.",
|
||||
"tro-edit-id-leer": "Die TRO-Kennung darf nicht leer sein - nichts geaendert.",
|
||||
"tro-edit-gespeichert": "\nTRO gespeichert: ID = %1, TYP = %2",
|
||||
"tro-edit-typ-geaendert": "\nTyp geaendert - tro_annotate.py neu laufen lassen, damit Symbol und FB passen."
|
||||
"tro-edit-typ-geaendert": "\nTyp geaendert - tro_annotate.py neu laufen lassen, damit Symbol und FB passen.",
|
||||
"tro-insert-kein-typ": "Keine TRO-Typen verfuegbar (tro_types.lsp fehlt) - bitte lib/tro_annotate.py --emit-lisp ausfuehren.",
|
||||
"tro-insert-hinweis": "Die Blockform muss bereits in der Zeichnung vorhanden sein (aus einem frueheren Lauf von tro_annotate.py).",
|
||||
"tro-insert-kein-block": "Kein Symbol fuer diesen Typ in der Zeichnung (%1) - bitte tro_annotate.py mit diesem Typ laufen lassen.",
|
||||
"tro-insert-prompt-punkt": "\nEinfuegepunkt: ",
|
||||
"tro-insert-eingefuegt": "\nTRO eingefuegt: ID = %1, TYP = %2"
|
||||
}
|
||||
}
|
||||
|
||||
+6
-1
@@ -659,6 +659,11 @@
|
||||
"tro-edit-hinweis": "Symbol and FB follow on the next tro_annotate.py run.",
|
||||
"tro-edit-id-leer": "The TRO id must not be empty - nothing changed.",
|
||||
"tro-edit-gespeichert": "\nTRO saved: ID = %1, TYPE = %2",
|
||||
"tro-edit-typ-geaendert": "\nType changed - re-run tro_annotate.py so symbol and FB match."
|
||||
"tro-edit-typ-geaendert": "\nType changed - re-run tro_annotate.py so symbol and FB match.",
|
||||
"tro-insert-kein-typ": "No TRO types available (tro_types.lsp missing) - run lib/tro_annotate.py --emit-lisp.",
|
||||
"tro-insert-hinweis": "The block shape must already exist in the drawing (from an earlier tro_annotate.py run).",
|
||||
"tro-insert-kein-block": "No symbol for this type in the drawing (%1) - run tro_annotate.py with this type first.",
|
||||
"tro-insert-prompt-punkt": "\nInsertion point: ",
|
||||
"tro-insert-eingefuegt": "\nTRO inserted: ID = %1, TYPE = %2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user