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?
wxformbuilder and codelite
-
- CodeLite Enthusiast
- Posts: 18
- Joined: Thu Oct 25, 2018 1:02 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: wxformbuilder and codelite
When you try to open fbp file in CodeLite, the wxFB plugin will execute this command:
So it seems that your fbp files are not associated with the wxFormBuilder on your Linux box
Code: Select all
/bin/sh -c 'xdg-open FILEPATH'
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 18
- Joined: Thu Oct 25, 2018 1:02 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: wxformbuilder and codelite
i know, thank you very much