Community
Participate
Working Groups
If a line:column patter or similar would be allowed in a file URLs has many advantages: - allows passing the exact location with a file URL that tells the editor where to scroll in a file - this allows references to problems in files: - a future problem view - a future "debug error to code" navigation - etc. Just please give me some hints/pointers where to start and I can look on this as a warm-up. Thanks!
We have something like this already: try opening a file in the editor and adding > ?line=15 or > ?line=15&char=3 to the end of the address.
(In reply to comment #1) > > ?line=15&char=3 Hm, "line" works but "char" is broken. I will fix that.
(In reply to comment #2) http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=4479c111b052adb818df3e76f686a2084a7e4ce6
See Comment #3