Fixed: 1760857 - Avoid refreshing the preview when phpeditor got focus.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPUnitEditor.java
2007-07-30 toshihiroFixed: 1760857 - Avoid refreshing the preview when...
2007-03-24 axelclFix for #1380415 (toshihiro)
2006-10-21 pombredanneA massive organize imports and formatting of the source...
2006-04-10 axelcl#1467296 patch for bug #1454529
2006-02-11 bananeweizenbugfix 1423269, sourceforge.net/tracker/index.php?func...
2006-01-27 bananeweizenimplemented 1416503, automatic closing of braces
2006-01-21 bananeweizenremove dependency to internal package
2006-01-17 bananeweizenreplaced a lot of deprecated code; if someone runs...
2005-10-09 axelclPrepared better HEREDOC support; see comment for bug...
2005-06-01 axelclAction borrowed from cfeclipse: "remove trailing spaces...
2005-03-06 axelclimproved PHP parser
2005-01-26 axelcl* Added browser like links (Ctrl+Mouseclick on identifi...
2005-01-17 axelclAdded new Option "Wrap PHPdocs and comments at print...
2004-12-29 axelclParser detects wrong include files now
2004-11-12 axelclfixed update conflict and outline update bug
2004-09-19 jsurfermisc changes
2004-09-12 jsurferadded StringAutoIndentStrategy for single quoted strings
2004-09-11 jsurferSyntax highlighting is changeable.
2004-09-09 jsurferFixed ?
2004-09-09 jsurferfixed Bug 1024299
2004-09-03 jsurfermisc changes
2004-09-02 jsurfernew PartitionScanner version
2004-08-19 khartlagemisc changes
2004-06-21 khartlageGoto line/Goto Matching Bracket Shortcuts should work
2004-06-16 khartlagefixed: java.lang.IllegalArgumentException: Attempted...
2004-06-15 khartlageRC2 compatibility
2004-06-05 khartlage3.x RC1 compatibility show and refresh browser preview
2004-06-05 khartlage3.x RC1 compatibility show browser preview
2004-05-30 khartlage3m9 compatible;
2004-05-08 khartlagemisc changes
2004-04-16 khartlagemisc changes
2004-03-22 khartlagemisc changes in the internal builder
2003-12-31 khartlageEclipse 3.x compatible;
2003-12-22 khartlagenew version with WorkingCopy Management
2003-10-11 khartlageChanges:
2003-09-11 khartlageImproved "project.index" file for PHPdoc TextHover...
2003-08-01 khartlageAdded a souce context menu to the editor; moved "Goto...
2003-06-23 khartlageadded "Behaviour" page in Editor Prefernce Page
2003-04-28 khartlagemisc
2003-04-27 khartlageimproved color settings through Preference page
2003-04-07 khartlageNew Autoactivation for PHP ("$") and PHPDoc ("@") added
2003-04-07 kpouerprivate void ensureOverviewHoverManagerInstalled()...
2003-04-06 khartlagePHP highlighting colors could now be managed by the...
2003-04-06 khartlageAdded PHPUnitEditor and corresponding PHPPreferencePage