nea / MarkdownViewerPlusPlus

A Notepad++ Plugin to view a Markdown file rendered on-the-fly
MIT License
1.17k stars 143 forks source link

Doesn't auto update #123

Open feinstein opened 4 years ago

feinstein commented 4 years ago

Issue description

When I type new text the MarkdownViewer++ window won't show the new text, I have to close it and open again so the new text is shown.

Markdown to reproduce

Just type anything

Screenshot

image

Environment

spidru commented 4 years ago

I also have the same issue. Perhaps something broke with newer versions of Notepad++...

RookTKO commented 4 years ago

This seems to be a consistent issue that hasn't been addressed in x64 env. But it's not because of MarkdownViewerPlusPlus just yet, it's by design of how Notepad++ is being built. More info: https://community.notepad-plus-plus.org/topic/17755/notepad-7-7-breaking-change-of-scnotification-definition-in-x64-build

Duplicate issue:

https://github.com/nea/MarkdownViewerPlusPlus/issues/124 https://github.com/nea/MarkdownViewerPlusPlus/issues/116

Original open ticket: https://github.com/nea/MarkdownViewerPlusPlus/issues/107

Greek64 commented 4 years ago

But it's not because of MarkdownViewerPlusPlus just yet, it's by design of how Notepad++ is being built.

The link you refer to states:

So basically each plugin using SCNotification should update its scintilla.h to work correctly with Notepad++ 7.7

So, in this sense, it is an issue that has to be fixed by MarkdownPlusPlus in order to be supported by current versions of Notepad++.

On the other hand, the last time @nea had any kind of activity in this repo was November 2018. Can we assume that this plugin is unmaintained?

shanmukhasix commented 3 years ago

Still not working for x64 windows