Workspace with Monospaced Fonts
-
I’m compiling Notepad++ with a few minor customizations.
How difficult is it to make the folder tree that displays when using a folder as a workspace display in monospaced fonts?
-
How difficult is it to make the folder tree …
depends on how complex you want your solution to be.
I would probably just change the font in the resource file and use the WM_SETFONT call in WM_INITDIALOG after initializing the treeview component. Depending on the size, you may also need to call TVM_SETITEMHEIGHT. So this would be 3 lines of code, I guess.