GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[ENH] remove Upper case Restriction in Sequence Names

TimothyLuke opened this issue · 0 comments

commented

🟢 How does GSE currently work
Sequence names must be unique. The restriction was added that sequence names needed to be upper case to work around case errors in /click. As KeyBinding is direct and has a drop down list, the sequence doesn’t need to be upper case as a rule anymore,

There is code that checks if the current name already exists so that will prevent collisions with other objects.