Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1981 > unrolled thread

Python plugin (semantic-aware) for the Qt Creator IDE

Started by"Leandro T. C. Melo" <ltcmelo@gmail.com>
First post2016-01-14 03:20 -0800
Last post2016-01-15 15:30 -0800
Articles 2 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  Python plugin (semantic-aware) for the Qt Creator IDE "Leandro T. C. Melo" <ltcmelo@gmail.com> - 2016-01-14 03:20 -0800
    Re: Python plugin (semantic-aware) for the Qt Creator IDE "Leandro T. C. Melo" <ltcmelo@gmail.com> - 2016-01-15 15:30 -0800

#1981 — Python plugin (semantic-aware) for the Qt Creator IDE

From"Leandro T. C. Melo" <ltcmelo@gmail.com>
Date2016-01-14 03:20 -0800
SubjectPython plugin (semantic-aware) for the Qt Creator IDE
Message-ID<mailman.142.1452770623.13488.python-announce-list@python.org>
Hi everyone,

I've recently published a Python (and other languages) plugin for the Qt Creator IDE. In fact, Qt Creator already has some official Python support, but it consists of only basic editing features. The plugin I'm working on gives you semantic highlighting, diagnostics, and completion.

Here you go with an introduction video: https://youtu.be/XHrnvswtW6o

The implementation is probably not mature enough to replace an industrial Python IDE or text editor yet, but hopefully I'll get there. If you'd like to try it out, please be patient with eventual bugs but feel free to report them to me.

Notice the plugin is actually a thin layer bridging Qt Creator and the Uaiso engine[1], which is multi-language source code modeller. So if by any chance you'd like to write a plugin for any other IDE or text editor, you'll get the other languages out of the box (currently there's D and Go).

Any kind of feed become is welcome.

Thanks,
Leandro

[1] https://github.com/ltcmelo/uaiso

[toc] | [next] | [standalone]


#1986

From"Leandro T. C. Melo" <ltcmelo@gmail.com>
Date2016-01-15 15:30 -0800
Message-ID<mailman.40.1452952883.15297.python-announce-list@python.org>
In reply to#1981
Hi again...

Sorry, but I have a new url for the video (it's just slightly modified).

https://youtu.be/71aqIwv3vJs

Thanks,
Leandro


On Thursday, January 14, 2016 at 9:23:47 AM UTC-2, Leandro T. C. Melo wrote:
> Hi everyone,
> 
> I've recently published a Python (and other languages) plugin for the Qt Creator IDE. In fact, Qt Creator already has some official Python support, but it consists of only basic editing features. The plugin I'm working on gives you semantic highlighting, diagnostics, and completion.
> 
> Here you go with an introduction video: https://youtu.be/XHrnvswtW6o
> 
> The implementation is probably not mature enough to replace an industrial Python IDE or text editor yet, but hopefully I'll get there. If you'd like to try it out, please be patient with eventual bugs but feel free to report them to me.
> 
> Notice the plugin is actually a thin layer bridging Qt Creator and the Uaiso engine[1], which is multi-language source code modeller. So if by any chance you'd like to write a plugin for any other IDE or text editor, you'll get the other languages out of the box (currently there's D and Go).
> 
> Any kind of feed become is welcome.
> 
> Thanks,
> Leandro
> 
> [1] https://github.com/ltcmelo/uaiso

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web