[Github-comments] [geany/geany] Opening a new tab in an existing instance from shell (#1512)

Matthew Brush notifications at xxxxx
Sat Jun 10 01:37:22 UTC 2017


If so, [this patch](https://gist.github.com/codebrainz/71d761e2cfd7e7519106ce4f731dd5ee) should work, but it doesn't since Geany ignores request to use existing socket file when no filenames are given, so it always opens a new instance. I have no idea where that code is, but something like this should work with the patch if it was fixed:

```bash
$ geany -u
# or
$ geany --socket-file=/what/ever -u
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1512#issuecomment-307533798
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170609/bd19235c/attachment.html>


More information about the Github-comments mailing list