Author Topic: CC toolbar enhancement  (Read 28771 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6034
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: CC toolbar enhancement
« Reply #15 on: March 25, 2010, 06:45:25 am »
@sbezgodov

I have blame the "token.cpp", and it seems these code snippet exists from rev 1711 by rickg22 in 2006-1-11. Maybe, rickg22 can answer your question. But now, he is not so active in this forum. :(

I have read these code, and can't find any reason we don't apply your patch on token.cpp.  :D

Any comments from morten or jens or rickg22?

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 MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9693
Re: CC toolbar enhancement
« Reply #16 on: March 25, 2010, 08:29:13 am »
I have read these code, and can't find any reason we don't apply your patch on token.cpp.  :D
Any comments from morten or jens or rickg22?
I can't either, but it's on freeze atm..
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline ptDev

  • Almost regular
  • **
  • Posts: 222
Re: CC toolbar enhancement
« Reply #17 on: March 25, 2010, 11:27:13 am »
While I am not in the developing team, I think you could let this one slip...
After all, it is correcting an obvious omission from the UI (the permanently disabled listbox), and in that sense, it is a bug fix...

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: CC toolbar enhancement
« Reply #18 on: March 26, 2010, 10:31:14 am »
While I am not in the developing team, I think you could let this one slip...
After all, it is correcting an obvious omission from the UI (the permanently disabled listbox), and in that sense, it is a bug fix...
But it needs much more testing than a 3-liner bug-fix test, because it does change features of the IDE, even if it would be nice to have this working.

I don't think there should be an exception for this.

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: CC toolbar enhancement
« Reply #19 on: April 21, 2010, 05:43:27 pm »
Hi, I make a little modify, to support global namespace "::".
And it's can be Disable / Enable switch.
Based SVN6204.

[attachment deleted by admin]
« Last Edit: April 22, 2010, 06:37:29 am by Loaden »

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: CC toolbar enhancement
« Reply #20 on: May 02, 2010, 05:53:32 am »
Hi, sbezgodov, this patch not work in linux.
Can you check it?