I often have to work with EBCDIC files, and the internal viewer is able to display them (really nice!). But most of this files have a mainframe format of 80 byte fixed length records (lines), without any line separator!
It would be great if I could advise the viewer to wrap each line exactly after 80 (or X) bytes, that allows me to look into those files easily. Currently I have to enable line wrapping and I resize the viewer window until 80 characters are shown on a line *g*.
As this should be easy to implement I would love to see it soon
Thanks!!!
bback - registered user.
Request: Internal Text Viewer - fixed line length
Re: Request: Internal Text Viewer - fixed line length
In the interim, you could use a 3rd party application to do such. UltraEdit(Definitely) and Crimson Editor(I am pretty sure about this) both support soft wrapping at a given column that is configurable.bback wrote:I often have to work with EBCDIC files, and the internal viewer is able to display them (really nice!). But most of this files have a mainframe format of 80 byte fixed length records (lines), without any line separator!
It would be great if I could advise the viewer to wrap each line exactly after 80 (or X) bytes, that allows me to look into those files easily. Currently I have to enable line wrapping and I resize the viewer window until 80 characters are shown on a line *g*.
As this should be easy to implement I would love to see it soon
Thanks!!!
bback - registered user.
-
- ALTAP Staff
- Posts: 1112
- Joined: 08 Dec 2005, 09:13
- Location: Novy Bor, Czech Republic
- Contact:
It's not so trivial as it seems. It needs new view mode (wrapped on custom text length), so many little things to be done. If we receive more requests, we'll consider it.
I have one tip for you: open Viewer, go to menu Options > Configuration, set "Save on close" in section "Window position". Then you will not need to set proper window width each time you display EBCDIC file.
I have one tip for you: open Viewer, go to menu Options > Configuration, set "Save on close" in section "Window position". Then you will not need to set proper window width each time you display EBCDIC file.
Nice and easy tip, but don't forgot that with any font change you must have check and probably set the window width again of course.Petr Solin wrote:I have one tip for you: open Viewer, go to menu Options > Configuration, set "Save on close" in section "Window position". Then you will not need to set proper window width each time you display EBCDIC file.
Altap Salamander fan since 1998