[Qt-creator] NimPlugin: autocompletion

Coda Highland chighland at gmail.com
Fri May 22 20:03:41 CEST 2015


That's not THAT hard to address.

I mean, Qt Creator does, by definition, include a build environment.

For Windows, where the default deployment of Creator isn't built with
the same compiler and Qt libraries as the binaries Creator outputs, we
can go ahead and ship binaries. And OSX is a homogeneous enough
platform that we could probably get away with binaries there, too. For
everyone else, we can do something like Ports: installing a plugin is
an automated process that downloads and compiles the plugin on its
own.

If even that doesn't work for you, then you're probably looking at an
environment where you PROBABLY have something specialized going on, at
which point Creator could at least still give you the sources so you
can find things in a centralized location and then build it yourself.

/s/ Adam

On Fri, May 22, 2015 at 9:21 AM, Filippo Cucchetto
<filippocucchetto at gmail.com> wrote:
> The main issue is to compile the plugin with the same Qt version of
> QtCreator.
> So actually it's not so easy to distribute a plugin.
> Instead if it gets merged the plugin author doesn't have to care about this
> issue.
>
> F.
>
> 2015-05-22 15:22 GMT+02:00 Cristian Adam <cristian.adam at gmail.com>:
>>
>> On 5/22/2015 11:02 AM, Filippo Cucchetto wrote:
>>
>> Thank you!
>>
>> Btw supposing i arrive at a good implementation of my plugin, is there a
>> chance for it being integrated in the master branch?
>> In other words, do you accept contributions for plugins for other
>> languages?
>>
>> F.
>>
>>
>> Or a central place where people can get plugins for Qt Creator. Visual
>> Studio has Visual Studio Gallery (5437 items)
>>
>> One would get working / tested plugins without having to compile
>> themselves.
>>
>> Cheers,
>> Cristian.
>
>
>
>
> --
> Filippo Cucchetto
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>



More information about the Qt-creator mailing list