Page 1 of 1

Implement text zooming in the lister

Posted: 2020-01-09, 10:44 UTC
by nibbler
Hi,

It would be great if you were able to zoom the text in and out in the lister. For instance in Notepad++ has this feature (... and in my opinion very good keyboard shortcuts and mouse functionality for it). :wink:

Re: Implement text zooming in the lister

Posted: 2020-01-09, 11:18 UTC
by ghisler(Author)
The problem is that the default fonts used (system fixed font) are bitmap fonts, and there aren't any good looking truetype or opentype fixed fonts I could set as a default instead.

Re: Implement text zooming in the lister

Posted: 2020-01-09, 22:14 UTC
by DrShark
ghisler(Author) wrote: 2020-01-09, 11:18 UTCThe problem is that the default fonts used (system fixed font) are bitmap fonts, and there aren't any good looking truetype or opentype fixed fonts I could set as a default instead.
Since RichEdit control used by Lister e.g. for RTF files supports text zooming, maybe it's worth letting user to use it also for other files, for example by introducing RichEditAdditionalTypes= similar to existing IviewAdditionalTypes=, or by adding RichEdit as additional view mode similar to new ExplorerPreview.