Open-Turing-Project / OpenTuring

An open source version of the Windows Turing interpreter. Features speed improvements and new features.
http://tristan.hume.ca/openturing
Other
72 stars 41 forks source link

Cannot open compile file when multiple "." in file name. #31

Open Kiran-Rao opened 12 years ago

Kiran-Rao commented 12 years ago

1.1.0 alpha build:

Whenever the compiler runs a file with multiple periods, it creates ..tbc, but looks for the file created after the first "."

eg "FilenameV2.1.t" is converted to "FilenameV2.1.tbc", but the editor opens "FilenameV2.tbc", resulting in an error. This is only an issue with the new editor.