[lazarus] Patch: UnitEditor: when changing page (browsing) keep the moves into history

2006-07-17 Thread Alexandre Leclerc
Description: History was kept for searching and bookmarks. Now it also remembers the browsing of the pages (much like if you where surfing into your source code). If browsing into history, a check make sure that it does not remember these moves. So all the page changes that are not generated by

Re: [lazarus] Mousewheel action broken

2006-07-17 Thread Alexandre Leclerc
2006/7/15, Darius Blaszijk [EMAIL PROTECTED]: Scrolling with the mousewheel in the uniteditor I mean. Yep, mouse scrooling is broken in the source editor... I can't scrool the source code any more. :( I'm sending a patch in 5 minutes (about the time to test the IDE). -- Alexandre Leclerc

[lazarus] Patch: UnitEditor: patch 9616 broke mouse scrolling in IDE

2006-07-17 Thread Alexandre Leclerc
Description: Patch on revision 9616 to restore mouse scrolling. The scrolling was not handled (was set to True). Patched on revision: 9616 Patched in directory: /lazarus/ide -- Alexandre Leclerc uniteditor.patch Description: Binary data

Re: [lazarus] Patch: UnitEditor: patch 9616 broke mouse scrolling in IDE

2006-07-17 Thread Mattias Gaertner
On Mon, 17 Jul 2006 13:48:25 -0400 Alexandre Leclerc [EMAIL PROTECTED] wrote: Description: Patch on revision 9616 to restore mouse scrolling. The scrolling was not handled (was set to True). Patched on revision: 9616 Patched in directory: /lazarus/ide Thanks. Applied. Mattias

Re: [lazarus] Patch: UnitEditor: when changing page (browsing) keep the moves into history

2006-07-17 Thread Mattias Gaertner
On Mon, 17 Jul 2006 09:47:38 -0400 Alexandre Leclerc [EMAIL PROTECTED] wrote: Description: History was kept for searching and bookmarks. Now it also remembers the browsing of the pages (much like if you where surfing into your source code). If browsing into history, a check make sure that

Re: [lazarus] Question of feature: code browser

2006-07-17 Thread Mattias Gaertner
On Sat, 15 Jul 2006 16:00:33 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi Alexandre, I wrote a plugin for Lazarus a while back (Got the idea from GExperts) - not sure if this is what you want, but have a look anyway. I use it constantly in my day-to-day work. It searches your code

Re: [lazarus] Patch: UnitEditor: when changing page (browsing) keep the moves into history

2006-07-17 Thread Alexandre Leclerc
2006/7/17, Mattias Gaertner [EMAIL PROTECTED]: You are a mouse user, aren't you? No, I'm using the keyboard much mode of the time. But When I do form design, I use the mouse. When I have too many pages opened, so that Alt+[1..0] are not enought, I do use the mouse to get the tab I desire. --

Re: [lazarus] Question of feature: code browser

2006-07-17 Thread Alexandre Leclerc
2006/7/17, Mattias Gaertner [EMAIL PROTECTED]: On Sat, 15 Jul 2006 16:00:33 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi Alexandre, I wrote a plugin for Lazarus a while back (Got the idea from GExperts) - not sure if this is what you want, but have a look anyway. I use it

Re: [lazarus] Patch: UnitEditor: when changing page (browsing) keep the moves into history

2006-07-17 Thread Alexandre Leclerc
2006/7/17, Mattias Gaertner [EMAIL PROTECTED]: The second purpose of the jump history is to undo cursor moves, that would be a lot of work to undo. A find declaration jumps to another page, line and column. You can not undo that with a few keys. But a page jump from page 2 to 3 can be easily

Re: [lazarus] Question of feature: code browser

2006-07-17 Thread Graeme Geldenhuys
Thanks Mattias! Regards, Graeme. On 7/17/06, Mattias Gaertner [EMAIL PROTECTED] wrote: Lazarus - Procedure List http://opensoft.homeip.net/lazarus/procedurelist.html The code is available in my SubVersion repository (and any submissions are welcome). Maybe we can add this as part of