Codelite for python development

General questions regarding the usage of CodeLite
netrick
CodeLite Enthusiast
Posts: 19
Joined: Fri Dec 07, 2012 8:20 pm
Genuine User: Yes
IDE Question: C++
Contact:

Codelite for python development

Post by netrick »

Hi,
codelite offers syntax highlightning for python, so my question is if it is possible to use codelite for python development (ie when i press run it will open my project using python, etc). My platform is linux if it matters. Has anyone tried something like that? Maybe there is a plugin?

Thanks
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite for python development

Post by eranif »

codelite does not offer a python plugin.
It only offers a python syntax highlight.

You can configure it to run python when you click on Ctrl-F5 or the Run button

from the project "settings ->general "
Under the "program to debug / run"
set it to run "/usr/bin/python"
and under the "Program arguments" place your script name

Other than that, I dont think codelite is useful for python
Eran
Make sure you have read the HOW TO POST thread
evstevemd
CodeLite Guru
Posts: 352
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite for python development

Post by evstevemd »

netrick wrote:Hi,
codelite offers syntax highlightning for python, so my question is if it is possible to use codelite for python development (ie when i press run it will open my project using python, etc). My platform is linux if it matters. Has anyone tried something like that? Maybe there is a plugin?

Thanks
There are good Python IDEs out there. Why not go for them.
AFAIK, CL is designed to be C++ Editor/IDE.

CodeLite 15.x
CodeLite is awesome, I just Love it!

netrick
CodeLite Enthusiast
Posts: 19
Joined: Fri Dec 07, 2012 8:20 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite for python development

Post by netrick »

evstevemd wrote:
netrick wrote:Hi,
codelite offers syntax highlightning for python, so my question is if it is possible to use codelite for python development (ie when i press run it will open my project using python, etc). My platform is linux if it matters. Has anyone tried something like that? Maybe there is a plugin?

Thanks
There are good Python IDEs out there. Why not go for them.
AFAIK, CL is designed to be C++ Editor/IDE.
Could you give me some names? The only good I know are commercial and if there is any free and good then it is only for python 2.
Post Reply