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
Codelite for python development
-
- CodeLite Enthusiast
- Posts: 19
- Joined: Fri Dec 07, 2012 8:20 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: Codelite for python development
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
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
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelite for python development
There are good Python IDEs out there. Why not go for them.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
AFAIK, CL is designed to be C++ Editor/IDE.
CodeLite 15.x
CodeLite is awesome, I just Love it!
-
- CodeLite Enthusiast
- Posts: 19
- Joined: Fri Dec 07, 2012 8:20 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelite for python development
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.evstevemd wrote:There are good Python IDEs out there. Why not go for them.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
AFAIK, CL is designed to be C++ Editor/IDE.