Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 625 Bytes

File metadata and controls

38 lines (26 loc) · 625 Bytes

Building

Requirements

  • Windows
  • Notepad++
  • MSYS2 with the UCRT64 toolchain
  • make
  • g++

Build steps

cd src
make

If the toolchain is not on your path, use the MSYS2 UCRT64 shell or add /ucrt64/bin to PATH before running make.

Output

  • src/MarkdownHeaderList.dll

Local verification

After building, load the DLL into Notepad++ and confirm:

  • The plugin appears under the Plugins menu
  • The dockable panel opens and closes correctly
  • Heading navigation works in a Markdown file
  • The tree refreshes after edits and file saves

Build cleanup

cd src
make clean