Core Eclipse Guidelines

From Aptana Development

Core Eclipse Guidelines

  • Always set the priority and system values of Jobs
  • Use UnifiedColorManager to obtain Color objects
  • Always dispose of Font object created
  • Always dispose of Clipboard objects created
  • Always dispose of GC objects created
  • Use a hash table inside the plugin class to store and retrieve images
    • See com.aptana.ide.editor.html.HTMLPlugin for standard implementation