Re: [Qt-creator] Which plugins are you working on?

2015-05-22 Thread Denis Shienkov

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 
> 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
Qt-creator@qt-project.org 
http://lists.qt-project.org/mailman/listinfo/qt-creator




--
Hugo Parente Lima



___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] Searching for documentation about contribution to Qt-Creator

2015-05-22 Thread Jochen Becher
I tried to clone the qt creator source from all sources listed at
http://code.qt.io/cgit/qt-creator/qt-creator.git:

git://code.qt.io/qt-creator/qt-creator.git
http://code.qt.io/qt-creator/qt-creator.git
https://code.qt.io/qt-creator/qt-creator.git

None works. Https stops with " The server name sent was not recognized
" message, the other two with "error: RPC failed; result=52, HTTP code =
0 fatal: The remote end hung up unexpectedly".

I will now try it with gerrit.

Regards, Jochen


Am Freitag, den 22.05.2015, 06:11 + schrieb Ziller Eike:
> > On May 22, 2015, at 12:09 AM, Orgad Shaneh  wrote:
> > 
> > On Fri, May 22, 2015 at 12:03 AM, Jochen Becher  
> > wrote:
> > Hello,
> > 
> > I want to contribute some improvements to QtCreator (Todo Plugin and one
> > or two new plugins later this year). I searched for documentation how to
> > contribute. The Wiki at qt.io seems to be totally outdated. Is there any
> > current documentation?
> > 
> > I tried to clone from code.qt.io (as mentioned on the download page) but
> > failed (git: and http: failed with "remote hang up" and https: with
> > "server unknown"). Where can I clone the current source? (gitourious
> > didn't change since 15th May and will be closed down end of this month).
> > Any documentation available on that?
> > 
> > Is there any comprehensive documentation about usage of git and gerrit,
> > design documentation and coding style for Qt-Creator?
> > 
> > Regards, Jochen Becher
> > 
> > 
> > ___
> > Qt-creator mailing list
> > Qt-creator@qt-project.org
> > http://lists.qt-project.org/mailman/listinfo/qt-creator
> > 
> > Hi,
> > 
> > Welcome aboard :)
> > 
> > If you're new to gerrit start by reading Setting up Gerrit and Gerrit 
> > Introduction pages on the wiki.
> > 
> > I suggest cloning directly from gerrit, but you can clone from code.qt.io. 
> > The clone address is mentioned in the bottom of this page. So it's either:
> > git clone https://code.qt.io/qt-creator/qt-creator.git
> > git remote add gerrit ssh://codereview.qt-project.org/qt-creator/qt-creator
> > or:
> > git clone ssh://codereview.qt-project.org/qt-creator/qt-creator
> > 
> > Coding style for qt-creator can be found in the docs. For some reason, the 
> > qtcreator-extending docs are not generated in doc.qt.io (Leena?)
> 
> They are on 
> http://doc-snapshots.qt.io/qtcreator-extending/extending-index.html
> 
> Br, Eike
> 
> > 
> > If you have further questions you can join #qt-creator channel on freenode 
> > (I'm usually not there, but others will be glad to help), or post to this 
> > list.
> > 
> > Happy hacking!
> > 
> > - Orgad
> > ___
> > Qt-creator mailing list
> > Qt-creator@qt-project.org
> > http://lists.qt-project.org/mailman/listinfo/qt-creator
> 


___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] Which plugins are you working on?

2015-05-22 Thread 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 <
tobias.hun...@theqtcompany.com> 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
> Qt-creator@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>



-- 
Hugo Parente Lima
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] Which plugins are you working on?

2015-05-22 Thread Jochen Becher
I will release a modelling plugin in a few months. Its not UML compliant
but looks similar (Tobias, Thomas presented it to you on Qt Days 2014).

Regards, Jochen


Am Freitag, den 22.05.2015, 20:45 + schrieb Hunger Tobias:
> 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
> Qt-creator@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator


___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] Which plugins are you working on?

2015-05-22 Thread Tobias Hunger
Hi Ariel,

interesting:-)

I have been hacking on our wizard support for importing code from
version control systems recently. It should be pretty easy now to add
e.g. a custom wizard for all kind of hosting services *hint*, *hint*
:-)

Best Regards,
Tobias


On Fri, May 22, 2015 at 11:27 PM, Ariel Molina  wrote:
> Hi
>
> A Gitlab plugin for tracking issues directly on QtC. We had an initial
> implementation and it kind of worked. Just watching which bugs you have
> pending is a nice addition.
>
> Another idea is to have a sandbox QML base plugin so we could have a
> qmlscrene-like runner. Like a pluginscene right inside QtC would be awesome
> and easy to expand. You dont have to export many variables, just project
> names, git refs and other simple stuff is a great base to develop further.
>
> Ariel
>
> On Fri, May 22, 2015 at 3:45 PM, Hunger Tobias
>  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
>> Qt-creator@qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/qt-creator
>
>
>
>
> --
> Ariel Molina R.
>
> Oficina: +52 (222) 3723196
> Movil: +521 2226 758874
> http://edis.mx
>
> ___
> Qt-creator mailing list
> Qt-creator@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] Which plugins are you working on?

2015-05-22 Thread Ariel Molina
Hi

A Gitlab plugin for tracking issues directly on QtC. We had an initial
implementation and it kind of worked. Just watching which bugs you have
pending is a nice addition.

Another idea is to have a sandbox QML base plugin so we could have a
qmlscrene-like runner. Like a pluginscene right inside QtC would be awesome
and easy to expand. You dont have to export many variables, just project
names, git refs and other simple stuff is a great base to develop further.

Ariel

On Fri, May 22, 2015 at 3:45 PM, Hunger Tobias <
tobias.hun...@theqtcompany.com> 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
> Qt-creator@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>



-- 
Ariel Molina R.

Oficina: +52 (222) 3723196
Movil: +521 2226 758874
http://edis.mx
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


[Qt-creator] Which plugins are you working on?

2015-05-22 Thread Hunger Tobias
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
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] NimPlugin: autocompletion

2015-05-22 Thread Konstantin Tokarev


22.05.2015, 20:59, "Filippo Cucchetto" :
> I think that it isn't so impossible to implement, we just need to:
> - hook a webservice for deploying a plugin source code and put it inside the 
> plugin folder where QtCreator is built
> - change the plugin.pro for adding a new subdir folder
> - build and profit
> i could be a great idea

I always built my plugins out of tree, no need to touch plugin.pro

>
> 2015-05-22 18:51 GMT+02:00 Tobias Hunger :
>> Am 22.05.2015 15:23 schrieb "Cristian Adam"
>>> 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.
>>
>> Oh, that would indeed rock!
>
> --
> Filippo Cucchetto
> ,
>
> ___
> Qt-creator mailing list
> Qt-creator@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator


-- 
Regards,
Konstantin
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] NimPlugin: autocompletion

2015-05-22 Thread Coda Highland
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
 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 :
>>
>> 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@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] NimPlugin: autocompletion

2015-05-22 Thread Filippo Cucchetto
Fair enough :)  i'm too for removing an unmaintained plugin

thanks

2015-05-22 18:50 GMT+02:00 Tobias Hunger :

> Am 22.05.2015 11:03 schrieb "Filippo Cucchetto" <
> filippocucche...@gmail.com>:
> >
> > 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?
>
> I personally are always in favor of including plugins -- provided they are
> useful to more than a fringe group of people.
>
> I am also always in favor of removing unmaintained code though:-) So
> having (a couple of?) people committed to maintain any plugin is a really
> good idea if you do not want to wake up and find your plugin deleted:-)
>
> But if course the decission to include something is heavily dependent on
> the quality of the code, how intrusive a plugin is, etc.
>
> Best Regards,
> Tobias
>



-- 
Filippo Cucchetto
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] NimPlugin: autocompletion

2015-05-22 Thread Filippo Cucchetto
I think that it isn't so impossible to implement, we just need to:
- hook a webservice for deploying a plugin source code and put it inside
the plugin folder where QtCreator is built
- change the plugin.pro for adding a new subdir folder
- build and profit
i could be a great idea


2015-05-22 18:51 GMT+02:00 Tobias Hunger :

>
> Am 22.05.2015 15:23 schrieb "Cristian Adam"
> > 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.
>
> Oh, that would indeed rock!
>



-- 
Filippo Cucchetto
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] NimPlugin: autocompletion

2015-05-22 Thread Tobias Hunger
Am 22.05.2015 15:23 schrieb "Cristian Adam"
> 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.

Oh, that would indeed rock!
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] NimPlugin: autocompletion

2015-05-22 Thread Tobias Hunger
Am 22.05.2015 11:03 schrieb "Filippo Cucchetto" :
>
> 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?

I personally are always in favor of including plugins -- provided they are
useful to more than a fringe group of people.

I am also always in favor of removing unmaintained code though:-) So having
(a couple of?) people committed to maintain any plugin is a really good
idea if you do not want to wake up and find your plugin deleted:-)

But if course the decission to include something is heavily dependent on
the quality of the code, how intrusive a plugin is, etc.

Best Regards,
Tobias
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] NimPlugin: autocompletion

2015-05-22 Thread Filippo Cucchetto
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 :

>  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@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] NimPlugin: autocompletion

2015-05-22 Thread Cristian Adam

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.
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] switching RunConfigurations in the code

2015-05-22 Thread Daniel Teske
On Friday 22 May 2015 13:32:25 Petr Vanek wrote:
> hi all,
> 
> my plugin exposes two types of
> ProjectExplorer::LocalApplicationRunConfiguration:
> 
>  class QorusExecutableRunConfiguration : public
> ProjectExplorer::LocalApplicationRunConfiguration
> and
>  class QoreExecutableRunConfiguration : public
> ProjectExplorer::LocalApplicationRunConfiguration
> 
> my idea is to switch between these configurations whenever the current
> edited document changes. Then the lookup into registered mime types
> shows what run configuration should be used.
> But I cannot find how I can set the current run configuration in the
> code. I'm able to do it only by hands in the UI - MiniProjectTargetSelector.
> 
> Is there some hidden build/run target handler inside qt creator, please?
> 
project()->target()->setActiveRunConfiguration(), but that's sounds very 
strange to want.

daniel
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


[Qt-creator] switching RunConfigurations in the code

2015-05-22 Thread Petr Vanek
hi all,

my plugin exposes two types of 
ProjectExplorer::LocalApplicationRunConfiguration:

 class QorusExecutableRunConfiguration : public 
ProjectExplorer::LocalApplicationRunConfiguration
and
 class QoreExecutableRunConfiguration : public 
ProjectExplorer::LocalApplicationRunConfiguration

my idea is to switch between these configurations whenever the current 
edited document changes. Then the lookup into registered mime types 
shows what run configuration should be used.
But I cannot find how I can set the current run configuration in the 
code. I'm able to do it only by hands in the UI - MiniProjectTargetSelector.

Is there some hidden build/run target handler inside qt creator, please?

thanks,
Petr

___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] NimPlugin: autocompletion

2015-05-22 Thread Filippo Cucchetto
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.


2015-05-22 8:52 GMT+02:00 Nikolai Kosjar :

> On 05/22/2015 08:30 AM, Ziller Eike wrote:
> >> On May 22, 2015, at 12:46 AM, Filippo Cucchetto <
> filippocucche...@gmail.com> wrote:
> >> ...maybe with an overall vision about how they relate to each other...
> >
> > The simplest example that you can find, is probably ProFileEditor, which
> provides completion simply based on a fixed list of keywords.
>
> See also http://doc-snapshots.qt.io/qtcreator-extending/codeassist.html
>
> Nikolai
> ___
> Qt-creator mailing list
> Qt-creator@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>



-- 
Filippo Cucchetto
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] (no subject)

2015-05-22 Thread Tobias Hunger
Hi Jason,

I agree that all of these would be nice to have, but unfortunately we
do not have infinite resources and thus need to prioritize. Things we
consider important get done first, the rest when there is time -- and
we continuously get more reports/find more things ourselves/have new
ideas, so some issues in the bug tracker will take a long time to get
to. Sorry for that, but that is just the way it is.

Any help is with these and other issues is welcome and appreciated.

Best Regards,
Tobias

On Thu, May 21, 2015 at 4:20 PM, Jason H  wrote:
> I was just going through a bunch of QtCreator issues I created(exception: 
> 14111 is not mine) and they all are just sitting in 'REPORTED' status. With 
> the newest Creator, just released, I was hoping I'd see more of these 
> integrated.
>
> QTCREATORBUG-14472 Add "Check out" button to "Make Writable" bar REPORTED
> QTCREATORBUG-14297 Better run/debug/build buttons REPORTED
> QTCREATORBUG-14184 Filter projects in Welcome Screen REPORTED
> QTCREATORBUG-14111 Automatic quoting confuses users: may be buggy 
> REPORTED
>
> None of these are particularly huge, and I think would go a long way in 
> making Creator 3.5 even more friendly.
> ___
> Qt-creator mailing list
> Qt-creator@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


[Qt-creator] No QtQuick UI Project in Qt Creator 3.4

2015-05-22 Thread Juergen Bocklage-Ryannel
Hi,

I'm not sure why the qmlproject support in QtCreator 3.4 was removed (or
disabled by default). We use it quit heavily for embedded system
development. One part of our team writes the backend code using Qt C++
as plugins and the other part of the team using pure QML for frontend
development. The frontend developers do not want to get bothered with
.pro files or deployment or do now want to see any C++ code.

I personally think this is a big step backward to embrace QML/JS
developers coming from HTML5/JS environment.

Is there a discussion I missed? A bug entry I should follow up?

-- 
/ jryannel
http://qmlbook.org
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator