Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page

Eclipse 3.4 Plug-in Migration FAQ

  1. Why are my annotations in the editor's overview Ruler no longer discolored?
  2. What happened to in-place Rename in the Project Explorer?
  3. What happened to my saved CVS passwords?

Why are my annotations in the editor's overview ruler no longer discolored?

As of 3.4, temporary annotations are no longer discolored in the editor's overview ruler. There were many complaints that the color was computed by discoloring the color set on the General > Editors > Text Editors > Annotations preference page. Clients that nevertheless want to stick to the old behavior can use org.eclipse.jface.text.source.OverviewRuler.OverviewRuler(IAnnotationAccess, int, ISharedTextColors, boolean) to create the overview ruler.

What happened to in-place Rename in the Project Explorer?

The IDE global actions for Delete, Rename, and Move now use LTK so they can participate in the refactoring support. These actions now open the refactoring dialog which includes the preview button. These actions will revert to their old behaviour if shipped without LTK support.

What happened to my saved CVS passwords?

The passwords stored with the CVS integration would have to be re-entered as the CVS client switched to a new secure storage back end. On the plus side, the CVS integration now stores passwords in an encrypted form.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire