Author Topic: That's why i don't like C::B anymore...  (Read 3376 times)

Offline incorrect user

  • Multiple posting newcomer
  • *
  • Posts: 24
That's why i don't like C::B anymore...
« on: November 25, 2009, 12:54:41 pm »
1) Code completion is really poor...
       CodeLite rules in this case!
2) Generating Makefile disabled...
       It's very strange that such a useful feature is not still implemented in C::B.
3) Qt support suffers...
       No comments.
Take quality as a rule!

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: That's why i don't like C::B anymore...
« Reply #1 on: November 25, 2009, 01:03:50 pm »
1) Code completion is really poor...
       CodeLite rules in this case!
It did improve a lot in these days. What would you expect the good way of CC, can you point out the weak point of CC.

Did you try the latest SVN? or nightly build version?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline blueshake

  • Regular
  • ***
  • Posts: 459
Re: That's why i don't like C::B anymore...
« Reply #2 on: November 25, 2009, 02:57:48 pm »
Quote
2) Generating Makefile disabled...
       It's very strange that such a useful feature is not still implemented in C::B.
I think cmake is more powerful.
Keep low and hear the sadness of little dog.
I fall in love with a girl,but I don't dare to tell her.What should I do?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: That's why i don't like C::B anymore...
« Reply #3 on: November 25, 2009, 04:11:18 pm »
1) Code completion is really poor...
       CodeLite rules in this case!
2) Generating Makefile disabled...
       It's very strange that such a useful feature is not still implemented in C::B.
3) Qt support suffers...
       No comments.

There is no point in post like yours.
The code completion is poor and this is known fact, but work is done and it gets better.
If you want to help, make some small test projects that show a case where the CC doesn't work.
If there is a bug that really annoys you, try to make a patch which fixes it, CB's sources aren't that hard to read/modify.
CB is open source community project => all the open source rules apply here.

About 2, have you tried the cbMakefileGen plugin?
About 3, have you tried the Qt plugin (don't know its name)? Also if you want to develop QT app, you can try the QTCreator and KDevelop (especially the v4, which looks promising on paper).

Sorry if I was rude in this post and for the bad english.

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]