chcg / NPP_HexEdit

Notepad++ Plugin Hexedit
829 stars 156 forks source link

Implement setting for default find strings to be ANSI or Unicode #31

Open Gitoffthelawn opened 4 years ago

Gitoffthelawn commented 4 years ago

Although it's a hex editor, when I'm searching for strings, they are usually ANSI or Unicode. As such, please implement a setting to allow those to be used by default for the find (search) functionality.

Alternatively, it could just remember the last type used.

chcg commented 4 years ago

@Gitoffthelawn In my tests it seems to remember the last state already during the active session. So do you mean the plugin should remember the last type also between N++ sessions?

Gitoffthelawn commented 4 years ago

@chcg Exactly.