dionyziz / Automata

An editor for deterministic finite automata
http://automata.discrete.gr
51 stars 12 forks source link

Alphabet extension #6

Closed dionyziz closed 12 years ago

dionyziz commented 12 years ago

Make it so that when a symbol that is not part of the automaton alphabet is entered during transition creation, the symbol is automatically added to the alphabet.

mzambe commented 12 years ago

I make it so new symbol automatically added to the alphabet I added circular transitions if there is a both way transition between two states. I fixed some bugs with the region selection and i added multiple selection with Shift button. I made the transitions colored when running. Have a look and we 'll talk about it...