Re: A code editor with auto-indentation ?

2003-03-25 Thread Julien Olivier
I have already found jedit (www.jedit.org) which is great ! thanks anyway. Le mar 25/03/2003 à 21:02, Cliff Wells a écrit : > On Fri, 2003-03-21 at 13:28, Julien Olivier wrote: > > > What I need is really a simple text editor with C/PHP syntax > > highlighting/auto indent. > > Here's a couple y

Re: A code editor with auto-indentation ?

2003-03-25 Thread Cliff Wells
On Fri, 2003-03-21 at 13:28, Julien Olivier wrote: > What I need is really a simple text editor with C/PHP syntax > highlighting/auto indent. Here's a couple you might look at: http://anjuta.sourceforge.net/ http://glimmer.sourceforge.net/ -- Cliff Wells, Software Engineer Logiplex Corporation

Re: A code editor with auto-indentation ?

2003-03-25 Thread dbrett
> I just tried it (downloaded from jpackage.org) and you're right: it > rocks ! I think I'll keep it for a while. > > Thanks for the tip ! > > > /B > > - Original Message - > > From: "Jeff Kinz" <[EMAIL PROTECTED]> > > To: <[EMAIL

Re: A code editor with auto-indentation ?

2003-03-23 Thread T. Ribbrock
On Fri, Mar 21, 2003 at 10:04:50PM +0100, Julien Olivier wrote: > Le ven 21/03/2003 à 22:03, Jeff Kinz a écrit : [...] > > macro to make it do anything you want it to do. All the keybindings are > > re-programmable. Just read the docs and start hacking! :-) > > > > Aaargh ! I hoped nobody woul

Re: A code editor with auto-indentation ?

2003-03-23 Thread Matthew Saltzman
On Sat, 22 Mar 2003, Matthew Saltzman wrote: > On Sat, 23 Mar 2003, Julien Olivier wrote: Note: Julien, there seems to be something odd about your date setting. > > >[...] > > > > Waow !? Am I the only one to find it VERY complicated ? I mean CTRL-W > > CTRL-Y, then CTRL-W CTRL-Y CTRL-Y just to

Re: A code editor with auto-indentation ?

2003-03-23 Thread Gordon Messmer
Julien Olivier wrote: Waow !? Am I the only one to find it VERY complicated ? I mean CTRL-W CTRL-Y, then CTRL-W CTRL-Y CTRL-Y just to do a copy/paste... I think it's simpler to actually write the text manually :) Meta-W to copy. Ctrl-Y to paste. It's not nearly as complicated as all of that. If

RE: A code editor with auto-indentation ?

2003-03-23 Thread Julien Olivier
> First and most > importantly, you don't need X to use all of its resources. You can get as > much out of it from a terminal window as you can from X. I usually use it > in X but quite frequently I need to do something from the terminal and get > to make use of its power. I agree with you. That

Re: A code editor with auto-indentation ?

2003-03-22 Thread Matthew Saltzman
On Sat, 23 Mar 2003, Julien Olivier wrote: > > Emacs actually doesn't use the X clipboard in the way you might think. > > Emacs has its own set of buffers, called the "kill ring." The sequence of > > keystrokes that does what you want is: > > > > Write "Blah" > > Select "Blah" > > CTRL-W CTRL-Y (

RE: A code editor with auto-indentation ?

2003-03-22 Thread Larry Brown
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Julien Olivier Sent: Saturday, March 22, 2003 6:21 PM To: [EMAIL PROTECTED] Subject: Re: A code editor with auto-indentation ? > Search once = CTRL-S > Search-next = CTRL-S again (repeat as needed). > Ah ! that's useful, an

Re: A code editor with auto-indentation ?

2003-03-22 Thread Julien Olivier
> Search once = CTRL-S > Search-next = CTRL-S again (repeat as needed). > Ah ! that's useful, and that works well. Thank you. > Emacs actually doesn't use the X clipboard in the way you might think. > Emacs has its own set of buffers, called the "kill ring." The sequence of > keystrokes that do

Re: A code editor with auto-indentation ?

2003-03-22 Thread Matthew Saltzman
On Sat, 22 Mar 2003, Julien Olivier wrote: > Le ven 21/03/2003 à 23:44, ABrady a écrit : > > On 21 Mar 2003 21:51:49 +0100 > > Julien Olivier <[EMAIL PROTECTED]> wrote: > > [Trimmed] > > > > - It has weird keybindings (CTRL-W to cut, CTRL-Y to paste, nothing > > > to > > > copy, F10-f-s to save,

Re: A code editor with auto-indentation ?

2003-03-22 Thread Julien Olivier
Le ven 21/03/2003 à 23:44, ABrady a écrit : > On 21 Mar 2003 21:51:49 +0100 > Julien Olivier <[EMAIL PROTECTED]> wrote: > > > Hi > > > > I'm an almost happy Emacs user. What I really LOVE in emacs is the > > fact that you can automatically indent code using TAB (by > > automatically I mean that y

Re: A code editor with auto-indentation ?

2003-03-21 Thread ABrady
On 21 Mar 2003 21:51:49 +0100 Julien Olivier <[EMAIL PROTECTED]> wrote: > Hi > > I'm an almost happy Emacs user. What I really LOVE in emacs is the > fact that you can automatically indent code using TAB (by > automatically I mean that you press TAB once and the code is put at > the correct colum

Re: A code editor with auto-indentation ?

2003-03-21 Thread Julien Olivier
t rocks ! I think I'll keep it for a while. Thanks for the tip ! > /B > - Original Message - > From: "Jeff Kinz" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, March 21, 2003 13:03 > Subject: Re: A code editor with auto-indentatio

Re: A code editor with auto-indentation ?

2003-03-21 Thread Julien Olivier
Le ven 21/03/2003 à 22:24, Ray Curtis a écrit : > > "jo" == Julien Olivier <[EMAIL PROTECTED]> writes: > > jo> Le ven 21/03/2003 à 22:03, Jeff Kinz a écrit : > >> On Fri, Mar 21, 2003 at 09:51:49PM +0100, Julien Olivier wrote: > >> > Hi > >> > > >> > I'm an almost happy

Re: A code editor with auto-indentation ?

2003-03-21 Thread David Busby
2003 13:03 Subject: Re: A code editor with auto-indentation ? > On Fri, Mar 21, 2003 at 09:51:49PM +0100, Julien Olivier wrote: > > Hi > > > > I'm an almost happy Emacs user. What I really LOVE in emacs is the fact > > that you can automatically indent code using TA

Re: A code editor with auto-indentation ?

2003-03-21 Thread Julien Olivier
Le ven 21/03/2003 à 22:03, Jeff Kinz a écrit : > On Fri, Mar 21, 2003 at 09:51:49PM +0100, Julien Olivier wrote: > > Hi > > > > I'm an almost happy Emacs user. What I really LOVE in emacs is the fact > > that you can automatically indent code using TAB (by automatically I > > mean that you press T

Re: A code editor with auto-indentation ?

2003-03-21 Thread Jeff Kinz
On Fri, Mar 21, 2003 at 09:51:49PM +0100, Julien Olivier wrote: > Hi > > I'm an almost happy Emacs user. What I really LOVE in emacs is the fact > that you can automatically indent code using TAB (by automatically I > mean that you press TAB once and the code is put at the correct columne, > witho