means what? Or maybe you meant fullscreen position.Viewer remembers maximized position on exit
Universal Viewer - Lister alternative
Moderators: Hacker, petermad, Stefan2, white
2byblo
Almost all implemented, See "Version without installer" in 1st post.
Edit
Why I don't want to save string for F3 command:
I'll need to save not only search string but also options: Whole words, Case sensitive, Hex etc. This will be not intuitive if I open another file (after 3-5 days) and see previous searh options. They should be applied only to previous file, not to any file...
Almost all implemented, See "Version without installer" in 1st post.
Edit
Why I don't want to save string for F3 command:
I'll need to save not only search string but also options: Whole words, Case sensitive, Hex etc. This will be not intuitive if I open another file (after 3-5 days) and see previous searh options. They should be applied only to previous file, not to any file...
Simply great! These 3 options are wonderful 
Just a little bug(?) report : When using the SearchNoErrorMessage=1 : In text mode only, if you search the very first word, it didn't scroll to the word position after a loop.
As instance, open the Readme.html from the Universal Viewer, view it in text mode, and search : html> (until loop). Its done correctly.
But now search : <html and you will notice that it didn't scroll to the first word.

Just a little bug(?) report : When using the SearchNoErrorMessage=1 : In text mode only, if you search the very first word, it didn't scroll to the word position after a loop.
As instance, open the Readme.html from the Universal Viewer, view it in text mode, and search : html> (until loop). Its done correctly.
But now search : <html and you will notice that it didn't scroll to the first word.
My case is the opposite : Actually if I search a value, using some options like [search backward] and [case sensitive]. I have to re-select them each time that I open again the viewer for another file in another folder...Why I don't want to save string for F3 command:
I'll need to save not only search string but also options: Whole words, Case sensitive, Hex etc. This will be not intuitive if I open another file (after 3-5 days) and see previous search options. They should be applied only to previous file, not to any file...
ThanksAlextp wrote:2bybloOK: I may make this an option: SearchSaveOptions=1...My case is the opposite : Actually if I search a value, using some options like [search backward] and [case sensitive]. I have to re-select them each time that I open again the viewer

Another problem found : Viewed file is locked by the program (against writing and deletion) when viewing it with modes 1,2,3,6
Yes indeed. But can't you remove it ? I've tried to save the text file using metapad and editpadlite without success. The only editor which allowed me to save in real-time was notepad...Alextp wrote:2byblo
Yes, it's by design.
I close file only after closing Viewer or opening another file.
Edit
It locks file only against deletion, not against writing! You can write to file and see changes in real-time!- it's a feature.
I also tried to edit a bmp file with psp7, and also got error message when trying to save it

2byblo
I'll ask Ghisler how he doesn't lock file.. If it's easy thing, I'll add it, but if he is using MapViewOfFile API (instead of CreateFile/ReadFile) I'll not use it (sorry, it's a too big change).Yes indeed. But can't you remove it ? I've tried to save the text file using metapad and editpadlite without success.
It's in text modes- if you open bmp in image mode it's ok...I also tried to edit a bmp file with psp7, and also got error message when trying to save it
Fixed now...Just a little bug(?) report : When using the SearchNoErrorMessage=1 : In text mode only, if you search the very first word, it didn't scroll to the word position after a loop.
Let's hope.Alextp wrote:2bybloI'll ask Ghisler how he doesn't lock file.. If it's easy thing, I'll add it, but if he is using MapViewOfFile API (instead of CreateFile/ReadFile) I'll not use it (sorry, it's a too big change).Yes indeed. But can't you remove it ? I've tried to save the text file using metapad and editpadlite without success.
Thank youAlextp wrote:It's in text modes- if you open bmp in image mode it's ok...I also tried to edit a bmp file with psp7, and also got error message when trying to save it
Fixed now...Just a little bug(?) report : When using the SearchNoErrorMessage=1 : In text mode only, if you search the very first word, it didn't scroll to the word position after a loop.

I meant : editpad lite author didn't seem very much opened to new suggestions, only for bugs. And metapad saw its last version released in 2002, edit: 2005... Without taking in count Paint Shop Pro 7 and certainly others programs which will give the same problem with the viewer...Alextp wrote:2bybloOK, I'll write them.I don't think.
Well, never mind. (I hope you'll find a trick someday, maybe asking it in some forums?)Alextp wrote:YesSo, even disabling the TextAutoReload=0 it is not possible to save the file ?
They don't use file_share_read mode, that's the problem.