dom96 / Aporia

IDE/Advanced text editor mainly focusing on support for the Nim programming language.
Other
379 stars 35 forks source link

Goto changes #130

Closed achesak closed 5 years ago

achesak commented 7 years ago
achesak commented 7 years ago

Also fixed an older bug where non-ints entered after ints would not fail to validate and wouldn't mark the field red.

dom96 commented 7 years ago

Also fixed an older bug where non-ints entered after ints would not fail to validate and wouldn't mark the field red.

I consider that a feature. Please restore it :)

achesak commented 7 years ago

Reverted

achesak commented 7 years ago

Simplified the parsing of the line and column as well as the check for validity. Negative numbers are still supported, as personally I use negative line numbers rather frequently.