Git Product home page Git Product logo

nppuispy's Introduction

NppUISpy plugin for Notepad++

Builds for 32 and 64 bits Notepad++ installations available

Author: Andreas Heim, 2018 - 2019

Features

With this plugin you can explore the main menu structure and the toolbar of Notepad++ to figure out which menu command ids are assigned to menu items and toolbar buttons.

You can left-click on menu item and toolbar button entries to execute the related command. With a right-click to the items a context menu pops up where you can select to copy the item's icon, its text or its menu command id to the clipboard.

Both the menu item tree and the toolbar button list provide full-text search. Start typing while one of them is focused to make the first matching item getting highlighted.

Main dialog

Manual installation

  1. Download the latest release. If you run a 32 bits version of Notepad++ take the file NppUISpy_vX.X_UNI.zip. In case of a 64 bits version take the file NppUISpy_vX.X_x64.zip.
  2. Unzip the downloaded file to a folder on your harddisk where you have write permissons.

The following steps depend on the version of Notepad++ you use.

Notepad++ versions prior to v7.6

  1. Copy the file NppUISpy.dll to the plugins directory of your Notepad++ installation. You can find the plugins directory under the installation path of Notepad++.
  2. Copy the file doc\NppUISpy.txt to the directory plugins\doc. If it doesn't exist create it.

Notepad++ version v7.6

  1. Under %UserProfile%\AppData\Local\Notepad++\plugins create a directory NppUISpy and copy the file NppUISpy.dll to this directory.
  2. Under %UserProfile%\AppData\Local\Notepad++\plugins\NppUISpy create a directory doc and copy the file doc\NppUISpy.txt to this directory.

Notepad++ versions v7.6.1 and v7.6.2

  1. Under %ProgramData%\Notepad++\plugins create a directory NppUISpy and copy the file NppUISpy.dll to this directory.
  2. Under %ProgramData%\Notepad++\plugins\NppUISpy create a directory doc and copy the file doc\NppUISpy.txt to this directory.

Notepad++ version v7.6.3 and higher

  1. Under <Npp-install-dir>\plugins create a directory NppUISpy and copy the file NppUISpy.dll to this directory.
  2. Under <Npp-install-dir>\plugins\NppUISpy create a directory doc and copy the file doc\NppUISpy.txt to this directory.

History

v1.0.4 - June 2019

  • changed: Adapted to new Scintilla API v4.1.4 in Notepad++ v7.7

v1.0.3 - December 2018

  • enhanced: The context menu of selected elements provides the ability to copy the element's icon.

v1.0.2 - December 2018

  • enhanced: Added toolbar icon.

v1.0.1 - December 2018

  • fixed: Sometimes Command Id column of menu entries tree shows invalid content.
  • enhanced: Both menu item tree and toolbar button list provide a context menu to copy the selected element's text or menu command id to clipboard.

v1.0 - December 2018

  • Initial version

nppuispy's People

Contributors

dinkumoil avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.