LTTPP / Eemory

An Eclipse plug-in aimed at integrating Evernote within the Eclipse IDE
MIT License
7 stars 0 forks source link

Eemory is enabled in some views(e.g. Console, Declaration) but clip are failed #58

Open liujianuuei opened 9 years ago

liujianuuei commented 9 years ago

When right click in Console view and Declaration view and maybe more, Eemory is still enabled, but failed to clip anything in case no editor is open.

liujianuuei commented 9 years ago

These are all enabled by:

<with variable="selection">
    <adapt type="org.eclipse.jface.text.ITextSelection" />
</with>
liujianuuei commented 9 years ago

Can infer that Eclipse is actually detecting Editor(i.e. ITextSelection), so when text editor is open, Eemory works fine, failed otherwise. Actually, the selection/file clipped is the selection/file in text editor rather than text in Console or Declaration.

Not very sure why Eclipse behaves like this.

Will Not Fix in this release.