Hi
Is there a way to toggle between text and binary views of a file?
Toggle view?
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
write an item in Tools>External Tools to do it
Go to TextPad preferences and tools. Then:
1. add a program, name it something like "re-open in Binary"
2. Set the command to c:\program files\textpad 5\textpad.exe
3. Set parameters to $File(0x00).
4. Set initial folder to $FileDir.
5. Apply
Now apply and check under External Tools. You should have an item that will re-open the currently open file in binary. I didn't try it but change #3 to $File(0) and it should reopen a binary file in ascii.
1. add a program, name it something like "re-open in Binary"
2. Set the command to c:\program files\textpad 5\textpad.exe
3. Set parameters to $File(0x00).
4. Set initial folder to $FileDir.
5. Apply
Now apply and check under External Tools. You should have an item that will re-open the currently open file in binary. I didn't try it but change #3 to $File(0) and it should reopen a binary file in ascii.