I've been using textpad for a while now and I really appreciate the way it works.
One thing that I would really appreciate is a way to switch back and forth to binary view. When examining log files I occassionaly need to know exactly what was entered, the only way I know how to do this is to specifically open the file in binary mode. Are there any plans to support this?
Also the number of search occurrences could be a real convenience for me.
Request feature: switch to hexview
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
- Posts: 2
- Joined: Mon Aug 09, 2010 3:13 pm
+1
But I can imagine we don't have that as Textpad works differently in both modes, and switching back and forth would always need to re-open/scan the files.
However, you can halfway workaround this by just opening the same file twice: once in Text mode, once in Binary mode. And since CTRL+G supports even byte as a jump target you can also seek to exact positions in both modes.
But I can imagine we don't have that as Textpad works differently in both modes, and switching back and forth would always need to re-open/scan the files.
However, you can halfway workaround this by just opening the same file twice: once in Text mode, once in Binary mode. And since CTRL+G supports even byte as a jump target you can also seek to exact positions in both modes.
-
- Posts: 2
- Joined: Mon Aug 09, 2010 3:13 pm
I worked around the problem for now based on someone else's suggestion. I can't find the posting where I got it from but here's what I'm doing:
* create a tool to open a file in binary
* assign a shortcut key to that tool
To create the tool:
* create a tool to open a file in binary
* assign a shortcut key to that tool
To create the tool:
- - configure > preferences > tools
- - add program
- - c:\program files(x86)\textpad\textpad.exe
- single click on name in list to rename- - 'textpad in binary'
- - command: (should already be set)
- parameters: $file(0x00)
- initial folder: $FileDir
- - add program
- - configure > preferences > keyboard > tools > textpad in binary
- I use 'ctrl+b' (for binary)