Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown: Update using known GeanyDocument when available #1064

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 9, 2021

  1. Markdown: Update using known GeanyDocument when available

    For whatever reason, in some cases `document_get_current()` doesn't
    return a valid document when it seems like it should, so when updating
    the markdown preview from signals where the related GeanyDocument
    is available, use that instead of calling `document_get_current()`.
    
    In other cases, continue to use `document_get_current()` as before.
    
    Closes geany#1062
    codebrainz committed Feb 9, 2021
    Copy the full SHA
    9118a56 View commit details
    Browse the repository at this point in the history