Archive for December, 2010
Monthly Archive
Friday, December 10th, 2010
Enhancing Eclipse with SlickEdit Core: Split Editor Windows
Most software developers love to use split editor windows within their IDE of choice. Opening the same file or buffer in different windows allows you to easily view different parts of the code at the same time, without moving your current editing location. While possible, working in this manner in Eclipse is not very convenient. [...]