Live data from Hacker News

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

blog.peepcode.com

121–130 of 165 posts

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

#121
post #83

Uh..have you never heard of IntelliJ IDEA or Eclipse? Or RubyMine? Or Netbeans even... They pretty much do everything you're talking about.

Also, if you're using Visual Studio, you can either get Resharper or the free plugin StudioTools: http://submain.com/products/studiotools.aspx

Both add better file/class/method navigation, and I find them invaluable.

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

#123
I find it funny that about half of the comments are about the "horrible" web design of the article.

If you agreed with the message you would never have wasted that much breath on it, but you don't agree with it, and you don't have any good arguments against the article, so "Too orange!" it is. :-)

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

#124
post #76

Earlier quoted context omitted.

Works over SSH: not so much.

The guy was asking for a GUI.

X Forwarding. And for those of us that are emacs users, use emacsclient to connect to a remote server or use Tramp mode--this is a solved problem.

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

#125
post #83

Uh..have you never heard of IntelliJ IDEA or Eclipse? Or RubyMine? Or Netbeans even... They pretty much do everything you're talking about.

Yeah, why was the OP upvoted? Are there seriously that many people on Hacker News who have never used a real ide?

Depending on the language, IDEs are often not worth the trouble. I was big Eclipse and then Netbeans user when I did Java dev. When I started working in C++, I used Eclipse for about two days before I went back to vim. The Eclipse functions I depended upon most in Java - navigation, autocomplete, and refactoring - just didn't work all that well in C++.

IntelliJ IDEA has exactly what the author implemented, but IntelliJ IDEA can also take about 5 minutes to start up, and takes up all your screen real estate. When you work in 5 languages on a regular basis and just want your editor to start up quickly, that can be quite a pain.

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

#126
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.

Readability bookmark ftw.

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

#127
post #119
post #62

Earlier quoted context omitted.

Everyone wants to be Dustin Curtis. Still, the author calling HN posters Neanderthals was a nice touch.

“Still, the author calling HN posters Neanderthals was a nice touch.” In this case quite appropriate, though. Having to scroll down one third of the page before you get to anything resembling a meaningful discussion about the actual content of the article cannot possibly be a good thing. Neither can the sneer and arrogance displayed in this thread. (I’m kind of aware of the irony of me participating in this thread. R…

The "sneer and arrogance" displayed in the thread is from people who actually already implemented most of these features, and from people using those extensions.

This article boils down to "It isn't pretty enough, and I didn't write it." In other words: no actual relevant content. Just a lot of pretty images as text, BIG FONTS, and whining.

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

#128
post #38

Earlier quoted context omitted.

[deleted]

Feel free to post some Emacs packages that provide what he's asking for. Your first post just dismissed him as a "typical designer" and focused only on the word ugly.

Everything he wants is handled by eproject and a tags table. (If you don't want to generate a tags table, just have something generate it for you in the background. I use the Perl-specific http://github.com/jrockway/editor-tags/.)

Anything, icicles, ido, ibuffer, and iswitchb, are also good tools.

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

#129
post #83

Uh..have you never heard of IntelliJ IDEA or Eclipse? Or RubyMine? Or Netbeans even... They pretty much do everything you're talking about.

Netbeans? There is a drop down of all open tabs, but that can't be filtered. There is also a window which shows open documents but for some unfathomable reason it can't be docked.

The only navigation I can see for open projects is the tree view which is painful for large projects with files scattered across the project (e.g. web frameworks).

edit: Ah, I see. The article wasn't about text editors. It was about how file navigation (within whatever environment you use) sucks.

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

#130
post #9

Typical designer. "Oh no, my text editor displays its status to me using text." Yeah. Some people get their eye-candy feed from lolcat videos, and then use their tools for work. (My desktop doesn't even have wobbly windows! Just a 1-px red border! How can I get any work done that way!) Also, I'm fairly certain that eproject gets rid of the "wall of text" that disqualifies Emacs. In a perl project, for example, I can…

Constantly mentioning how you're using a tiling wm is the new constantly mentioning you don't have a TV.

But you just did the same, if you didn't know xmonad you wouldn't know of the 1px red border either! ;)
Post reply on HN