News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Making the TODO list smaller - help!

Started by rickg22, June 27, 2007, 08:00:54 AM

Previous topic - Next topic

rickg22

Guys, i'm embarrassed, but I can't manage to resize the todo list.

If you try to resize the todo list, you can't resize it below a specific height. I've tried to change the parameters using SetBestFittingSize (or SetInitialSize in wx2.8.4), but it doesn't work.

Any hints?

mandrav

Be patient!
This bug will be fixed soon...

rickg22

#2
Thanks! :D

Edit: Now that we're at it, why did you remove the TODO list from the message manager? It was fine as it was... I think...

Hey! The todo plugin has a configure dialog. Why isn't it attached to the Environment settings????  :?
Edit: Ah, ToDo list hasn't been updated to use the new configuration environment... I'll do that.

mandrav

Quote from: rickg22 on June 27, 2007, 03:04:43 PM
Edit: Now that we're at it, why did you remove the TODO list from the message manager? It was fine as it was... I think...

Because TODOs are not messages...
Be patient!
This bug will be fixed soon...

rickg22

Well, in a way, they are... they are "reminder" messages :)

Anyway. I modified the lines you told me, but the minimum size doesn't change. Is there something else I should do?

mandrav

Yes, try "View->Layout->Delete current".
Be patient!
This bug will be fixed soon...

rickg22


rickg22

Yiannis, bad news. I tried that, but C::B said it couldn't delete the default Code::Blocks layout. Instead it asked me to reset to some default values. I did, and nothing happened. The Todo list kept blocking at the same minimum size.

It wasn't until I changed its pane name (todolistpane2 or something) that I could resize it to a decent minimum value. Is this a Code::Blocks bug?

rickg22

I submitted a patch for the ToDo list. Additionally, it gives the user the __option__ (disabled by default) to put the ToDo list in the messages pane.
Please tell me what you think.

http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=2082&group_id=5358

Only one detail, if the ToDo is shown in the messages pane, the buttons are shown over dark grey instead of the normal light grey. Don't know why...

gnewt


Sounds like a nice idea :idea: to me, from a "screen real-estate" point of view.

Quote from: rickg22 on June 28, 2007, 04:23:21 AM
I submitted a patch for the ToDo list. Additionally, it gives the user the __option__ (disabled by default) to put the ToDo list in the messages pane.
Please tell me what you think.

gn

raph

As I posted here I think it would be cool if wxAUI managed the tabs.
If the user could drag tabs out notebooks to create an own floating pane (and vice versa) we could let wxAUI and in the end the user decide about the layout.
So we wouldn't need to hardcode an option.

Regards
raph

rickg22

#11
Raph: We're about to release RC3 (a few weeks), we can't just change a whole thing without further testing, I'm afraid we'd have to wait until v1.0 is released to start making changes on this.

Tell you what. When I get home, I'll commit the patch that I have (it fixes other bugs, too), if nobody objects.
Edit: Done.