Deprecated Methods |
com.ibm.lpex.alef.LpexVerticalRuler.addMouseListener(MouseListener)
will be removed (as per Eclipse's VerticalRuler). |
com.ibm.lpex.alef.contentassist.CompletionProposal.apply(IDocument)
Use CompletionProposal.apply(LpexTextViewer) . |
com.ibm.lpex.core.LpexView.blockView()
Use #getBlockView(), this method will be removed. |
com.ibm.lpex.core.LpexNls.encodingLength(char, String)
Not supported, implementation is limited, will be removed. |
com.ibm.lpex.core.LpexNls.encodingLength(String, String)
Not supported, use Java's s.getBytes(encoding).length instead, will be removed. |
com.ibm.lpex.alef.LpexTextViewer.getAverageCharWidth()
Use LpexTextViewer.getAverageCharWidth(LpexWindow) . |
com.ibm.lpex.core.LpexCommonParser.getPopupParserItems()
Return the same string in getPopupItems(POPUP_END). |
com.ibm.lpex.core.LpexCommonParser.getPopupViewItems()
Return the same string in getPopupItems(POPUP_FILTERVIEW). |
com.ibm.lpex.alef.LpexAbstractDecoratedTextEditor.gotoMarker(IMarker)
Visibility will be reduced, use getAdapter(IGotoMarker.class)
for accessing this method. |
com.ibm.lpex.core.LpexNls.indexFromEncodingIndex(String, int, String)
This method cannot account for ignorable bidi marks
(as defined by the character encoding in conjunction with the CCSID in effect).
Will be removed. Use LpexNls.indexFromEncodingIndex(String,int,String,int) instead. |
com.ibm.lpex.core.LpexNls.isEucEncoding(String)
Will be removed. |
com.ibm.lpex.java.JavaParser.methods()
|
com.ibm.lpex.java.JavaParser.outline()
|
com.ibm.lpex.alef.LpexVerticalRuler.removeMouseListener(MouseListener)
will be removed (as per Eclipse's VerticalRuler). |
com.ibm.lpex.core.LpexNls.sourceWidth(char)
Not supported, implementation is limited, will be removed. |
com.ibm.lpex.alef.LpexAbstractTextEditor.updateProfile()
Will be removed! You must extend LpexAbstractTextEditor.updateProfile(LpexView) instead. |
com.ibm.lpex.alef.LpexTextViewer.updateProfile()
Will be removed! You must extend LpexTextViewer.updateProfile(LpexView) instead. |
com.ibm.lpex.alef.LpexTextViewer.updateVisibleDocument(IDocument, int, int)
use updateSlaveDocument instead |