[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: handle deleting a resource

Alexandre,

Have look at how removedResources is managed by the editor:
  /**
   * Resources that have been removed since last activation.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  protected Collection<Resource> removedResources = new ArrayList<Resource>();

Alexandre Jaquet wrote:
Hi Ed,

And where can I see a sample I don't see anything in the generated editor