Skip to content

azerg/NppBplistPlugin

Repository files navigation

Notepad++ bplist plugin

GitHub release License Github All Releases

==============

Check out plugin in Notepad++ plugin manager

Notepad++ bplist plugin supports viewing\editing binary plist files. As long as ordinary plist files comes in XML format, this plugin dont supports them. It loads only binary plist files ( bplist ).

Installation

  • Use Notepad++ plugin manager to manage "Notepad++ bplist plugin"

How it works Simply open bplist file with notepad++. You are free to edit is as usual as long as you will do it in a valid XML way. You could type an invalid XML code - in this case when you will try to save bplist, plugin will be not able to conver invalid XML to bplist and will restore original bplist data ( before your modifications )

Dependencies