Author Topic: save/copy messages in message window?  (Read 27366 times)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2773
Re: save/copy messages in message window?
« Reply #30 on: April 06, 2006, 05:26:31 am »
Re: DragScroll vs. Build Messages Context menu confict.

Fixed in SVN 2315. Had to remove drag scrolling ListCtrl windows.

Hate to do this since drag scrolling the Find Results window is
very convenient.

Will try to figure out a better solution.

thanks
pecan


Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: save/copy messages in message window?
« Reply #31 on: April 06, 2006, 08:38:32 am »
Not "on" the tab, but "in" the messages list :)

Yes, I have tried both on the tab and on the messages list, but without result.

Best wishes,
Michael


Hmm, seems I forgot to commit? :lol:

no you didn't forget  :)

the problem is, that there is some interaction with the DragScroll V0.19 plugin,
when i deactivate the DragScroll plugin i get the Message-log's Popupmenu too.

Ah, thanks :)
That was strange because since I referred to a specific revision, I must had committed...
Be patient!
This bug will be fixed soon...

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: save/copy messages in message window?
« Reply #32 on: April 06, 2006, 12:04:07 pm »
Hello,

I have just tried it in Ubuntu 5.10 and it works fine :D. I just wonder why you cannot simply click anywhere in the window list, but on a message to get the context menu.

Best wishes,
Michael

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: save/copy messages in message window?
« Reply #33 on: April 06, 2006, 01:11:33 pm »
Re: DragScroll vs. Build Messages Context menu confict.

Fixed in SVN 2315. Had to remove drag scrolling ListCtrl windows.

Hate to do this since drag scrolling the Find Results window is
very convenient.

Will try to figure out a better solution.

Wouldn't it be possible to skip the event for further processing after drag-scrolling ?

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2773
Re: save/copy messages in message window?
« Reply #34 on: April 06, 2006, 02:09:10 pm »

Wouldn't it be possible to skip the event for further processing after drag-scrolling ?

Have found the problem. Wouldn't you guess....A missing event.Skip().
Man, it's just too easy to forget 'em. We need an auto_event.Skip() like
an auto_ptr.

Will commit after testing on linux. Then we'll have listctrl scrolling back.

thanks
pecan


Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: save/copy messages in message window?
« Reply #35 on: April 06, 2006, 02:14:43 pm »
Have found the problem. Wouldn't you guess....A missing event.Skip().
found it too and patched it locally, works fine again  :)

btw. many thanks for this great plugin !