Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.06 KB

readme.md

File metadata and controls

43 lines (28 loc) · 1.06 KB

Eclipse Navigator Extension

The original idea comes from JCommander which provides a plug-in can call out system shell menu implemented with MFC, but the plug-in only worked for JCommander, I copied some codes and release first version based on JCommander

Features

  1. Add context menu action in "Package Explorer View", to call out the system context menu corresponding to the selected resource (win32/win64 os only)

  2. Copy the resource's name, full path, or parent path into clipboard.

UpdateSite

https://raw.github.com/missedone/navigatorext/v1.1.3.1/site

ChangeLogs

version 1.1.3

  • #1 Failed to install (Eclipse Kepler)
  • #2 Doesn't work with folders with spaces in them

version 1.1.2

  1. now support x64 os

version 1.1.1

  1. build p2 repo

version 1.0.4

  1. add DateTimeVariableResolver

version 1.0.3

  1. remove "convert to unicode"

version: 1.0.2

  1. convert to unicode in text/wst xml/stipml editor as well

version: 1.0.1

  1. convert to unicode in java editor

version: 1.0.0

  1. should system context menu
  2. copy full path / file name / parent path