Single Instance Mode?

CodeLite installation/troubleshooting forum
InTheWorks
CodeLite Curious
Posts: 1
Joined: Wed Sep 30, 2009 1:51 am
Contact:

Single Instance Mode?

Post by InTheWorks »

I've read that single instance mode was introduced in version 2.8, but it doesn't seem to work for me on Ubuntu and I don't see an option for it. Is this correct?

Ubuntu version: 10.04
Codelite version: 2.10.0.4778-ubuntu0

In case it's not clear what I think it should be doing, I expect to be able to launch codelite from the command line with a filename as an option:

Code: Select all

> codelite test.c
test.c should then open as a new tab in the currently open codelite instance.