Pages

Showing posts with label notepad. Show all posts
Showing posts with label notepad. Show all posts

Thursday, November 24, 2011

Notepad++ Plugins You Should Consider Installing

Many users of Notepad++, a popular Windows Notepad replacement, do not know that the program ships with a plugin system that allows them to extend its functionality. I will explain briefly how to find and use Notepad++’s plugin manager before I point you in the direction of some of the useful plugins found within.

You can start the plugin manager of Notepad++ the following way. Start the text editor and then open Plugins > Plugin Manager > Show Plugin Manager on the menubar.

All stable plugins are now displayed in a table like interface. You can display unstable plugins with a click on Settings and the selection of “show unstable plugins” in the new window there.

notepad plugin manager

Plugins are listed with their name, category, version and stability there. A description is displayed below the table when you select one of the plugins in the list. You install plugins by selecting them first (place a checkmark in their box) and then the Install button in the Plugin Manager interface.

The plugin will be downloaded from the Internet and installed automatically. It may be necessary to let the program close and re-open itself to complete the plugin installation.

An alternative to the process described here is to download and install plugins manually. You find a list of Notepad++ plugins on the official Sourceforge project page. All you need to do is to download the plugins there, unpack them and place the dlls into the Notepad plugin directory. The site lists additional plugins that are not available in the plugin manager.

Notepad++ checks for compatibility on every startup. You may receive a message that one or multiple plugins that you have installed manually are not compatible with the installed version of Notepad++ on the system.

notepad++ plugins

I suggest you make sure that you run the latest version of the program before you install any plugins. You can do that from within the application. Click on the question mark in the menubar and select Update Notepad++ from the menu there to run an update.

Notepad++ Plugins

Change Markers

This plugin tracks changes made to documents, and enables navigation between changes, with a distinction being made between saved and unsaved changes. The change indicator is either a bar in the left margin or a specific highlighting.

CSS-Explorer

CSS-eXplorer is a CSS and HTML plug-in for Notepad++. It allows easy navigation and edit of CSS files with Notepad++. Main features:

TreeView: Allows easy navigation in CSS file.
Validation Service: Check errors in CSS file, and provide detailed report.
Web Page Preview: Test your work on CSS file immediately via HTML Web Page Preview Window.
CSS Editor: Add new parameters and design options to CSS file quickly and easily (support CSS 2.0 defines).

Function List

Function list offers a list of functions (or sections) according of the language of current document, in order to access to the function or section you need quickly.

Multi Clipboard

MultiClipboard plugin implements multiple (10) text buffers that is filled up via copying and/or cutting of text.

To paste any text from the buffers, use Ctrl-V or middle mouse click (normal paste):
to paste the most recently copied/cut text Ctrl-Shift-V or Shift-middle mouse click:
to pop up a menu with the text buffer entries. Select the desired menu item to paste it

RegEx Helper

A Notepad++ plugin that allows users to develop regular expressions and test them against their open documents

This is only a small selection of Notepad++ plugins. I have tested them with the latest version of the text editor (Notepad++ 5.9.6.2 at the time of writing).

Are you making use of Notepad++ plugins? If so, which plugins are installed on your system?


© Martin Brinkmann for gHacks Technology News | Latest Tech News, Software And Tutorials, 2011. | Permalink |
Add to del.icio.us, digg, facebook, reddit, twitter
Post tags: , ,



Monday, November 7, 2011

Notepad++ Not Starting Up? Try Disabling Plugins

I just wanted to test the Light Explorer plugin for the notepad replacement Notepad++ on Windows. The plugin itself adds a folder browser sidebar to the Notepad++ interface which can speed up the opening of documents in the program significantly. I previously was using Windows Explorer to open new text documents in Notepad++ because if was usually faster than having to use the built-in file browser of the software.

Installation of Light Explorer was not a issue. All I had to do was to click on Plugins > Plugin Manager > Show Plugin Manager to bring up the built-in plugin manager to install the Light Explorer plugin.

Listed there are dozens of plugins created by the developers or users of the service. From plugins that let you customize the program’s toolbar to a document monitor or translation plugin. Plugins can be easily installed by selecting them first, clicking the Install button afterwards and restarting the program when the installation has completed.

The issue that I experienced was that the graphical user interface of the program was not starting up anymore after installing Light Explorer. I checked the Windows Task Manager and noted that Notepad++ was running in the background.

Since I had only installed that one plugin I was pretty sure that it was the culprit that prevented the program’s gui from starting up. This happened on a Windows 7 64-bit system.

The idea now was to disable the plugin and see if that resolved the issue I had with Notepad++. After some looking around I discovered that Notepad++ plugins are installed as dll files in the Notepad++ directory on the hard drive.

notepad troubleshooting

I went to C:\Program Files (x86)\Notepad++\plugins and found the LightExplorer.dll plugin in the root directory there. Copied and moved it to a backup location, killed all Notepad++ processes in Windows before I deleted the file. The program started up fine once again after the operation.


© Martin Brinkmann for gHacks Technology News | Latest Tech News, Software And Tutorials, 2011. | Permalink |
Add to del.icio.us, digg, facebook, reddit, twitter
Post tags: , ,