Page 1 of 1

wxformbuilder and codelite

Posted: Sat Jan 04, 2020 8:55 am
by happythings
os ubuntu 16.04
codelite 13.0.8 built from source code
wxformbuilder 3.9.0 built from source code
wxformbuilder execute file is linked to /usr/bin
now wxformbuilder can be run in terminal
but when i double click .fbp file in codelite ide, the file is is opened in firefox.
so how to configure codelite plugins to open fbp file in wxfombuilder and not in web browser?
i have tried to set wxFormbuilder setting by menu Plugin->wxFormbuilder->settings
but can not success. how to properly set wxFormbuilder setting?

Re: wxformbuilder and codelite

Posted: Sat Jan 04, 2020 12:46 pm
by eranif
When you try to open fbp file in CodeLite, the wxFB plugin will execute this command:

Code: Select all

/bin/sh -c 'xdg-open FILEPATH'
So it seems that your fbp files are not associated with the wxFormBuilder on your Linux box

Re: wxformbuilder and codelite

Posted: Sun Jan 05, 2020 9:02 am
by happythings
i know, thank you very much