new version with WorkingCopy Management
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse /
2003-12-22 khartlagenew version with WorkingCopy Management
2003-11-12 khartlageview external project files in debugger mode
2003-11-08 khartlageStart Internationalizing PHPeclipse Plug-In
2003-11-02 khartlagenew japanese language pack
2003-10-25 khartlageadded php help to phpsyntax.xml
2003-10-25 khartlageadded php help to phpsyntax.xml
2003-10-25 khartlageadded php help to phpsyntax.xml
2003-10-25 khartlagefixed parser bug;
2003-10-16 khartlagefix from durel_b:
2003-10-15 khartlageDeleted tooltips "empty selection" behaviour
2003-10-11 khartlageChanges:
2003-09-21 khartlageDeleted PHPFunctionNames use only phpsyntax.xml instead !
2003-09-20 khartlageDefined a limit for code completion list entries PHPecl...
2003-09-19 khartlagebug fix: HTML Context information should be show proper...
2003-09-18 khartlageImproved CodeCompletion with information from the proje...
2003-09-15 khartlageno change
2003-09-13 khartlageFixed some bugs in the syntax editor preference page
2003-09-13 khartlage"Open PHP Declaration" should work for class variables...
2003-09-11 khartlageAdded some function documentation (explode, rege, eregi...
2003-09-11 khartlageImproved the phpdoc output
2003-09-11 khartlageImproved "project.index" file for PHPdoc TextHover...
2003-09-09 khartlageChanged "Open PHP Declarartion" action in the PHP editor:
2003-09-09 kpouerthe PHP_NEW field must be before the field PHPPARSER
2003-09-08 khartlageExtended the builder with an index file generator for...
2003-08-15 khartlagemisc
2003-08-09 khartlageadded a builder to parse files with eclipse's build...
2003-08-02 khartlage...
2003-08-01 khartlageAdded a souce context menu to the editor; moved "Goto...
2003-07-30 khartlagePHP obfuscator gets it's ignored identifiers from an...
2003-07-30 khartlagePHP obfuscator gets it's ignored identifiers from an...
2003-07-29 njd-updated more function descriptions
2003-07-29 njd-completed descriptions for all functions starting with b
2003-07-29 njd-added various function descriptions
2003-07-10 khartlagedetect uppercase *.PHP extension
2003-06-28 khartlageRemove String#replaceAll() with StringUtil#replaceAll...
2003-06-27 khartlageUse external tools package to run commands for apache...
2003-06-23 khartlageadded "Behaviour" page in Editor Prefernce Page
2003-06-23 khartlageImproved pref page layout
2003-06-18 kpouerAdded ` quoted strings and changed single quoted String...
2003-06-15 kpouer*** empty log message ***
2003-06-13 khartlage*** empty log message ***
2003-06-08 khartlageSet DEBUG=false; Set DEBUG=true only for developer...
2003-06-08 khartlageFixed "textEditor==null" bug
2003-06-08 kpouer*** empty log message ***
2003-06-06 kpouer*** empty log message ***
2003-05-31 khartlageUse abstraction of PHPOutlinePage
2003-05-28 khartlageadded a php external tools launcher
2003-05-25 khartlagefirst veron of external tools
2003-05-25 khartlagefirst version of external tools
2003-05-25 khartlagefirst version of external tools
2003-05-11 khartlageadded a first php $f command to the PHP console
2003-05-07 khartlagedeleted refs to org.eclipse.update.internal.ui.UpdateUI...
2003-05-07 khartlageadded command line (Combobox) to PHPConsole - no functi...
2003-05-07 khartlageOpen preview on editor open
2003-05-06 muskPartitionscanner Framework
2003-05-04 khartlageadd some actions to phpconsole
2003-05-03 khartlagechanged default to "mysqld-nt.exe"
2003-05-01 kpouer*** empty log message ***
2003-05-01 muskAdded state reset
2003-04-30 muskMoved to test plugin to eliminate dependency upon junit...
2003-04-28 muskAdded TestCase for PHP with Comment and
2003-04-28 muskTestCase and Mockobject for PHPPartitionScanner Junit...
2003-04-28 khartlagemisc
2003-04-27 khartlageimproved color settings through Preference page
2003-04-27 khartlagecleaned up plugin.xml; eliminated junit dependencies
2003-04-13 muskFixed NullPointerException in getPresentationReconciler...
2003-04-12 muskFixed partitioning bug causing an assertion exception...
2003-04-09 khartlagePrepared for multiple Partitioners
2003-04-08 khartlageAdded auto activation for HTML characters (i.e. <&...
2003-04-07 khartlageNew Autoactivation for PHP ("$") and PHPDoc ("@") added
2003-04-07 kpouerprivate void ensureOverviewHoverManagerInstalled()...
2003-04-07 kpouer2 new methods from the interface were missing (I think)
2003-04-06 khartlagePHP highlighting colors could now be managed by the...
2003-04-06 muskFixed php in html-comment
2003-04-06 muskFixed bug passing default partition type to scanner...
2003-04-06 khartlageAdded PHPUnitEditor and corresponding PHPPreferencePage
2003-04-04 khartlageAdded some mysql function description
2003-04-04 khartlageChanged PHPAnnotationHover to show the Error-message;
2003-04-01 khartlageadded php shortcut <?
2003-04-01 khartlage*** empty log message ***
2003-04-01 muskPartially fixed highlight bug for php block in html...
2003-03-30 khartlageGotoMatchingBracket implementiert
2003-03-30 khartlageHTMLCodeScanner enabled for HTML Partitions
2003-03-28 khartlageadded PHPDoc contexts
2003-03-27 muskIncorporated the new PartitionScanner
2003-03-27 muskAdded Constants for the new PartitionScanner
2003-03-27 muskPHPPartitionScanner that is not rule based
2003-03-26 khartlageAdded PHPDoc Scanner and Code Completion Processor
2003-03-26 kpoueradded some rules for alternative case like <?Php <...
2003-03-26 muskexternalized constants for the Partitionscanner.
2003-03-25 kpouerprevious commit was a mistake
2003-03-25 kpouer*** empty log message ***
2003-03-20 khartlagephp formatter based on the JDT java formatter (very...
2003-03-19 khartlageStarted with PHP/HTML Formatter menu => doesn't work...
2003-03-09 khartlagedetermine windowsSystem with eclips Bootloader class
2003-03-04 khartlageadded docs for some functions
2003-03-02 khartlageimproved PHP Scanner
2003-03-02 khartlageimproved PHP Scanner
2003-03-02 khartlageimproved PHP Scanner
2003-02-28 khartlageFied console NPE
next