From 8e89751c50cc55cbf00f3b1e4949d189bcd95719 Mon Sep 17 00:00:00 2001 From: kobilutil Date: Wed, 25 Feb 2015 15:37:46 +0200 Subject: [PATCH] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b2577df --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# npp-explorer-plugin +This is a modified version of the [Explorer] plugin for [Notepad++]. + +The goal was: +- to fix an annoying bug that caused the toolbar's tooltip of the plugin to display garbage text. +- make the fg/bg colors of the listview and the treeview in the plugin to always match the current Notepad++ theme. + +## Screenshot +![screenshot] + +This project is licensed under the terms of the GNU GPL v2.0 license
+See [here][original] for the original license as published by the author of this plugin
+ +[Explorer]: http://sourceforge.net/projects/npp-plugins/files/Explorer/ +[Notepad++]: http://notepad-plus-plus.org/ +[screenshot]: https://github.com/kobilutil/npp-explorer-plugin/raw/master/images/screenshot.png "Screenshot" +[original]: https://github.com/kobilutil/npp-explorer-plugin/tree/master/Explorer