Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipse-dev] What's next for eclipse (round 2)

Title: RE: [eclipse-dev] What's next for eclipse (round 2)

+1.

My ideal implementation would be to expose macros using an implementation of Emacs Lisp, then include a record/play function in the UI to activate them.  There's already an open source project implementing a large chunk of this (JEmacs) that would be worth investigating.

This would have the nice side-effect of creating a "plug-in API" for text editing, enabling people to more easily extend the text editor.  It would also enable people to create plug-ins by porting things from the huge library of Emacs Lisp add-ins that are already available.


Dave
> -----Original Message-----
> From: Trey Spiva [mailto:Trey.Spiva@xxxxxxxxxxxxxxx]
> Sent: Friday, April 25, 2003 3:53 PM
> To: eclipse-dev@xxxxxxxxxxx
> Subject: RE: [eclipse-dev] What's next for eclipse (round 2)
>
>
>
>
> > Submitter:      Trey.Spiva@xxxxxxxxxxxxxxx
> > Request:        Would like to have the ability to create macros
> >
> > Trey, what type of macros do you envision? For example, are you
> looking
> > for keyboard
> > macros in editors only or are you looking for "full blown" scripting
> of
> > the UI?
> >
>
> I would appreciate any support for macros.  My main
> motivation is source editor macros.  I want to be able to
> create new files, and perform editor actions (insert, delete,
> modify and select text).  I would also want to be able to do
> search the contents of an editor.
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/eclips> e-dev
>


Back to the top