IDE

I had to do a clean install of Eclipse today and found myself stuck with a dodgy plug-in (subversive). However, when I went to the Help menu, I did not find any option to uninstall software. IIRC, there was something along the lines of Manage configuration here where you could go to makes changes and uninstall plug-ins.

I suck at regex. But the fact that Eclipse leaves trailing whitespace everywhere is pretty fucking annoying. Although, this will apparently be solved in 3.3, that's still a month or so away (IIRC). Anyways, while I normally just use a $ regex search (whitespace switches don't like working in Eclipse's find dialog) to repeatedly weed out the bastards, today, I came across a more robust expression. Here goes:

Find: [\t ]+(?:(\n)|$)

All times are UTC. All content licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 License.