Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base location coordinates starting at [1, 1] #127

Open
MatejKastak opened this issue Aug 17, 2020 · 0 comments
Open

Base location coordinates starting at [1, 1] #127

MatejKastak opened this issue Aug 17, 2020 · 0 comments

Comments

@MatejKastak
Copy link
Member

I suggest basing location.column to the number 1 (e.g. start counting from 1).

How text editors do it?

I did some research and here are the results (most of the programs are in the default configuration).

  • Top leftmost character is at index [line, column]:
  1. Index: [1, 1]
  • vscode
  • atom
  • vim
  • sublime text
  • nano
  • joe
  1. Index: [1, 0]
  • emacs

Implementation notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant