Skip to content

Add Emoji Description plugin v0.1.0#1021

Merged
chcg merged 4 commits intonotepad-plus-plus:masterfrom
Ruberoid:add-emoji-description
Jan 3, 2026
Merged

Add Emoji Description plugin v0.1.0#1021
chcg merged 4 commits intonotepad-plus-plus:masterfrom
Ruberoid:add-emoji-description

Conversation

@Ruberoid
Copy link
Contributor

@Ruberoid Ruberoid commented Jan 3, 2026

Plugin Information

Description

Displays detailed character encoding information in the status bar for any character under the cursor, with full emoji support.

Features

  • Unicode code point (U+XXXX)
  • Decimal and hexadecimal values
  • HTML entity format
  • UTF-8 byte sequence
  • Works with all Unicode characters including emoji

Checklist

  • Plugin binaries hosted on GitHub Releases
  • Both x86 and x64 versions provided
  • JSON entries added to both pl.x64.json and pl.x86.json
  • Plugin follows Notepad++ plugin guidelines
  • Source code publicly available
  • GPL v2 compatible license
  • JSON validation passed (npm test)

@Ruberoid
Copy link
Contributor Author

Ruberoid commented Jan 3, 2026

Happy new year guys n girls! Happy coding! Stay tuned for more happy days.

@chcg
Copy link
Contributor

chcg commented Jan 3, 2026

@Ruberoid As your release already contains a ARM64 version why didn't you added it to https://github.com/notepad-plus-plus/nppPluginList/blob/master/src/pl.arm64.json ?
Thanks for correcting the whitespace issues.

Regrading:
https://github.com/Ruberoid/npp_emoji_description/blob/main/PUBLISHING.md#1-generate-plugin-guid

id is not a GUID but sha256 hash value of the zip file, you could find it at the zip assets of your https://github.com/Ruberoid/npp_emoji_description/releases/tag/v0.1.0 .

@Ruberoid
Copy link
Contributor Author

Ruberoid commented Jan 3, 2026

Ok sir. Fixed both.
— Added arm binary spec;
— Added sha256 of all binaries.

But unfortunately i don't have an opportunity to test and check ARM version.

@chcg
Copy link
Contributor

chcg commented Jan 3, 2026

@Ruberoid This is not correct:

"repository": "https://github.com/Ruberoid/npp_emoji_description",
The repository tag needs to contain the download link of the zip file which you added as e.g.

"x64-download": "https://github.com/Ruberoid/npp_emoji_description/releases/download/v0.1.0/EmojiDescription_arm64_v0.1.0.zip"

Could you please correct that.

Most of the plugins are not tested on ARM64 due to the availability of respective HW. As it is just a recompile of the x64 version of the plugins and also on windows that should be ok for almost all cases.

@Ruberoid
Copy link
Contributor Author

Ruberoid commented Jan 3, 2026

Could you please correct that.

Fixed these issues.

@chcg chcg added this to the 1.9.1 milestone Jan 3, 2026
@chcg chcg merged commit debf5f9 into notepad-plus-plus:master Jan 3, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants