Open
Description
What steps will reproduce the problem?
1. Name a sequence so it starts with a number
2. Export it to Arduino
3. Try double clicking to open it
What is the expected output? What do you see instead?
It should open the Arduino environment and load the exported sequence. Instead
it opens the Arduino environmnent and loads a blank program and throws a bunch
of Java exceptions in the bottom.
What version of the product are you using? On what operating system?
1.4.383, Windows 7
Please provide any additional information below.
Probably related to the expressions can't start with numbers thing. Simple fix
is to detect if first character of a sequence is a numeral, and if so, prepend
a letter before exporting.
Original issue reported on code.google.com by tlauw...@finchrobot.com
on 17 Jan 2015 at 1:38