LanX has asked for the wisdom of the Perl Monks concerning the following question:
A bit of topic, more related to productivity:¹
With the following command I can tell a running emacs (with activated gnuserv) to jump to a certain file and line
emacsclient --no-wait +LINE_NR FILEPATH
what's the corresponding way to do this in Komodo IDE??? ²
I have problems to find that out, and I want to provide this functionality for my team, too.
I know that VIM has a server mode, but for Komodo I seem to need to dig into Python code to achieve this....
For maximum profit for the community I'd appreciate snippets to achieve this for other products too.
(VIM, Nodepad++, Eclipse,... )
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
¹) Need to automatically jump to a code position which defines a html snippet currently displayed in my browser.
²) so many Komodo fans here... ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: [OT] Controlling IDE from command line
by GrandFather (Saint) on May 17, 2015 at 22:32 UTC | |
by LanX (Saint) on May 17, 2015 at 22:46 UTC | |
|
Re: [OT] Controlling IDE from command line
by Anonymous Monk on May 19, 2015 at 12:36 UTC |