dantheclamman@lemmy.world to Technology@lemmy.worldEnglish · 2 年前Microsoft is killing WordPad in Windows after 28 yearswww.bleepingcomputer.comexternal-linkmessage-square403linkfedilinkarrow-up11.04Karrow-down124cross-posted to: sysadmin@lemmy.worldhackernews@derp.footechnews@radiation.partymicrosoft@lemmy.worldtech@pawb.social
arrow-up11.01Karrow-down1external-linkMicrosoft is killing WordPad in Windows after 28 yearswww.bleepingcomputer.comdantheclamman@lemmy.world to Technology@lemmy.worldEnglish · 2 年前message-square403linkfedilinkcross-posted to: sysadmin@lemmy.worldhackernews@derp.footechnews@radiation.partymicrosoft@lemmy.worldtech@pawb.social
minus-squarethecrotch@sh.itjust.workslinkfedilinkEnglisharrow-up1·2 年前N++ can search for a string in a directory full of files, that’s what I use it for. Also helpful for showing unprintable characters like linefeeds or changing bit order mode, I’m not sure vs code can do any of that. For writing code, though, I do use vs code
minus-square9point6@lemmy.worldlinkfedilinkEnglisharrow-up2·2 年前IIRC you can do both of those with VSCode, I think even without any extensions too! The search sidebar has include and exclude fields for directories to search in. For showing unprintable characters, I think it’s split into two settings: one for whitespace one for control characters like null and bell
minus-squarethecrotch@sh.itjust.workslinkfedilinkEnglisharrow-up2·2 年前I wasn’t aware of that, I’ll have to check it out. Thank you.
N++ can search for a string in a directory full of files, that’s what I use it for. Also helpful for showing unprintable characters like linefeeds or changing bit order mode, I’m not sure vs code can do any of that.
For writing code, though, I do use vs code
IIRC you can do both of those with VSCode, I think even without any extensions too!
The search sidebar has include and exclude fields for directories to search in.
For showing unprintable characters, I think it’s split into two settings: one for whitespace one for control characters like null and bell
I wasn’t aware of that, I’ll have to check it out. Thank you.