if (part != null && !((PHPEditor)part).equals(lastEditor)) {
SelectionListenerWithASTManager.getDefault().addListener((PHPEditor)part, this);
lastEditor = (PHPEditor)part;
- } else {
- System.out.println(part);
}
}
} catch (Exception e) {
return null;
}
- return "<html>" + PHPManualUIPlugin.getString("LookupMiss") + "</html>";
+ return null; // Keeps the last reference
}
/**