[SOLVED] qt creator + python 3.x
-
wrote on 6 Mar 2011, 06:04 last edited by
does qt creator can use python 3.x for coding, building/compiling? since i'm newbie and learning python, creator looks good to me...thanks.
-
wrote on 6 Mar 2011, 07:34 last edited by
Qt Creator does not offer any special support for python. It does do syntax highlighting, but only based on regular expressions and not on understanding the code. There are no further support for python built in.
So no, Qt Creator does not support python. On the other hand its support is no worse than the python support by many other editors (e.g. kate uses the same syntax highlighting creator does:-) A dedicated python IDE does offer way more though.
-
wrote on 29 Sept 2011, 08:56 last edited by
I wish Qt Creator will support "Python":http://python.org/ and "D Programming Language":http://www.d-programming-language.org/
-
wrote on 29 Sept 2011, 09:10 last edited by
If Qt Creator is to offer all languages bindings, there will be no end of it. lol
Eclipse + PyDev is a good enough option for PyQt/PySide developing.
-
wrote on 29 Sept 2011, 09:20 last edited by
[quote author="uranusjr" date="1317287422"]If Qt Creator is to offer all languages bindings, there will be no end of it. lol
Eclipse + PyDev is a good enough option for PyQt/PySide developing.[/quote]
True, but Qt Creator is the best editor for me. I'm using eclipse over 6 years, but qt creator is simple and powerfull then others.
It' s just a wish...
Regards. -
wrote on 29 Sept 2011, 09:35 last edited by
[quote author="hdarama" date="1317288035"]qt creator is simple and powerfull then others.
It' s just a wish...
Regards.
[/quote]I agree. I've been wishing for an option that can match the simpleness of Qt Creator for a while now. Eclipse is a monster (in a good way), but I don't use Java, and a bulk of it is just useless for me.
I actually did some background researches on how to build my own IDE. But now I'm stuck on lacking a good real-time syntax parser. (I know about QScintilla, but am reluctant to use it.) I really don't have much experience with Python, and the process is slow for me. If someone can offer a good idea for this, I'll be really glad to contribute.
-
wrote on 3 Oct 2011, 10:37 last edited by
[SOLVED]
How can i manually download "Syntax Highlight Definition Files". My "Download Selected Definitions" button is not working. I want to download highlight definition for "D language". Regards.Googling, googling, goggling and i find it.
Its downloaded in my home directory. %HOME%\AppData\Roaming\Nokia\qtcreator\generic-highlighter and i find it.
-
wrote on 4 Oct 2011, 12:45 last edited by
Note that the generic highlighter is not using a code model or anything. It is basically just a bunch of regular expressions that highlight some things.
Code completion, etc. will not work for files using the generic highlighters.
-
wrote on 4 Oct 2011, 20:55 last edited by
Thanks Tobias. I think about plugin, which is making D language code completion for qt creator. For now, just thinking... (I <3 Qt Creator)
Best Regards. -
wrote on 22 Mar 2012, 19:12 last edited by
i wish qtcreator would support python as well, pyside is really awesome and qt too. and i would need one less ide installed.
-
wrote on 23 Mar 2012, 07:44 last edited by
jerobarraco: Python support is not a priority for us, but we would really love to see somebody contributing in this area. Our gdb helper code is written in python after all;-)
-
wrote on 16 Jun 2012, 18:35 last edited by
Just happened to stumble on this old post that reminded me of something I found the other day:
"Qt Creator Python Reborn":https://gitorious.org/~sergey-shambir/qt-creator/qt-creator-py-rebornhttps://gitorious.org/~sergey-shambir/qt-creator/qt-creator-py-reborn is a fork to the official Qt Creator that adds Python support. Looks pretty active, but hadn't had the time to check on it.
-
wrote on 16 Jun 2012, 18:50 last edited by
Oh, cool! I'm looking forward to seeing a merge request for that!