Deprecated API


Contents
Deprecated Interfaces
com.aptana.ide.core.ui.editors.ISaveEventListener
          Now not necessary as we are properly listening to change events 
 

Deprecated Fields
com.aptana.ide.ui.editors.preferences.formatter.DefaultCodeFormatterConstants.FORMATTER_COMMENT_CLEAR_BLANK_LINES
          Use DefaultCodeFormatterConstants.FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_BLOCK_COMMENT and DefaultCodeFormatterConstants.FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_JAVADOC_COMMENT 
com.aptana.ide.ui.editors.preferences.formatter.DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT
          Use multiple settings for each kind of comments. See DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_BLOCK_COMMENT, DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_JAVADOC_COMMENT and DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_LINE_COMMENT. 
 

Deprecated Methods
com.aptana.ide.core.ui.views.fileexplorer.FileExplorerView.NewWizardMenu.deregisterListeners()
          has no effect 
com.aptana.ide.io.TabledInputStream.readLine()
            
com.aptana.ide.core.ui.views.IRefreshableView.refresh()
          (use refresh with passing in an object 
com.aptana.ide.core.ui.views.fileexplorer.FileExplorerView.refresh()
          (use refresh with passing in an object 
com.aptana.ide.core.io.VirtualFile.reparentFiles(IVirtualFileManager, IVirtualFile[])
            
com.aptana.ide.editors.unified.contentassist.AbstractInformationControlManager.setEnabled(boolean)
          visibility will be changed to protected 
com.aptana.ide.editors.unified.UnifiedViewer.shift(boolean, boolean)
          use shift(boolean, boolean, boolean) instead 
com.aptana.ide.intro.messaging.ExtensibleInformationControl.widgetDisposed(DisposeEvent)
          As of 3.2, no longer used and called