Ticket #4402 (new enhancement)
mcedit - open file at specific line and column position
Reported by: | misarm | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Future Releases |
Component: | mcedit | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
It will be very useful if user can open file at specific line, and also column position. Column position can be simple added after end colon.
Example - open file reggs.c at line 640 at column 20:
mcedit regs.c:640:20
Change History
comment:2 in reply to: ↑ 1 Changed 2 years ago by misarm
Replying to andrew_b:
Open at line is implemented for years.
Yes, and I use it often. But cursor is at start of line, not at specific column position.
It will be also useful in automatic scripts (open file at exact position of error - including column, produced by gcc,...)
Note: See
TracTickets for help on using
tickets.
Open at line is implemented for years.