Author Topic: What's your idea about the patch 3280 for C::B debugger hight line  (Read 12089 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
http://developer.berlios.de/patch/?func=detailpatch&patch_id=3280&group_id=5358

I'm going to commit this if no objects for several days. Thanks.
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 oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: What's your idea about the patch 3280 for C::B debugger hight line
« Reply #1 on: May 09, 2012, 10:32:18 am »
First I have to try it, they you can commit it, but I'm not sure I like it from just looking at it. :)
(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!]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: What's your idea about the patch 3280 for C::B debugger hight line
« Reply #2 on: May 10, 2012, 01:23:30 am »
I did not test it, but it should at least be configurable (optional).

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: What's your idea about the patch 3280 for C::B debugger hight line
« Reply #3 on: May 14, 2012, 07:24:30 am »
@obf
I did not notice that you have take that patch for several days, thank you:
https://developer.berlios.de/patch/?func=detailpatch&patch_id=3280&group_id=5358

@administrator:
It looks like when some "patches" in the berlios was changed, I can't get a notification email.
But if something is changed in "bugs" or "features", I can receive a notification email.
Can you enable the email for "patches"? Thanks.
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: 9694
Re: What's your idea about the patch 3280 for C::B debugger hight line
« Reply #4 on: May 14, 2012, 08:53:12 am »
Can you enable the email for "patches"? Thanks.
As long as you don't subscribe to a patch you won't be notified. There is no such setting I/we could set.
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 ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: What's your idea about the patch 3280 for C::B debugger hight line
« Reply #5 on: May 14, 2012, 08:59:16 am »
Can you enable the email for "patches"? Thanks.
As long as you don't subscribe to a patch you won't be notified. There is no such setting I/we could set.
But how can I subscribe to a patch? I have added a comments there, but this does not function like our c::b forum. (In our forum, when I post a reply in one thread, I was just subscribed to the thread)
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: 9694
Re: What's your idea about the patch 3280 for C::B debugger hight line
« Reply #6 on: May 14, 2012, 09:36:36 am »
But how can I subscribe to a patch?
By assigning yourself to it. I don't know if there is another way... I doubt there is though.

Wait... Isn't there a way to subscribe via RSS? (I'll check...)
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 ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: What's your idea about the patch 3280 for C::B debugger hight line
« Reply #7 on: May 14, 2012, 09:52:44 am »
But how can I subscribe to a patch?
By assigning yourself to it. I don't know if there is another way... I doubt there is though.
But if one "patch" is already assigned to someone, I have no way to assigned again. I just want to follow there discussion. :)
Quote
Wait... Isn't there a way to subscribe via RSS? (I'll check...)
It looks like the RSS is not exported, see:
https://developer.berlios.de/export/rss_project.php?group_id=5358
I receive:
Quote
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE bs_patches SYSTEM "http://developer.berlios.de/export/bs_patches_0.1.dtd">
<patches>
    <error>You are not an administrator for this project</error>
</bugs
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: 9694
Re: What's your idea about the patch 3280 for C::B debugger hight line
« Reply #8 on: May 14, 2012, 02:10:02 pm »
But if one "patch" is already assigned to someone, I have no way to assigned again. I just want to follow there discussion. :)
Seems its not possible, indeed.

It looks like the RSS is not exported, see:
https://developer.berlios.de/export/rss_project.php?group_id=5358
That's not the RSS, but the complete patch database. You don't really want to subscribe to "that" - its a multiple megabyte large XML file. ;-)

But I also found no way to additionally "listen" for changes on patches. Seems a serious limitation of the BerliOS patch tracker.

You could use a service like this:
http://www.rba.co.uk/sources/monitor.htm
...to track the page for changes. Not very nice... but...
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 ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: What's your idea about the patch 3280 for C::B debugger hight line
« Reply #9 on: May 15, 2012, 11:55:22 am »
But if one "patch" is already assigned to someone, I have no way to assigned again. I just want to follow there discussion. :)
Seems its not possible, indeed.

It looks like the RSS is not exported, see:
https://developer.berlios.de/export/rss_project.php?group_id=5358
That's not the RSS, but the complete patch database. You don't really want to subscribe to "that" - its a multiple megabyte large XML file. ;-)

But I also found no way to additionally "listen" for changes on patches. Seems a serious limitation of the BerliOS patch tracker.

You could use a service like this:
http://www.rba.co.uk/sources/monitor.htm
...to track the page for changes. Not very nice... but...

Hi, morten, thanks for the info, I receive an answer from the berliOS guys, can you see the solution.
BerliOS Developer: Support Request Detail: 103361

It need C::B administrator on berliOS, can you enable it?
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: 9694
Re: What's your idea about the patch 3280 for C::B debugger hight line
« Reply #10 on: May 15, 2012, 03:35:09 pm »
It need C::B administrator on berliOS, can you enable it?
That's not exactly what I meant. Because having you in there, means you get notified on EVERY change of EVERY bug/patch. So this is not specific to certain bugs/patches. (That's what I had in mind...)

I entered you now anyways, but don't blame me if you email in-box gets flooded.. ;-)
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