Skip to content

Add NppImagePreview - #1162

Open
bdgeek wants to merge 3 commits into
notepad-plus-plus:masterfrom
bdgeek:add-nppimagepreview
Open

Add NppImagePreview#1162
bdgeek wants to merge 3 commits into
notepad-plus-plus:masterfrom
bdgeek:add-nppimagepreview

Conversation

@bdgeek

@bdgeek bdgeek commented Aug 21, 2026

Copy link
Copy Markdown

NppImagePreview

Add NppImagePreview to the Notepad++ Plugin Admin x64 plugin list.

NppImagePreview provides image preview functionality for image paths referenced in HTML, CSS, PHP, and JavaScript files.

Release

The plugin has been tested successfully in Notepad++ before submission.

@chcg chcg added this to the 1.9.9 milestone Aug 21, 2026
@chcg chcg added the delayed correction to the plugin needed from plugin author label Aug 21, 2026
@chcg

chcg commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

@bdgeek plugin dll needs to be directly at the root folder of the zip file

NppImagePreview
{'category': 'error',
 'details': '',
 'message': 'NppImagePreview: Zip file does not contain NppImagePreview.dll.'}

@chcg

chcg commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

@bdgeek Next finding is:

NppImagePreview
{'category': 'error',
 'details': '',
 'message': 'NppImagePreview: Does not contain any version information.'}

See e.g. https://github.com/npp-plugins/plugintemplate/blob/master/src/NppPluginDemo.rc
which needs to be added and adapted to https://github.com/bdgeek/NppImagePreview/blob/main/src/NppImagePreview.rc to build a dll with version info visible at the settings menu of the windows file explorer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delayed correction to the plugin needed from plugin author

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants