RE: [DUG]: Editor Macros

1999-11-03 Thread Nahum Wild
Does anyone use 'CodeRush'? Does it support macros and is it any good? Nahum -Original Message- From: John Christenhusz [mailto:[EMAIL PROTECTED]] Sent: Thursday, 4 November 1999 08:43 To: Multiple recipients of list delphi Subject: RE: [DUG]: Editor Macros Hi Mark, The

RE: [DUG]: Editor Macros

1999-11-03 Thread John Christenhusz
Hi Mark, The Record and Play Back macro feature has been there already from D1 !!! The following commands are the one's that I use frequently: Record and play back a macro: Record: Ctrl + Shift + R Play: Ctrl + Shift + P Block Mask (Horizontally / Vertically): Column

RE: [DUG]: Editor Macros

1999-11-02 Thread Max Renshaw-Fox
+Shift+PPlays back a key macro Ctrl+Shift+RRecords a key macro I haven't got Delphi 2 so can't check ;} Max -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nic Wise Sent: Wednesday, 3 November 1999 14:04 To: Multiple recipients of list del

Re: [DUG]: Editor Macros

1999-11-02 Thread Bob Osborn
Been there since D1 Bob -Original Message- From: Mark Derricutt <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: 3 November 1999 01:34 Subject: [DUG]: Editor Macros >Excuse me Mr Borland, but WHEN exactly did you add editor mac

Re: [DUG]: Editor Macros

1999-11-02 Thread Mark Derricutt
On Tue, 2 Nov 1999 [EMAIL PROTECTED] wrote: > $somevariable = "Hello"; > $somevariable++; > print $somevariable; > The displayed result? "Hellp" Hmmm, that's different :-) I must sometime learn perl properly, beyond that of my irc script :) -- Mark Derricutt Now Playing: Blind Guardian - Nigh

Re: [DUG]: Editor Macros

1999-11-02 Thread ksainsbury
l... -Original Message- From: Greg Amer <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Wednesday, 3 November 1999 2:40 PM Subject: Re: [DUG]: Editor Macros Ever heard of vim or even vi now there is an editor!!! Nahum Wild wrote: > >

RE: [DUG]: Editor Macros

1999-11-02 Thread David O'Brien
Its been there since at least D3. Dave. -Original Message- From: Mark Derricutt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 3 November 1999 1:27 pm To: Multiple recipients of list delphi Subject: [DUG]: Editor Macros Excuse me Mr Borland, but WHEN exactly did you add editor macros to

Re: [DUG]: Editor Macros

1999-11-02 Thread Mark Derricutt
On Wed, 3 Nov 1999, Tony Blomfield wrote: > Are you feeling allright? Only an Informix neandothil could say that with > sincerity! Why informix? I would have thought the sentiment would stand for *nix people more than 'database' people... anyway, its people who think NT is stable and secure wh

Re: [DUG]: Editor Macros

1999-11-02 Thread Mark Derricutt
On Wed, 3 Nov 1999, Greg Amer wrote: > Ever heard of vim or even vi now there is an editor!!! vi(m) is something I dread, but it's a godsend to know the commands to operate it :-) vim is good because it adds syntax highlighting for sourcecode... -- Mark Derricutt Now Playing: Blind Guardian -

Re: [DUG]: Editor Macros

1999-11-02 Thread Tony Blomfield
Are you feeling allright? Only an Informix neandothil could say that with sincerity!-Original Message- From: Greg Amer <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Wednesday, 3 November 1999 2:40 PM Subject: Re: [DUG]: Editor Macros E

Re: [DUG]: Editor Macros

1999-11-02 Thread Mark Derricutt
On Wed, 3 Nov 1999, Aaron Scott-Boddendijk wrote: > Delphi 1 ;) Arrg, really? Pffft. -- Mark Derricutt Now Playing: Blind Guardian - Nightfall In Middle Earth --- New Zealand Delphi Users group - Delphi List - [EMAIL

Re: [DUG]: Editor Macros

1999-11-02 Thread Greg Amer
From: Nic Wise [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 3 November 1999 14:04 > To: Multiple recipients of list delphi > Subject: Re: [DUG]: Editor Macros > > Been there since D3, I think. Undocumented. :( > > N > > Mark Derricutt wrote: > > > > Excuse me

Re: [DUG]: Editor Macros

1999-11-02 Thread Tony Blomfield
QEdit is/was terrific! -Original Message- From: Nahum Wild <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Wednesday, 3 November 1999 2:20 PM Subject: RE: [DUG]: Editor Macros >I think that I found out about the record/playback in D3

Re: [DUG]: Editor Macros

1999-11-02 Thread Tony Blomfield
ummm... about 3 years ago or perhaps more!! -Original Message- From: Mark Derricutt <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Wednesday, 3 November 1999 1:29 PM Subject: [DUG]: Editor Macros >Excuse me Mr Borland, but WHEN exac

Re: [DUG]: Editor Macros

1999-11-02 Thread Aaron Scott-Boddendijk
> Excuse me Mr Borland, but WHEN exactly did you add editor macros to the > IDE I'm not sure how many people know this, but CTRL-SHIFT-R > starts/stops recording, and CTRL-SHIFT-P plays back the macro! > Wow :-) S handy Delphi 1 ;) -- Aaron Scott-Boddendijk Jump Productions (07) 8

RE: [DUG]: Editor Macros

1999-11-02 Thread Mark Derricutt
On Wed, 3 Nov 1999, Nahum Wild wrote: > If only we can save macros and assign them to keys. Anyone heard of QEdit? > Now there is an editor!! Dos only unfortunatly. Mmmm yes :-) QEdit was good in its days... I actually like emacs as well :-) Even if its overkill for most things. -- Mark De

RE: [DUG]: Editor Macros

1999-11-02 Thread Nahum Wild
]: Editor Macros Been there since D3, I think. Undocumented. :( N Mark Derricutt wrote: > > Excuse me Mr Borland, but WHEN exactly did you add editor macros to the > IDE I'm not sure how many people know this, but CTRL-SHIFT-R > starts/stops recording, and CTRL-SHIFT-P pla

Re: [DUG]: Editor Macros

1999-11-02 Thread Mark Derricutt
On Wed, 3 Nov 1999, Nic Wise wrote: > Been there since D3, I think. Undocumented. :( I found it in the docs just now, in the ide section, can't remember HOW i got there thou -- Mark Derricutt Now Playing: Blind Guardian - Nightfall In Middle Earth

Re: [DUG]: Editor Macros

1999-11-02 Thread Nic Wise
Been there since D3, I think. Undocumented. :( N Mark Derricutt wrote: > > Excuse me Mr Borland, but WHEN exactly did you add editor macros to the > IDE I'm not sure how many people know this, but CTRL-SHIFT-R > starts/stops recording, and CTRL-SHIFT-P plays back the macro! > > Wow :-) S

RE: [DUG]: Editor Macros

1999-11-02 Thread Mark Derricutt
On Wed, 3 Nov 1999, Nahum Wild wrote: > D3 also has it I believe. Yeh??? I've been wanting that for like AGES, don't tell its been there since like d2! :) heheheh -- Mark Derricutt Now Playing: Blind Guardian - Nightfall In Middle Earth ---

RE: [DUG]: Editor Macros

1999-11-02 Thread Nahum Wild
D3 also has it I believe. Nahum -Original Message- From: Mark Derricutt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 3 November 1999 13:34 To: Multiple recipients of list delphi Subject: Re: [DUG]: Editor Macros On Wed, 3 Nov 1999, Mark Derricutt wrote: > Excuse me Mr Borland,

Re: [DUG]: Editor Macros

1999-11-02 Thread Mark Derricutt
On Wed, 3 Nov 1999, Mark Derricutt wrote: > Excuse me Mr Borland, but WHEN exactly did you add editor macros to the > IDE I'm not sure how many people know this, but CTRL-SHIFT-R > starts/stops recording, and CTRL-SHIFT-P plays back the macro! This is in D4 I'm using, so I'm assuming D5 has

[DUG]: Editor Macros

1999-11-02 Thread Mark Derricutt
Excuse me Mr Borland, but WHEN exactly did you add editor macros to the IDE I'm not sure how many people know this, but CTRL-SHIFT-R starts/stops recording, and CTRL-SHIFT-P plays back the macro! Wow :-) S handy -- Mark Derricutt Now Playing: Blind Guardian - Nightfall In Middle E