Page 1 of 1

Codelite for python development

Posted: Sat Dec 22, 2012 10:27 pm
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

Re: Codelite for python development

Posted: Sat Dec 22, 2012 10:52 pm
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

Re: Codelite for python development

Posted: Sat Dec 29, 2012 9:26 am
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.

Re: Codelite for python development

Posted: Mon Jan 28, 2013 7:06 pm
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.