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


Groups > comp.lang.python > #101858 > unrolled thread

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

Started byJohn Fabiani <johnf@jfcomputer.com>
First post2016-01-17 09:33 -0800
Last post2016-01-17 09:33 -0800
Articles 1 — 1 participant

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Python plugin (semantic-aware) for the Qt Creator IDE John Fabiani <johnf@jfcomputer.com> - 2016-01-17 09:33 -0800

#101858 — Re: Python plugin (semantic-aware) for the Qt Creator IDE

FromJohn Fabiani <johnf@jfcomputer.com>
Date2016-01-17 09:33 -0800
SubjectRe: Python plugin (semantic-aware) for the Qt Creator IDE
Message-ID<mailman.73.1453053315.15297.python-list@python.org>
What about debugging?
On Jan 16, 2016 6:02 AM, "Leandro T. C. Melo" <ltcmelo@gmail.com> wrote:

> 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
>
> --
> https://mail.python.org/mailman/listinfo/python-announce-list
>
>         Support the Python Software Foundation:
>         http://www.python.org/psf/donations/
>

[toc] | [standalone]


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


csiph-web