Easy Shell Plugin Change History
--------------------------------

1.4.1 (by anb0s at 2013-04-01)
------------------------------
! fixed issues:
  ! Mac OS X defaults are wrong (Thanks to Mark Phippard)
    https://sourceforge.net/p/pluginbox/bugs/9/
  ! [1.4.0.1] bug: need to escape spaces when invoking nautilus
    https://sourceforge.net/p/pluginbox/bugs/18/
! ATTENTION: added new option "string tokenizer" and set it to Yes.
  Your self defined presets with usage of quotes may not work anymore.
  Please change this option to No or read how to fix:
  ! used solution from Mark Phippard
  ! the whole command line string will be splitted (tokenized) to single strings
    before expansion of parameters {0} - {4} and passing to command line
  ! with this solution there is no need to surround parameters {0} - {4} with
    quotes when space character is possible between command line option and parameter,
    e.g.: /D {1}
  ! otherwise maybe quotes are still needed, e.g.: --working-directory="{1}"
  ! PLEASE check your presets with debug output (error console)!
! changed presets:
  ! removed not needed quotes from all presets, because "string tokenizer" enabled
  ! fixed Run command for "Windows Console / Explorer"
  ! fixed Explore command for "Windows DOS-Shell / TotalCommander"

1.4.0.1 (by anb0s at 2013-01-07)
------------------------------
! fixed issues:
  ! istall issue with version 1.4.0
  ! Mac OS X defaults are wrong
    https://sourceforge.net/p/pluginbox/bugs/9/
  ! EasyShell opening wrong folder in Linux
    https://sourceforge.net/p/pluginbox/bugs/13/
  ! Binary download does not include MANIFEST.MF
    https://sourceforge.net/p/pluginbox/bugs/14/
+ changed menu position: "Easy Shell" menu appears near "Open With"
  https://sourceforge.net/p/pluginbox/bugs/15/
+ added new preset "Windows Console / Explorer"
  https://sourceforge.net/p/pluginbox/feature-requests/10/
+ added new preset "Windows DOS-Shell / TotalCommander"
  https://sourceforge.net/p/pluginbox/feature-requests/11/
+ added new option "Add Quotes to {1}, {2}, {3}*" with values "No, Single, Double, Automatic"
  default is "No", if changed to other values, parameters will be eclosed with quotes
  ATTENTION: use it carefully and remove quotes from commands
+ added new option "Enable debug output" with values "No, Yes"
  default is "No", if changed to "Yes", debug messages will be printed to console

1.3.6
-----
! fixed issues:
  ! ID: 3521852: Throws nullexception when clicking virtual folders
  ! ID: 3495986: Problems with KDE preset values
    + added new preset "KDE Konsole / Dolphin" and made it default if KDE is detected

EasyShell does not support virtual folders, because they are not
present in the file system!

1.3.5
-----
! fixed issues:
  ! ID: 3197997: Exception in Mac OS
  ! ID: 3157616: Preference Page Error
! reworked the logic of presets
! fixed detection of Gnome desktop under Linux
+ added new "Unknown" preset for all systems supported by Java
+ added new preset for "Mac OS X, Terminal / Finder"


1.3.4
-----
! Easy Shell commands reworked, it is possible to assign short keys for Easy Shell functions (Eclipse 3.6 too)


1.3.3
-----
+ Easy Shell commands added, it is possible to assign short keys for Easy Shell functions
! Easy Shell menu appears only for resources (files, editors)
- JDT dependency removed, it works now without an installed JDT


1.3.2
-----
+ added "Copy Path" configuration
+ added parameter {5} = The line separator


1.3.1
-----
+ Update site created (Feature Request 2846185)
! fixed parameter {1} for Linux (BUG 1678502)
+ added / changed configurations:
  + Windows PowerShell (Feature Request 2824391)
  ! Gnome Terminal / Nautilus (BUG 1678502)
  ! KDE Konsole / Konqueror
  ! CDE Xterm / Dtfile


1.3.0
-----
+ created new "Easy Shell" menu with sub menus
+ added new Actions "Run.." (BUG 2817545) and "Explore.."
+ added new parameters:
  + Argument {2} is the full path
  + Argument {3} is the file name
  + Argument {4} is the project name (BUG 1017063)
! fixed problem with external files (BUG 2813165)
+ added support for multiple selections
+ added / changed configurations:
  ! Windows Cygwin (Bash) / Explorer
  ! Windows DOS-Shell / Explorer
  + KDE Konsole / Konqueror
  + Gnome Terminal / Nautilus (BUG 1678502, not tested!)
  + CDE Xterm / Dtfile (not tested!)
Tested with Windows, Cygwin and Linux KDE.


1.2.0
-----
- Completed first homepage release.
- Added default command for Cygwin Bash (Windows).
- Added drop-down selection list for defaults in
  preferences page.
- Completed README.


1.0.1
-----
- Add a preference page to setup your prefered application:
  Format is "[PATH_TO_YOUR_APP] {0}"
  {0} represant the path to open.


1.0.0
-----
- Initial release
