Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #101858
| From | John Fabiani <johnf@jfcomputer.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Python plugin (semantic-aware) for the Qt Creator IDE |
| Date | 2016-01-17 09:33 -0800 |
| Message-ID | <mailman.73.1453053315.15297.python-list@python.org> (permalink) |
| References | <mailman.142.1452770623.13488.python-announce-list@python.org> <b1fc3382-fe5e-49ef-9de2-85d7ab091751@googlegroups.com> |
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/ >
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python plugin (semantic-aware) for the Qt Creator IDE John Fabiani <johnf@jfcomputer.com> - 2016-01-17 09:33 -0800
csiph-web