Live data from Hacker News

Am I the Only One Who Uses a Text Editor to Edit Files?

blog.peepcode.com

21–30 of 165 posts

Re: Am I the Only One Who Uses a Text Editor to Edit Files?

#22
post #3

Am I the only one that found staring at orange hard on the eyes? I guess I should give the author credit for all the work that they put into this rant, seems like a blog post could have done just the same without all the fancy graphics and what not.

If you happen to be on a mac, control-option-command-8 is your friend. Also, the readability bookmarklet does wonders for the appearance of sites like these. (And thanks to the people on HN who originally introduced me to these)

Re: Am I the Only One Who Uses a Text Editor to Edit Files?

#23
One solution:

Use fewer files. I try to keep the number of files and folders for a project to as few as possible.

Then you spend much less time opening and searching for files. As more people get involved with a project, you'll have more files, but you should make an active effort to keep the numbers minimized.

Here's a little script I wrote to give quick stats on a project's size:

http://breckyunits.com/metrics_for_programmers

Re: Am I the Only One Who Uses a Text Editor to Edit Files?

#24
post #22
post #3

Am I the only one that found staring at orange hard on the eyes? I guess I should give the author credit for all the work that they put into this rant, seems like a blog post could have done just the same without all the fancy graphics and what not.

If you happen to be on a mac, control-option-command-8 is your friend. Also, the readability bookmarklet does wonders for the appearance of sites like these. (And thanks to the people on HN who originally introduced me to these)

[deleted]

Re: Am I the Only One Who Uses a Text Editor to Edit Files?

#25
post #22
post #3

Am I the only one that found staring at orange hard on the eyes? I guess I should give the author credit for all the work that they put into this rant, seems like a blog post could have done just the same without all the fancy graphics and what not.

If you happen to be on a mac, control-option-command-8 is your friend. Also, the readability bookmarklet does wonders for the appearance of sites like these. (And thanks to the people on HN who originally introduced me to these)

[deleted]

Re: Am I the Only One Who Uses a Text Editor to Edit Files?

#26
Command-T is a relatively new Vim plugin that does fuzzy matching on the entire path, giving greater weight to characters immediately following slashes or other word separators in the pathname. I've been using it for a few days now and can attest that it is extremely fast and seems to "know" exactly which file I want after just a few keystrokes.

http://www.vim.org/scripts/script.php?script_id=3025 | http://github.com/wincent/Command-T

Re: Am I the Only One Who Uses a Text Editor to Edit Files?

#27
post #21

Am I the only one who almost didn't scroll down, thinking that the keyboard graphic was the thing to see?

No. It's a terrible webpage design.

Am I the only one who still values things like http://www.useit.com/alertbox/scrolling-attention.html ?

Re: Am I the Only One Who Uses a Text Editor to Edit Files?

#28
post #3

Am I the only one that found staring at orange hard on the eyes? I guess I should give the author credit for all the work that they put into this rant, seems like a blog post could have done just the same without all the fancy graphics and what not.

Agreed. I gave up even trying to read it. My eyes still hurt. :-(

Re: Am I the Only One Who Uses a Text Editor to Edit Files?

#29
post #13

My favourite text editor still has to be Notepad++ on Windows. I've never found another (both for Windows or Linux) that was as snappy and simple. shrug (never quite "got" emacs - it reminds me of the crappy, buggy, horrid PIC IDE we used at uni)

I also use Notepad++ and like it a lot. It keeps things simple and just works. One of the coolest features is if you change a file anywhere, the changes are automatically reflected in the opened buffer.

I use Total Commander for opening files: http://www.ghisler.com/

Emacs and vim fill me with rage every time I try to use them. And I definitely prefer several small tools to a big, monolithic IDE.

Re: Am I the Only One Who Uses a Text Editor to Edit Files?

#30
post #3

Am I the only one that found staring at orange hard on the eyes? I guess I should give the author credit for all the work that they put into this rant, seems like a blog post could have done just the same without all the fancy graphics and what not.

The site and the god awful grid background image (appears on doubleclick) was enough to inspire me to make a new bookmarklet.

My first impression, article aside, was that the site made baby Jesus cry.

Edit: In retrospect I think it was the combination of the orange and the grid background (I have a tendency to doubleclick on everything) that really put it over the edge for me, the main design isn't terrible.

Post reply on HN