Hi, I often open bash files from a script to edit by either doing this:

     geany "some file.sh"

or this

     xdg-open "some file.sh"

Every time I do that I get a separate instance of geany with the file.  Is there a way to force it to *not* do a new instance but rather open a new pane or tab or whatever its called in an existing window?

Thanks!