Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

QtWorkbench plugin

<< < (35/44) > >>

iw2nhl:
Hi yop,
some of the things you are doing have already be done in another OpenSource project: QMake Manager which is a plugin for KDevelop.
Why not join the forces?
I've already posted some bug reports for QMake Manager and the latest release is quite stable and functional.
It supports custom .pro files (with comments too) and scopes.
Moreover it adapts to the configuration of the user, eg. it finds if the default is release or debug so to add/remove options accordingly.
I like both works, QtWorkbench and QMake Manager. Both make life easier for a Qt developer.
The idea is: instead of use the time to invent and implement what has already been done, use it to add new features.
This should happen in both directions between the two projects.

Sorry for my bad english! I hope it is clear what I mean and I hope this comment is not mis-interpreted: it's not against your very good work, I just want to help it become even better!

Thanks,
Alessandro

yop:
Don't worry, I didn't misinterpret your point. I have already checked the KDevelop implementation and I don't think that my implementation is ever going to match up with them, KDevelop will always have the best available support for Qt (as I guess C::B has for wxWidgets).

iw2nhl:
Ok, thank you for the reply and keep up your good work!

wildcart:
First of all thanks for this nice work. I've been using c::b and your plug-in early this year and was quit satisfied. I recently updated to the current versions of c::b and qtworkbench and I was confused.... doesn't the plug-in work with new version of c::b (the menu item was missing). Then I found the new documentation on your site... Again, nice work :)

However, I have one problem I can't seem to figure out. Whenever I want to debug something, the log states the debugger is started but execution does not break at breakpoints. This only happens if I modify the project to work with QT or in other words: as long as I stick to supplied project types debugging works fine. Among others, I am testing the console project. Applying the steps mentioned in your documentation to switch a Project to use qtworkbench debugging stops to work. The only thing I see with all projects is the debugger complaining about some source file it can't find (the ones with breakpoints in them), e.g.: No source file named E:/Projects/test_cb_debugging/main.cpp. but the debugger also complains if debugging is working. As far as I have seen this happens with all projects I switched to use qtworkbench  :(

I checked the compiler command and it looks ok (e.g. debugging is enabled -g). If this problem is reproducible I'll be glad to help to figure out whats wrong...

cheers
  Chriss

yop:
Thanks for your feedback. Since there is a new release coming up I will test the main features of QtWorkbench so I will let you know if I can see any problems.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version