Does Geany or Gedit provide a browser protocol in the way Textmate does with txmt://?
Posted
by
Rich
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Rich
Published on 2010-11-30T12:05:14Z
Indexed on
2011/01/06
18:58 UTC
Read the original article
Hit count: 208
programming
|gedit
Textmate on the Mac can be bound to the txmt protocol, meaning that development frameworks (such as the Play Framework) can be configured to use this to display error messages. If a stacktrace appears, each line of the stacktrace is a URL of the format (I'm guessing):
txmt:///home/myuser/projects/myproject/ProblemFile.java:123
(where 123 is the line number).
Clicking this opens the file in Textmate.
Is this possible with Gedit, Geany or another programmer's text editor?
© Ask Ubuntu or respective owner