Tag Archives: eclipse
Column Select/Edit With Eclipse
I recently upgraded to newest version of Eclipse (Galileo) and I was pleasantly surprised to find that it now comes with column select. I first encountered this feature while using TextMate, and ever since I switched back to Win32 I’ve been itching to find an editor with a similar feature!
To activate it, simply press Alt+Shift+A [...]
Awesome Eclipse Shortcuts
Up until a few months ago, my primary IDE was either TextMate for OS X or just plain old Vim. However, I’ve been working more with Java under version control over the past few months, so Eclipse + Subclipse became a more sensible option.
I’ve used Eclipse on and off for Java development over the past [...]
Installing Subversion on Bluehost
Because of the frequent number of revisions that I was making to my projects, I decided that it was about time that I set up a SVN repository. Although I could have done this locally, I decided to make good use of my space on Bluehost and set one up there.
Since SVN is not [...]
Adding a Project to SVN in Eclipse