Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] IDocumentSetupParticipant --> teardown?

In LSP4E, we use FileBuffers.getTextFileBufferManager().addFileBufferListener(...) to be notified about disposed buffers/documents and react accordingly.

Back to the top