Re: [Lazarus] Menu key brings up wrong menu in source code editor

2013-03-15 Thread Bart
On 3/14/13, Henry Vermaak henry.verm...@gmail.com wrote: And Rudy came across as frothing-at-the-mouth irrational. Pun intended (as he's a dentist)? Bart -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Menu key brings up wrong menu in source code editor

2013-03-14 Thread Sven Barth
On 13.03.2013 19:08, Frank Church wrote: On 13 March 2013 17:50, Sven Barth pascaldra...@googlemail.com wrote: Am 13.03.2013 18:43 schrieb Frank Church vfcli...@gmail.com: On 13 March 2013 17:22, Graeme Geldenhuys gra...@geldenhuys.co.uk wrote: On 2013-03-13 16:29, Juha Manninen wrote:

Re: [Lazarus] Menu key brings up wrong menu in source code editor

2013-03-14 Thread Henry Vermaak
On Thu, Mar 14, 2013 at 11:03:22PM +0100, Sven Barth wrote: On 13.03.2013 19:08, Frank Church wrote: https://forums.embarcadero.com/message.jspa?messageID=535727 Graeme was rather mild in that discussion, not the usual Graeme :). The Embarcadero guys were just laughable, not confidence

[Lazarus] Menu key brings up wrong menu in source code editor

2013-03-13 Thread Graeme Geldenhuys
Hi, If I'm in the editor and want to do some [limited] refactoring via CodeTools, I right click in the editor, select Refactoring - ... Now if I want to do the same via the keyboard, I press the Menu key, but then the popup menu for the tabsheets appear, not the popup menu of the source code

Re: [Lazarus] Menu key brings up wrong menu in source code editor

2013-03-13 Thread Mattias Gaertner
On Wed, 13 Mar 2013 08:41:26 + Graeme Geldenhuys gra...@geldenhuys.co.uk wrote: Hi, If I'm in the editor and want to do some [limited] refactoring via CodeTools, I right click in the editor, select Refactoring - ... Now if I want to do the same via the keyboard, I press the Menu key,

Re: [Lazarus] Menu key brings up wrong menu in source code editor

2013-03-13 Thread Graeme Geldenhuys
On 2013-03-13 10:15, Mattias Gaertner wrote: Confirmed and fixed for gtk2. Wow that was quick! Thanks for your excellent support. ps: Sorry I forgot to mention in my original post that I was using Lazarus IDE compiled with GTK2. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform

Re: [Lazarus] Menu key brings up wrong menu in source code editor

2013-03-13 Thread Frank Church
On 13 March 2013 10:15, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Wed, 13 Mar 2013 08:41:26 + Graeme Geldenhuys gra...@geldenhuys.co.uk wrote: Hi, If I'm in the editor and want to do some [limited] refactoring via CodeTools, I right click in the editor, select Refactoring -

Re: [Lazarus] Menu key brings up wrong menu in source code editor

2013-03-13 Thread Graeme Geldenhuys
On 2013-03-13 11:04, Frank Church wrote: Which commit contains the fix? I presume the following: https://github.com/graemeg/lazarus/commit/75498c4d49904af7fa42f92db48b39d452fdb5c4 In svn terms... r40541 Regards, - Graeme - -- ___ Lazarus

Re: [Lazarus] Menu key brings up wrong menu in source code editor

2013-03-13 Thread Frank Church
On 13 March 2013 11:09, Graeme Geldenhuys gra...@geldenhuys.co.uk wrote: On 2013-03-13 11:04, Frank Church wrote: Which commit contains the fix? I presume the following: https://github.com/graemeg/lazarus/commit/75498c4d49904af7fa42f92db48b39d452fdb5c4 In svn terms... r40541 Regards,

Re: [Lazarus] Menu key brings up wrong menu in source code editor

2013-03-13 Thread Graeme Geldenhuys
On 2013-03-13 13:21, Frank Church wrote: How do you tell which branch it goes into. Is it the 1.1 branch or 1.0.7? The git mirror only tracks the Trunk branch, so it is committed in there. What the latest version number is of Trunk, I don't know. 1.1 I guess. Regards, - Graeme - -- fpGUI

Re: [Lazarus] Menu key brings up wrong menu in source code editor

2013-03-13 Thread Juha Manninen
On Wed, Mar 13, 2013 at 3:21 PM, Frank Church vfcli...@gmail.com wrote: How do you tell which branch it goes into. Is it the 1.1 branch or 1.0.7? The revision number does not tell it by itself, but all changes go first to trunk (1.1). Later they may be backported to fixes branch (1.0.7). This

Re: [Lazarus] Menu key brings up wrong menu in source code editor

2013-03-13 Thread Frank Church
On 13 March 2013 15:21, Juha Manninen juha.mannine...@gmail.com wrote: On Wed, Mar 13, 2013 at 3:21 PM, Frank Church vfcli...@gmail.com wrote: How do you tell which branch it goes into. Is it the 1.1 branch or 1.0.7? The revision number does not tell it by itself, but all changes go first to

Re: [Lazarus] Menu key brings up wrong menu in source code editor

2013-03-13 Thread Juha Manninen
On Wed, Mar 13, 2013 at 5:52 PM, Frank Church vfcli...@gmail.com wrote: I can see r40541 at the end of the 1.0.8 list. Does it mean it has already been backported and will be present in the next snapshot, or that it has been requested but not committed yet? It seems to be merged already. Juha

Re: [Lazarus] Menu key brings up wrong menu in source code editor

2013-03-13 Thread Graeme Geldenhuys
On 2013-03-13 16:29, Juha Manninen wrote: It seems to be merged already. There you go Embarcadero... beat that for support and speed! ;-) Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ --

Re: [Lazarus] Menu key brings up wrong menu in source code editor

2013-03-13 Thread Frank Church
On 13 March 2013 17:22, Graeme Geldenhuys gra...@geldenhuys.co.uk wrote: On 2013-03-13 16:29, Juha Manninen wrote: It seems to be merged already. There you go Embarcadero... beat that for support and speed! ;-) You have been spending time in those Embarcadero forums haven't you? I know.

Re: [Lazarus] Menu key brings up wrong menu in source code editor

2013-03-13 Thread Sven Barth
Am 13.03.2013 18:43 schrieb Frank Church vfcli...@gmail.com: On 13 March 2013 17:22, Graeme Geldenhuys gra...@geldenhuys.co.uk wrote: On 2013-03-13 16:29, Juha Manninen wrote: It seems to be merged already. There you go Embarcadero... beat that for support and speed! ;-) You have

Re: [Lazarus] Menu key brings up wrong menu in source code editor

2013-03-13 Thread Frank Church
On 13 March 2013 17:50, Sven Barth pascaldra...@googlemail.com wrote: Am 13.03.2013 18:43 schrieb Frank Church vfcli...@gmail.com: On 13 March 2013 17:22, Graeme Geldenhuys gra...@geldenhuys.co.uk wrote: On 2013-03-13 16:29, Juha Manninen wrote: It seems to be merged already. There

Re: [Lazarus] Menu key brings up wrong menu in source code editor

2013-03-13 Thread Graeme Geldenhuys
On 2013-03-13 18:08, Frank Church wrote: Graeme was rather mild in that discussion, not the usual Graeme :). :) I'm learning to stir the pot less vigorously. Regards, - Graeme - -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org