Eclipse Wiki Editor - Add lineno of resource to Eclipse: link? fudster - Feb 26, 2004 - 09:13 PM Post subject: Add lineno of resource to Eclipse: link?
Remembered another one that I was thinking about.
If you're using your wiki pages as a means of discussing code, i.e. smells, etc., it might be nice if when you pressed F3 the appropriate editor would open and then it jumped to a line number indicated in the Wiki link. Something like:
Code:
Eclipse:/myProject/myFile.txt:25
or:
Code:
Eclipse:/myProject/myFile.txt:lineno:25
or something like that.
Cheers,
__
_)ohn.
channingwalton - Feb 28, 2004 - 01:03 PM Post subject:
OK, that 'sounds' easy, I'll look into it.
Channing
channingwalton - Feb 29, 2004 - 01:36 PM Post subject:
John, I've just released 1.7.5 which adds line number support to eclipse links like this:
Eclipse:/foo/bar:123
You can also add line numbers to wikispace links that link to eclipse resources.
Channing
fudster - Feb 29, 2004 - 01:57 PM Post subject:
Thanks Channing, I downloaded 1.75 and am installing now. This is a very nice feature to have - thanks once again for your responsiveness.
__
_)ohn.