Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.11 KB

File metadata and controls

39 lines (25 loc) · 1.11 KB

Troubleshooting

make cannot find g++

This usually means the MSYS2 UCRT64 toolchain is not on PATH.

Use the UCRT64 shell or export the path before running the build:

export PATH=/ucrt64/bin:$PATH

The plugin does not appear in Notepad++

  • Confirm the DLL is copied into the Notepad++ plugins directory.
  • Restart Notepad++ after copying the DLL.
  • Check that the DLL name matches MarkdownHeaderList.dll.

The panel opens but shows no headings

  • Make sure the active file contains Markdown ATX headings that start with #.
  • Confirm the headings are not inside a fenced code block.
  • Save the file before testing refresh behavior.

Heading text looks wrong

  • The parser expects UTF-8 text.
  • Save the file in UTF-8 if headings contain non-ASCII characters.

Dark theme colors look inconsistent

  • Restart Notepad++ after changing the system theme.
  • Reopen the panel so the plugin can re-read the current theme state.

Tree navigation feels stale

  • Edit the file and save it.
  • Switch to the tab again if multiple documents are open.
  • Reopen the panel if the tree still does not refresh.