Auto adding definition and mutator method
-
wrote on 12 Mar 2011, 09:31 last edited by
You guys are developers, so I am looking forward to your Merge Requests about those helpers;-)
Seriously: It is not that hard to write them, using the existing examples as a guide. http://qt.gitorious.org/qt-creator/qt-creator/blobs/master/src/plugins/cppeditor/cppquickfixes.cpp has most of the code of the existing ones.
-
wrote on 12 Mar 2011, 09:33 last edited by
I just might... But first, I am going to see how a previous merge request is going to fare. I know it is my turn now for that request, but I have seen others stalled for about a year. Thanks for the ALT-Enter tip though!
-
wrote on 12 Mar 2011, 15:41 last edited by
Believe it or not,
I take this into consideration, but if there is already such a plug-in or whatever why should I do another.
But at the moment my skills arn't at the level to write plug-ins for the creator.Maybe in the near future ^^
-
wrote on 12 Mar 2011, 18:03 last edited by
Andre: We try to process MRs as fast as possible, but sometimes they do stall:-( The people doing the reviews are the developers that work on creator. Unfortunately we all are rather swamped with work... We try to keep up, but some MRs fall through the cracks, others are reviewed but awaiting action by the submitters. Gitorious does not send notification on updates to MRs, so sending a mail to the reviewer does help getting your MRs through the review faster.
Feel free to send me a message if you feel your MR did not get the attention it deserved. I'm happy to poke my coworkers;-)
-
wrote on 12 Mar 2011, 18:04 last edited by
Schneidi: Quickfixes should just be a couple of lines of code, no need to put those into a separate plugin.
-
wrote on 13 Mar 2011, 09:41 last edited by
Tobias, I understand that you do, and I wasn't talking about Creator either but about Qt proper. Perhaps the smaller group working on Creator is a bit more agile and processes merge requests faster. I have no experience with that. I hope the situation will improve for Qt itself too with the implementation of the Open Governance strategy.
-
wrote on 13 Mar 2011, 15:49 last edited by
Andre: Our track record in Qt Creator is unfortunately not perfect, either:-(
All of us here hope to see open governance asap! It will make things so much easier for us!
-
wrote on 15 Mar 2011, 16:54 last edited by
Good news: Just noticed that Qt Creator 2.2 will have support to implement getters and setters based in a Q_PROPERTY.
We still have a few too many bugs open against the 2.2 branch to release a Qt Creator 2.2 beta, but we are working on those right now.
-
wrote on 15 Mar 2011, 16:56 last edited by
[quote]Good news: Just noticed that Qt Creator 2.2 will have support to implement getters and setters based in a Q_PROPERTY.[/quote]
Nice!
Thanks! Is that something added just now by you because of this thread? ;) -
wrote on 15 Mar 2011, 17:41 last edited by
Andre: Actually it was mentioned in the changelog for 2.2.0:-) I was asked to add my changes there, so I had to read it.
-
wrote on 15 Mar 2011, 18:10 last edited by
Hi Tobias,
thats good news can't wait to explore the new feature in the upcomming release.Thanks for the info.
-
wrote on 15 Mar 2011, 21:42 last edited by
[quote author="Schneidi" date="1300212650"]Hi Tobias,
thats good news can't wait to explore the new feature in the upcomming release.Thanks for the info.[/quote]
The current sources are on git - if you don't mind using probably unstable code :)
-
wrote on 16 Mar 2011, 07:28 last edited by
Well this is on option and it depends on how long it takes to release the 2.2 version.
-
wrote on 16 Mar 2011, 08:01 last edited by
The nightly builds are currently using the 2.2 branch as far as I know. So that should be a fast way to test the branch. It is not beta-release ready at this time, but it is rather stable already and the version most of us currently use to develop Qt Creator in.
21/25