wxformbuilder and codelite

CodeLite installation/troubleshooting forum
happythings
CodeLite Enthusiast
Posts: 18
Joined: Thu Oct 25, 2018 1:02 pm
Genuine User: Yes
IDE Question: c++
Contact:

wxformbuilder and codelite

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: wxformbuilder and codelite

Post 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
Make sure you have read the HOW TO POST thread
happythings
CodeLite Enthusiast
Posts: 18
Joined: Thu Oct 25, 2018 1:02 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: wxformbuilder and codelite

Post by happythings »

i know, thank you very much
Post Reply