[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: storageeditorinput and SAVE ???

Hi Remy,

the problem is that I'm giving the user the possibility to open any possible eclipse editor ...
or I do remove this option or I have to find a way to stick a listener on the opened editor when this will get opened ..


any suggestion?


"Remy Chi Jian Suen" <remy.suen@xxxxxxxxx> wrote in message news:gep89h$2p1$1@xxxxxxxxxxxxxxxxxxxx
Kar wrote:
> I have done previously this extending the (StructuredTextEditor) ... but
> what shall I do to use the normal editors?

Extend the editor's doSave(IProgressMonitor) and write to your OutputStream there...?