Hi Tobias, list I am working on a SpellChecker Plugin for Qt Creator to check spelling of comments and string literals in C/C++ files.
I have just (last night) created a new release that adds the option so select C, C++ or both types of comments to be checked. It already has a lot of settings and has a few widgets that integrate into Qt Creator. I have compiled plugins for both Windows and Linux(x64) versions of Qt Creator 3.4 that can just be deployed with a few easy steps after downloading. Check out the plugin on my GitHub page: https://github.com/CJCombrink/SpellChecker-Plugin Releases can be downloaded from: https://github.com/CJCombrink/SpellChecker-Plugin/releases The wiki page shows some screenshots: https://github.com/CJCombrink/SpellChecker-Plugin/wiki One goal is to try and integrate into Qt Creator but not sure when I will get to doing that and the amount of effort that it will take. Any comments and feedback will be appreciated. Regards, On Sat, May 23, 2015 at 7:44 AM, Denis Shienkov <[email protected]> wrote: > Hi. > > Recently I need to make a remote debugging on Win32 target (remote PC). > Where it is not possible to use the mouse && keyboard. So, I start to > implement the RemoteWindows plugin (similar to RemoteLinux, but withous the > SSH), where are used WinRS (to remote startup of process) and netuse (to > uploading a files for remote deployment). > > But this work still is not completed and I don't need in it anymore > (because a my project already is complete without remote debugging). > > So, if a remote debuging for Win32 it is useful idea, then I can continue > the RemoteWindows plugin (this sources is on my PC locally). :) > > BR, > Denis > > 23.05.2015 1:06, Hugo Parente Lima пишет: > > Hi, > > A plugin to add support for the Ruby language into QtCreator. > > I use my own plugin everyday on my daily job and it's nice! at least for > my needs :-P > > https://github.com/hugopl/RubyCreator > > On Fri, May 22, 2015 at 5:45 PM, Hunger Tobias < > [email protected]> wrote: > >> Hi Mailing list! >> >> In the NimPlugin thread there were some people implying that they are >> working on custom Qt Creator plugins. I do know about some of those, but I >> would be really curious as to what else is out there:-) >> >> So I would like to ask: What kind of plugins do you work on? >> >> What can we do to make things easier for you? Yes, a build service would >> be nice, but from my perspective I do not see that happening anytime >> soon:-/ Sorry about that. >> >> Have you ever considered to contribute your plugins? What is keeping you >> from doing so? >> >> Best Regards, >> Tobias >> >> PS: Please feel free to reply in private. I understand that some of you >> are not able to discuss their work in public, but I am still awfully >> curious about the cool stuff that you people are doing with Qt Creator and >> the extensions you wrote for it :-) >> >> -- >> Tobias Hunger, Senior Software Engineer | The Qt Company >> >> The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin >> Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der >> Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB >> 144331 B >> _______________________________________________ >> Qt-creator mailing list >> [email protected] >> http://lists.qt-project.org/mailman/listinfo/qt-creator >> > > > > -- > Hugo Parente Lima > > > > _______________________________________________ > Qt-creator mailing > [email protected]http://lists.qt-project.org/mailman/listinfo/qt-creator > > > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator > >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
