voidPad
voidPad
voidPad - A lite binary editor for Windows.
voidPad-1.0.0.4a.x64.zip
voidPad-1.0.0.4a.x86.zip
Source Code
voidpad treats files as binary and displays them in the IBM PC (customizable) code page.
Stock font bitmap: voidpad-font.bmp
voidPad-1.0.0.4a.x64.zip
voidPad-1.0.0.4a.x86.zip
Source Code
voidpad treats files as binary and displays them in the IBM PC (customizable) code page.
Stock font bitmap: voidpad-font.bmp
Re: voidpad
Nice. I like small and very fast, even with large files.
But I am having trouble with the options. Tab & Font work but Context Menu does not. Also, is there any to save these settings between executions of the program? (windows 7 64bit) or do they have to be reset each time?
But I am having trouble with the options. Tab & Font work but Context Menu does not. Also, is there any to save these settings between executions of the program? (windows 7 64bit) or do they have to be reset each time?
Re: voidpad
32-bit version looks to be working.
(Running sandboxed, Win7 x64) looks to store its settings in HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\voidPad.
(Oh Wow6432Node. Never knew anything like that existed before. Interesting.)
(Running sandboxed, Win7 x64) looks to store its settings in HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\voidPad.
(Oh Wow6432Node. Never knew anything like that existed before. Interesting.)
Re: voidpad
Tried 32 bit version, it does save its settings, context menu does not work here either. No Void.... key in registry for 64-bit version.32-bit version looks to be working.
(Running sandboxed, Win7 x64) looks to store its settings in HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\voidPad.
Same issue with VoidImageViewer not savings its settings & associations.
Re: voidpad
Changing the context menu options will only work if you run voidpad as administrator.
Settings are stored in HKEY_LOCAL_MACHINE\SOFTWARE\voidPad.
Wow6432Node is used if you run the x86 version on a x64 OS.
Settings are stored in HKEY_LOCAL_MACHINE\SOFTWARE\voidPad.
Wow6432Node is used if you run the x86 version on a x64 OS.
Re: voidpad
maybe you can think about adding filtering lines in notepad
with searching like in everything
where you dont have to know the correct word order
and you can filter fast whole file:)
maybe even with option to show lines before and after matched phrase:)
just a suggestion
im looking for fast tool for filtering log files
but there is no really simple solution
and i see this like a everything for files
just lines of text instead list of files
with searching like in everything
where you dont have to know the correct word order
and you can filter fast whole file:)
maybe even with option to show lines before and after matched phrase:)
just a suggestion
im looking for fast tool for filtering log files
but there is no really simple solution
and i see this like a everything for files
just lines of text instead list of files
Re: voidpad
Dear David!
Does voidpad support Cyrillic? (Russian language).
Does voidpad support Cyrillic? (Russian language).
Re: voidpad
Thanks for the line filter suggestion.
With some modding it could support code page 1251.
You would need to create your own bitmap font to match code page 1251 and set the code page in voidpad to 1251.
voidPad is a single-byte code page text editor. It does not support Unicode.Does voidpad support Cyrillic? (Russian language).
With some modding it could support code page 1251.
You would need to create your own bitmap font to match code page 1251 and set the code page in voidpad to 1251.
-
- Posts: 12
- Joined: Sun Aug 31, 2014 6:50 pm
Re: voidpad
On my computer voidpad (x86) stores my change to "Tab size" (2 spaces instead of the default 4 spaces) correctly in HKEY_LOCAL_MACHINE\SOFTWARE\voidpad\voidpad_tab_size but fails to re-load this value after re-start ("Tab size" = 4 spaces again). Same result if I start voidpad as admin.
Re: voidpad
Thanks for the bug report.
Please rename
HKEY_LOCAL_MACHINE\SOFTWARE\voidpad\voidpad_tab_size
to:
HKEY_LOCAL_MACHINE\SOFTWARE\voidpad\tab_size
I've added this to my TODO list to fix.
Please rename
HKEY_LOCAL_MACHINE\SOFTWARE\voidpad\voidpad_tab_size
to:
HKEY_LOCAL_MACHINE\SOFTWARE\voidpad\tab_size
I've added this to my TODO list to fix.
-
- Posts: 12
- Joined: Sun Aug 31, 2014 6:50 pm
Re: voidpad
Problem solved by applying the workaround.
Thank you void for sharing your nifty tools with us.
Thank you void for sharing your nifty tools with us.
Re: voidpad
@void, can you setup the download page of these tools in your main site http://www.voidtools.com/
I think it may be better .
Thanks.
I think it may be better .
Thanks.
Re: voidpad
Yes, voidpad needs a couple fixes first.
voidimageviewer is not ready for release yet.
I'll have a look at both of them after the Everything 1.4 release.
voidimageviewer is not ready for release yet.
I'll have a look at both of them after the Everything 1.4 release.
Re: voidpad
voidpad-1.0.0.2a.x64.zip
voidpad-1.0.0.2a.x86.zip
Changes:
voidpad-1.0.0.2a.x86.zip
Changes:
- double click to select word, shift + click and release, shift + click and release loses word anchor. -this is the same as vs.
- ctrl + click should select word.
- when restoring from minimized with a mouse click, the top is brought into view, not the cursor. -dont WM_SIZE if iconic.
- opening zero byte sized files now works.
- always write \r\n for newlines.
Re: voidpad
No major changes, sorry.
My focus is on Everything.
voidPad-1.0.0.3a.x64.zip
voidPad-1.0.0.3a.x86.zip
Changes:
My focus is on Everything.
voidPad-1.0.0.3a.x64.zip
voidPad-1.0.0.3a.x86.zip
Changes:
- added "Direct Save" -this saves to the file without using a temp file.
- added basic hex edit.
- fixed search crash when opening a new file.
- fix auto fill word select
- fill out the find text with the last find text when starting up.
Re: voidpad
it would be great if we can sepecify in the settings of everything to use your tiny software, voidimageviewer and voidpad when we open a supported file by default or like (Haozip does and some other softwares) show a dialoge and ask you if you want to use the (internal or propretary viewer) or (the default assigned software)...
Thank you so much for this gem.
Thank you so much for this gem.
Re: voidpad
I am considering using something like voidPad as a built-in preview handler for Everything.
voidPad does have a "voidPad" context menu item for all files types that can be toggled from Tools -> Options -> General -> All file types context menu.
There is also options to set voidPad as the default text editor for certain extensions.
voidPad does have a "voidPad" context menu item for all files types that can be toggled from Tools -> Options -> General -> All file types context menu.
There is also options to set voidPad as the default text editor for certain extensions.
Re: voidPad
sounds great, also the image previewer please since it's fast and I guess you can integrate it too so it will work better than irfan, xnview, faststone etc who are pretty fast but they are getting a bit bulky...
Re: voidPad
Everything already uses it's own preview handler for images.
Re: voidPad
Is it just me, or voidPad ignores .ini file when it starts? It seems all settings saved into voidpad.ini fine, but when it starts, it uses default settings for everything.
Re: voidPad
Thanks for the bug report.
voidPad-1.0.0.4a.x64.zip
voidPad-1.0.0.4a.x86.zip
Changes:
voidPad-1.0.0.4a.x64.zip
voidPad-1.0.0.4a.x86.zip
Changes:
- fixed an issue with saving to voidpad.ini
Re: voidPad
I'd like to request a few changes:
1) more undo levels
2) redo hotkey as in "normal" editors: CTRL + Y
1) more undo levels
2) redo hotkey as in "normal" editors: CTRL + Y
Re: voidPad
Undo/Redo is only limited by available memory.1) more undo levels
What undo limitation are you experiencing?
Customizable keyboard shortcuts is on my TODO list.2) redo hotkey as in "normal" editors: CTRL + Y
The default keys and colours are from RHIDE, I'll update the default hotkeys to what common editors are using.
Re: voidPad
I must have been tested it on first version or something, because it had exactly the same undo/redo limitation as in notepad: only last change can be undo.
In v1.0.0.4a it seems undo only works per line and not per character/word
Re: voidPad
voidPad batches "typed characters" into one undo operation.
I'll consider an option to treat each character/word input as a separate undo operation.
I'll consider an option to treat each character/word input as a separate undo operation.
Re: voidPad
Could you make the voidPad icon stand out a bit more? Maybe make it burnt orange like Everything's icon.
Re: voidPad
Added to my TODO list: Create a new icon
Thank you for the suggestion.
Thank you for the suggestion.