Closed ralf3u closed 3 years ago
What is the name of the file? It is probably being detected as a different filetype. I'll check if there's some other issue.
What is the name of the file?
The name of the txt-document is geany_test.txt. The content of the txt-document is the report of this issue.
Plain text documents are not supposed to show up in the preview (because they're just a duplicate of what's in the editor). So there's something wrong with filetype detection.
... there's something wrong with filetype detection.
Should I do something? All my txt-documents are shown in the Preview.
I just checked the code. Apparently I changed it at some point to show in the preview. I am looking into fixing it and will update the PPA soon
... will update the PPA soon
Well, as I mentioned before, it is not necessary because I wanted to use the auto-sidebar anyway.
Well, as I mentioned before, it is not necessary because I wanted to use the auto-sidebar anyway.
Okay. Will update when it's done. (Pretty much already done, but has performance issues.)
Fixed in 6a6f7c8a167de859135fa95a16e8141b43582331.
Fixed in 6a6f7c8.
I can confirm.
Steps to reproduce Add the following code in a txt-document somewhere on the first page:
Result: The background of Preview is gray.
Expectation Preview should not execute html-code of txt-documents. In the browser Firefox and in the browser Web html-code of txt-documents is not executed.