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

Structure completion doesn't complete functions or procedures marked as pervasive or body #15

Closed ghost closed 12 years ago

ghost commented 12 years ago

^that.

trishume commented 12 years ago

Fixed in development release.

ghost commented 12 years ago

50% fixed. Pervasive and * don't work yet. Also recommended improvement: make it so that "forward proc i" completes to "forward proc i ; body proc i; ; end i" where ; is a newline.

trishume commented 12 years ago

fixed. last bit would require major overhaul of the completion system.