Results 543 comments of ahrm

I don't think it is intended behavior but I don't have a mac machine so I can't test it right now.

The paths are handled in the `configure_paths` function in `main.cpp`.

This should be fixed in https://github.com/ahrm/sioyek/commit/2d8487a479f7485ae4c77612173add917f8f0264.

You can run this after doing the synctex forward search: ``` sioyek --execute-command fit_to_page_height_smart ```

There is no `wait_for_renders_to_finish` in the release version.

Somes notes: * Since this is a very destructive command maybe we should show a message to the user to confirm they want to do this so they don't accidentally...

No, you just all `highlights.clear()` to clear all of the document's highlights.

This deletes all the highlights (not just the current document's). Also I still think a prompt is necessary because a user might accidentally click on it while browsing the `:`...

Yes, using `document_path` filed (it actually is not the path of the document, rather the document's checksum).