Live data from Hacker News

Developer and Power Users Tool List for Windows

hanselman.com

131–140 of 197 posts

Re: Developer and Power Users Tool List for Windows

#131
Nice list! I see a few things I already have, and a bunch more that I'll check out.

A question for those who spend more time doing front-end web development: What do all of these much-touted Firefox development plugins like Firebug do that Chrome developer tools doesn't do?

Re: Developer and Power Users Tool List for Windows

#132
post #131

Nice list! I see a few things I already have, and a bunch more that I'll check out. A question for those who spend more time doing front-end web development: What do all of these much-touted Firefox development plugins like Firebug do that Chrome developer tools doesn't do?

I've used both and for some reason on another the Firefox ones just seem more user friendly. Maybe its because I started with Firebug in some ways but the Firefox tools seem better implemented from a usability perspective.

Re: Developer and Power Users Tool List for Windows

#133
post #130

Disappointed that clink [1] didn't make it onto this list. :( Clink brings Bash's powerful command line editing to Microsoft Windows' cmd.exe! 1: http://code.google.com/p/clink/

I think it's in Cmder but I will update to include it because I know I use it.

Re: Developer and Power Users Tool List for Windows

#134
A few more I use:

SSH Tunnel Manager (open source). I don't really like managing tunnels via cmd so here's a GUI to do just that. https://code.google.com/p/ssh-tunnel-manager/

CryptSync (open source). This keeps a folder in sync with another one but encrypts the content of the destination folder. It's extremely useful to use with Dropbox where I keep everything encrypted. http://stefanstools.sourceforge.net/CryptSync.html

Greenshot (open source). I use this to get screenshots of a particular area of the screen like I would do on OSX with CTRL+SHIFT+4. http://getgreenshot.org/

Prepos App. A generic preprocessor for everything web (js, css, etc). http://alphapixels.com/prepros/

SPlayer (open source). I have no idea with I enjoy this video player more than VLC but I do. http://www.splayer.org/index.en.html

VistaSwitcher. It's an ALT+TAB replacement. http://www.ntwind.com/software/vistaswitcher.html

Re: Developer and Power Users Tool List for Windows

#135
post #60

A great list overall. One alternative I'd offer: he recommends Github for Windows and Tortoise as Git clients. I've been using SourceTree for Windows ( http://www.sourcetreeapp.com/ ) and it's excellent. They've done a great job maintaining and keeping it up to date.

Git Extensions is by far the best windows git client that I ever used.

Re: Developer and Power Users Tool List for Windows

#136
post #130

Disappointed that clink [1] didn't make it onto this list. :( Clink brings Bash's powerful command line editing to Microsoft Windows' cmd.exe! 1: http://code.google.com/p/clink/

I think it's in Cmder but I will update to include it because I know I use it.

Another vote for clink. Makes Windows command prompt a lot more digestible.

Re: Developer and Power Users Tool List for Windows

#137

Earlier quoted context omitted.

1 item: macports Seriously, that's all you need.

I have stopped using macports since I tried homebrew. Is there any reason for me to switch back?

What was your reason to switch away in the first place?

Re: Developer and Power Users Tool List for Windows

#138
post #5
post #2

A word of warning about TerraCopy- it can cause annoying errors when copying. I transferred many gigs of data from one computer to another over a LAN, some files transferred fine, others looked like they copied ok, but were actually 0kb in size on closer look. I'm not sure if it was a bug in that particular version or with the setup being used, but once I uninstalled TerraCopy the errors ceased.

TC occasionally bombs out if you queue too much stuff - i.e. it just closes ... and thus looks like its done when really its not. Maybe thats why you got 0kb files. Win7 + copying is decent enough for most non-lan purposes though. Speaking on copying failing - I stopped using TotalCommander for that reason. It just says disk full (not true) out of the blue. Messaged the author & got some bullshit response.

The only time I had Total Commander stop a copy like that was with bad usb hubs/drives that can't sustain fast writes and need to be down throttled. This is the reason why tcmd has option to change how it handles drives, the size of the chunks it reads and writes, and the speed at which it does it.

Re: Developer and Power Users Tool List for Windows

#139

Earlier quoted context omitted.

Well, it's very-very fast in 8.1. I don't know why it does not find the document you want - it works quite well for me, YMMV obviously.

Have you used Everything? It is instant file name search. I guess recent Windows could have improved file name searching, but it has classically been pretty bad.

Actually not really if you set up an index on C:\ it is quite fast, which is basically the main difference. But there is not one by default so you need to add it.

Re: Developer and Power Users Tool List for Windows

#140
post #108
post #15

I don't know why people have such a blind spot in this regard, but Visual Studio's non-support for word-wrapping comments is obviously shameful. It's utterly ridiculous that you have to press Return while writing comments, and then more ridiculous yet that you have to go back and re-wrap them by hand when they change! - and the end result of course is that people usually don't bother, with the wrapping becoming stead…

Do the JetBrains IDEs have any fix like this? When I've used them, I have to go back and re-wrap my comments when they change...

I use PHPStorm and encountered a wrap problem where if I had a space somewhere it dropped to a new line.

file > settings > general > (uncheck "wrap when typing reaches margin")

Post reply on HN