Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Gerard N/A
On Dec 6, 2007 8:13 AM, Graeme Geldenhuys [EMAIL PROTECTED] wrote: The Edit menu is already over populated and is very long, Indeed. My proposal: In the main menu: Edit | Insert | GUID In the editor window popup menu: Make a 'Insert' submenu, move 'Todo Item' under this submenu, and add

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Mattias Gaertner
On Thu, 06 Dec 2007 08:52:15 +0100 Tiziano De Togni [EMAIL PROTECTED] wrote: Graeme Geldenhuys wrote: So anybody got a suitable location for the Insert a GUID menu entry? Currently I inserted it in the Tools menu after Diff and before the Menu Separator item. The Edit menu is already

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Graeme Geldenhuys
On 06/12/2007, Mattias Gaertner [EMAIL PROTECTED] wrote: Why not put into Edit|Insert|General|GUID ? it's in a deep position, but it should be his place, along with the Ctrl+Shift+G shortcut Good idea. A crap, just as I was about to submit the patch to Mantis I'll move the new

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Cesar Romero
In the main menu: Edit | Insert | GUID Got my vote here In the editor window popup menu: Make a 'Insert' submenu, move 'Todo Item' under this submenu, and add 'GUID' also. +1 vote for your shortcut proposal. +1 BTW, Insert ToDo Item should have a shortcut to. I vote to CTRL+Shit+T as

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Damien Gerard
On Dec 6, 2007, at 3:06 PM, Cesar Romero wrote: In the main menu: Edit | Insert | GUID Got my vote here In the editor window popup menu: Make a 'Insert' submenu, move 'Todo Item' under this submenu, and add 'GUID' also. +1 vote for your shortcut proposal. +1 +1 BTW, Insert ToDo

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread huisvuil
In Lazarus SVN#13180 (after short compile problems, thanks for the rescue tip Vincent) i noticed the Ctrl-Shift-G shortcut works, but nothing happends via the menu (not really important as the shortcut works fine) Graeme Geldenhuys wrote: On 06/12/2007, Mattias Gaertner [EMAIL PROTECTED]

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Graeme Geldenhuys
On 06/12/2007, Cesar Romero [EMAIL PROTECTED] wrote: +1 BTW, Insert ToDo Item should have a shortcut to. I vote to CTRL+Shit+T as in delphi I'll implement that shortly Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Marius
For the record, is it a habit to reuse the Delphi shortcuts in Lazarus as much as possible so people can switch rapidly? For instance the Delphi Goto Line (Alt-G) is now different then Lazarus which is kind off confusing (not a biggy as long i can change the shortcut) Personally i would like

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Graeme Geldenhuys
On 06/12/2007, Marius [EMAIL PROTECTED] wrote: For instance the Delphi Goto Line (Alt-G) is now different then Lazarus which is kind off confusing (not a biggy as long i can change the shortcut) Personally i would like them the same as i still work in delphi a lot. No idea what is the

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Graeme Geldenhuys
On 06/12/2007, huisvuil [EMAIL PROTECTED] wrote: In Lazarus SVN#13180 (after short compile problems, thanks for the rescue tip Vincent) i noticed the Ctrl-Shift-G shortcut works, but nothing happends via the menu (not really important as the shortcut works fine) Umm same here... I'll have a

Re: [lazarus] GUID generator in Lazarus

2007-12-06 Thread Graeme Geldenhuys
On 06/12/2007, Damien Gerard [EMAIL PROTECTED] wrote: BTW, Insert ToDo Item should have a shortcut to. I vote to CTRL+Shit+T as in delphi +1 too :) This has been implemented, including the Escape key canceling the ToDo Item dialog. I'm waiting for my latest changes regarding Insert a

[lazarus] GUID generator in Lazarus

2007-12-05 Thread Graeme Geldenhuys
Hi, I've probably missed this feature (very likely) or Lazarus developers clearly do not use Interfaces with GUID's. Please let me know if this feature already exists somewhere in Lazarus. I currently have a simple stand-alone application that generates 10 GUID's at a time, so I can copy and

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Graeme Geldenhuys
On 05/12/2007, Vincent Snijders [EMAIL PROTECTED] wrote: Graeme Geldenhuys schreef: Ctrl-Shift-G shows the procedure list (whatever that is ;-) :-) The content for the wiki page is almost done! (btw: That must be my most used feature in Lazarus... I'm lost navigating code without it!) Maybe

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Marc Santhoff
Am Mittwoch, den 05.12.2007, 10:51 +0200 schrieb Graeme Geldenhuys: On 05/12/2007, Vincent Snijders [EMAIL PROTECTED] wrote: Graeme Geldenhuys schreef: Ctrl-Shift-G shows the procedure list (whatever that is ;-) :-) The content for the wiki page is almost done! (btw: That must be my

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Mattias Gaertner
On Wed, 5 Dec 2007 10:51:49 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: On 05/12/2007, Vincent Snijders [EMAIL PROTECTED] wrote: Graeme Geldenhuys schreef: Ctrl-Shift-G shows the procedure list (whatever that is ;-) :-) The content for the wiki page is almost done! (btw: That

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Mattias Gaertner
On Wed, 05 Dec 2007 11:46:47 +0100 Marc Santhoff [EMAIL PROTECTED] wrote: [...] Is there a complete list of key bindings used in lazarus anywhere? There is a complete tree of key bindings in the editor options. Why do you need a list? Mattias

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Marc Santhoff
Am Mittwoch, den 05.12.2007, 20:40 +0100 schrieb Mattias Gaertner: On Wed, 05 Dec 2007 11:46:47 +0100 Marc Santhoff [EMAIL PROTECTED] wrote: [...] Is there a complete list of key bindings used in lazarus anywhere? There is a complete tree of key bindings in the editor options. Why do

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Vincent Snijders
Graeme Geldenhuys schreef: at the cursor position. This it what I want to implement. I've customized a lot of my keyboard shortcuts in Lazarus, so have no idea if there is a default action already associated with Ctrl+Shift+G Anybody know? Ctrl-Shift-G shows the procedure list (whatever

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Andrew Haines
Mattias Gaertner wrote: On Wed, 5 Dec 2007 10:51:49 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: On 05/12/2007, Vincent Snijders [EMAIL PROTECTED] wrote: Graeme Geldenhuys schreef: Ctrl-Shift-G shows the procedure list (whatever that is ;-) :-) The content for the wiki page is

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Graeme Geldenhuys
On 06/12/2007, Andrew Haines [EMAIL PROTECTED] wrote: Alt+G: Procedure List Ctrl+G: Goto Line... Ctrl+Shift+G: Insert GUID +1 Okay, I'll make it so! Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Graeme Geldenhuys
So anybody got a suitable location for the Insert a GUID menu entry? Currently I inserted it in the Tools menu after Diff and before the Menu Separator item. The Edit menu is already over populated and is very long, so I don't know it that's the appropriate place to add it. Alternatively I can

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Tiziano De Togni
Graeme Geldenhuys wrote: So anybody got a suitable location for the Insert a GUID menu entry? Currently I inserted it in the Tools menu after Diff and before the Menu Separator item. The Edit menu is already over populated and is very long, so I don't know it that's the appropriate place to