Parsing bug

This topic contains 2 replies, has 2 voices, and was last updated by  AdamStrange 2 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2195

    AdamStrange
    Participant

    I think I’ve found a bug when parsing a document in ted2. when using ‘then’ and ‘else’

    this is ok:

    If event.Wheel.Y > 0 then
    _zoom *= 2
    Else If event.Wheel.Y < 0
    _zoom /= 2
    Endif

    this gives the following error “unexpected end of line”

    If event.Wheel.Y > 0 then
    _zoom *= 2
    Else If event.Wheel.Y < 0 then
    _zoom /= 2
    Endif

    #2200

    Mark Sibly
    Keymaster

    Thanks, will fix, but please post bugs in the ‘issues’ thing at github in future, or I may miss them.

    #2218

    AdamStrange
    Participant

    No Problem. Posted a few omissions to the issues git.

    Where would you like additions posted – also to the git?

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.