Scripts tagged with "goto"
-
Order Eclipse to open file and jump to given line with your browser
Script runs as eclipse starts. It sets up TCP/IP socket (default port 1305).
By going with any browser to url http://localhost:1305/project/path/to/file.ext:line you are ordering eclipse to open file "file.ext" from project named "project" lying on path "path/to/". After opening file eclipse will move cursor to line numbered "line" (counting from 1)
You may use regular expressions in project name, file path and file name. Tags: pdt line webdevelopment goto phpeclipse jumpto remote file open | 2008-05-09