i enter hex 00 to FF and found i cannot copy them to new sheet, it appear at window as NULL, BEL, SOH…… how to copy them??
and i found it auto insert 0d or 0a when i save the edited hex data file….how to solve this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Xan you check whether you have AutoIndent turned on? Or the NppAutoIndent plugin activated? Either may cause the extra line end inserted.
The \x00 / \xFF issue related to the Windows clipboard. Use an hex editor, or the HexEditor plugin if it wworks for you, to perform such bianry copy and paste.
CChris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You may also check the settings in de Text FX (Settings) (sub)menu. It allows you to "deal" with the Clipboard('s contents) and also has options dealing with (inserting) End-Of-Line / newline characters.
I haven't found a way to copy beyond the characters. It seems Notepad++ just stops copying at that point and also does not allow to paste text copied from other applications.
There is a very unconvenient way that allows you to insert any "hex" character. In the Text FX (Insert) (sub)menu, there is an option Insert Character Map (or something like that). Just see for yourself what it does. You can delete any unwanted characters and perform this any number of times needed…
With the Hex Editor Plugin, I don't know how to insert hex values, perhaps it works from the replace dialog. I didn't try that.
Pressing Tab did insert tab characters at the start of the file.
I experienced problems with document switching while one of the documents was in Hex view. When I returned to that document, it showed the binary contents of the document I came from. Also, when moving to that document again, the file save status icon changed to unsaved. I recommend:
Use a dedicated Hex Editor. I use HxD.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There seem to be several routines that use null terminated strings instead of counted strings. I corrected a bug with loading of files with nulls (patch included in 5.7.1) but there are other routines that would have to be corrected for complete correct handling of nulls.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i like notepad++ because the interface, other hex editor are too messy (hex windows too large)…
i can easily see my codes faster….if the null problem solved then it is perfect
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i enter hex 00 to FF and found i cannot copy them to new sheet, it appear at window as NULL, BEL, SOH…… how to copy them??
and i found it auto insert 0d or 0a when i save the edited hex data file….how to solve this?
Xan you check whether you have AutoIndent turned on? Or the NppAutoIndent plugin activated? Either may cause the extra line end inserted.
The \x00 / \xFF issue related to the Windows clipboard. Use an hex editor, or the HexEditor plugin if it wworks for you, to perform such bianry copy and paste.
CChris
You may also check the settings in de Text FX (Settings) (sub)menu. It allows you to "deal" with the Clipboard('s contents) and also has options dealing with (inserting) End-Of-Line / newline characters.
I haven't found a way to copy beyond the characters. It seems Notepad++ just stops copying at that point and also does not allow to paste text copied from other applications.
There is a very unconvenient way that allows you to insert any "hex" character. In the Text FX (Insert) (sub)menu, there is an option Insert Character Map (or something like that). Just see for yourself what it does. You can delete any unwanted characters and perform this any number of times needed…
With the Hex Editor Plugin, I don't know how to insert hex values, perhaps it works from the replace dialog. I didn't try that.
Pressing Tab did insert tab characters at the start of the file.
I experienced problems with document switching while one of the documents was in Hex view. When I returned to that document, it showed the binary contents of the document I came from. Also, when moving to that document again, the file save status icon changed to unsaved. I recommend:
Use a dedicated Hex Editor. I use HxD.
There seem to be several routines that use null terminated strings instead of counted strings. I corrected a bug with loading of files with nulls (patch included in 5.7.1) but there are other routines that would have to be corrected for complete correct handling of nulls.
i like notepad++ because the interface, other hex editor are too messy (hex windows too large)…
i can easily see my codes faster….if the null problem solved then it is perfect