Comment 1 for bug 1482558

Revision history for this message
Raúl Salinas-Monteagudo (raulsalinas) wrote :

The problem might be a design limitation. The function document_find_by_real_path does not consider not-yet-existing files.

GeanyDocument* document_find_by_real_path(const gchar *realname)
{
        guint i;

        if (! realname)
                return NULL; /* file doesn't exist on disk */