Not sure if this is a regression bug if I’m remembering the older behavior incorrectly, so I thought I’d ask here before filing a bug report.
I’m pretty sure in 3.14 and earlier, if I make some changes to the contents of a .schelp file, and then reload the page in the help browser, that it would detect that the modified timestamp is newer than the HTML file in the cache, and it would re-render the HTML and display the new contents. (I recall in 3.14, if you changed the structure of a document by adding or deleting section headings, it was necessary to reindex by SCDoc.indexAllDocuments(clearCache: true) to get the section changes to be visible. But I’m pretty sure it was not necessary to do this for content changes within an unchanged structure.)
I’m definitely seeing today in 3.15 that it is not re-rendering in this exact case.
I’ve reloaded multiple times, but the new content that is highlighted in green in Emacs is not showing up. I have definitely saved the file in Emacs.
EDIT: After SCDoc.indexAllDocuments(clearCache: true), it still isn’t displaying new content. And I opened the schelp file in a different editor and confirmed that the new contents are definitely saved on disk. ![]()
Can someone confirm?
hjh
