atom / fuzzy-finder

Find and open files quickly
MIT License
274 stars 138 forks source link

Validate line numbers before jumping #338

Closed 50Wliu closed 6 years ago

50Wliu commented 6 years ago

Requirements

Description of the Change

Only attempt to jump to a specific line number if the text after the colon is a valid line number. Otherwise, show an error if appropriate and just jump to the file but don't change the cursor position.

Alternate Designs

None.

Benefits

Line number validation and no more uncaught exceptions related to that.

Possible Drawbacks

None?

Applicable Issues

Fixes #308