536537538539540541542543544
* @return the text tools * @since 3.0 */ public synchronized PHPTextTools getTextTools() { if (fTextTools == null) fTextTools = new PHPTextTools(true); return fTextTools; }