choochter [Tue, 18 Feb 2003 20:20:08 +0000]
fixing compile errors
khartlage [Mon, 17 Feb 2003 21:43:54 +0000]
changed name of Scanner tokens to names similar in the JDT
khartlage [Mon, 17 Feb 2003 21:42:58 +0000]
changed name of Scanner tokens to names similar in the JDT
khartlage [Sun, 16 Feb 2003 20:12:32 +0000]
deleted unnecessary "folder.addPlaceholder(IPageLayout.ID_RES_NAV);"
khartlage [Sun, 16 Feb 2003 20:10:07 +0000]
avoid "console==null" problems
khartlage [Sun, 16 Feb 2003 19:08:43 +0000]
fixed accelerator problem; slightly improved PHP Perspective
kpouer [Thu, 13 Feb 2003 13:36:22 +0000]
*** empty log message ***
kpouer [Tue, 11 Feb 2003 18:48:44 +0000]
*** empty log message ***
kpouer [Mon, 10 Feb 2003 21:37:32 +0000]
*** empty log message ***
kpouer [Mon, 10 Feb 2003 21:36:12 +0000]
First test
khartlage [Sat, 8 Feb 2003 11:54:39 +0000]
Switched to Eclipse 2.1 development
khartlage [Sat, 8 Feb 2003 11:42:30 +0000]
Switched to Eclipse 2.1 development; eliminated JTidy package => now standalone plugin
khartlage [Fri, 7 Feb 2003 23:36:50 +0000]
changed .classpath to relative PATH ECLIPSE_HOME
khartlage [Fri, 7 Feb 2003 23:05:37 +0000]
reworked the Console write() method
khartlage [Fri, 7 Feb 2003 21:39:42 +0000]
misc changes
khartlage [Fri, 7 Feb 2003 19:17:17 +0000]
misc changes
choochter [Fri, 7 Feb 2003 16:42:31 +0000]
Temporarily replace new Project Wizard until errors in old one investigated..
kpouer [Fri, 7 Feb 2003 15:35:29 +0000]
When creating a file named like this something.class.php a class template will be used
kpouer [Fri, 7 Feb 2003 13:22:54 +0000]
The php files can now have as many . as they want in their name
khartlage [Thu, 6 Feb 2003 20:56:58 +0000]
intial version
khartlage [Thu, 6 Feb 2003 20:34:45 +0000]
HTML Tidy plugin initial version
khartlage [Wed, 5 Feb 2003 21:31:19 +0000]
example .classpath files for phpeclipse
choochter [Wed, 5 Feb 2003 13:49:36 +0000]
Add field for external parser to pref page
choochter [Tue, 4 Feb 2003 22:23:32 +0000]
Add support for creating a Xaraya module
choochter [Tue, 4 Feb 2003 15:39:07 +0000]
*** empty log message ***
kpouer [Tue, 4 Feb 2003 10:04:30 +0000]
import org.eclipse.ui.internal.dialogs.ResourceSorter; replaced by import org.eclipse.ui.views.navigator.ResourceSorter; because it doesn't compile here
kpouer [Tue, 4 Feb 2003 10:02:48 +0000]
import junit.framework.TestCase; was missing so it wasn't compilable
choochter [Tue, 4 Feb 2003 01:45:06 +0000]
*** empty log message ***
choochter [Tue, 4 Feb 2003 01:10:26 +0000]
*** empty log message ***
kpouer [Sun, 2 Feb 2003 17:21:02 +0000]
Some javadoc added
khartlage [Sat, 1 Feb 2003 18:44:02 +0000]
optimized getIdentifier
kpouer [Thu, 30 Jan 2003 23:35:45 +0000]
Added the ability to change background color for php syntax
kpouer [Thu, 30 Jan 2003 23:35:08 +0000]
added Spanish language in the page (why wasn't it ?)
kpouer [Thu, 30 Jan 2003 23:34:11 +0000]
A constant added pour Spanish language
kpouer [Thu, 30 Jan 2003 23:33:21 +0000]
PHPLanguagePreferencePage.spanish and PHPEditorSyntaxPreferencePage.background added in every language file
khartlage [Thu, 30 Jan 2003 20:56:51 +0000]
new html templates
khartlage [Thu, 30 Jan 2003 20:07:47 +0000]
new html templates
khartlage [Thu, 30 Jan 2003 19:45:33 +0000]
JDT codeassist module, nothing changed yet
khartlage [Thu, 30 Jan 2003 19:37:22 +0000]
*** empty log message ***
khartlage [Wed, 29 Jan 2003 18:34:11 +0000]
spanish translation
khartlage [Tue, 28 Jan 2003 22:02:01 +0000]
changed the "description" attribute in phpsyntax.xml into multi-line text between the <phpsyntax> tags
khartlage [Tue, 28 Jan 2003 21:54:20 +0000]
changed the "description" attribute in phpsyntax.xml into multi-line text between the <phpsyntax> tags
khartlage [Tue, 28 Jan 2003 20:58:27 +0000]
misc changes
khartlage [Tue, 28 Jan 2003 20:49:28 +0000]
misc changes
khartlage [Tue, 28 Jan 2003 20:11:10 +0000]
fixed version to 1.0.6
kpouer [Tue, 28 Jan 2003 14:44:58 +0000]
The parser will now recognize mixed case in php tag <?Php for example
kpouer [Tue, 28 Jan 2003 14:42:38 +0000]
Some text modified
khartlage [Mon, 27 Jan 2003 18:42:22 +0000]
bug fix: String are always in BOLD fonts
khartlage [Mon, 27 Jan 2003 18:33:54 +0000]
added "icons/obj16/impc_obj.gif" for includes in the outline view
khartlage [Mon, 27 Jan 2003 17:47:49 +0000]
Config editor through XML file
kpouer [Sat, 25 Jan 2003 15:56:19 +0000]
Some refactor to use the PHPSegmentWithChildren instead of PHPClassDeclaration
kpouer [Sat, 25 Jan 2003 15:55:11 +0000]
Now PHPFunctionDeclaration can have children, and require are shown in the outline.
I wrote something to get the expression in a field of the class, but it's not perfect so it would be better to change it (I didn't understood everything in PHPParser#expression()
kpouer [Sat, 25 Jan 2003 15:53:07 +0000]
Some little refactor to use the abstract PHPSegmentWithChildren instead of PHPClassDeclaration (when we have a recursive branch)
kpouer [Sat, 25 Jan 2003 15:51:56 +0000]
this segment can now have children so it extends PHPSegmentWithChildren
kpouer [Sat, 25 Jan 2003 15:51:24 +0000]
we now extend PHPSegmentWithChildren
kpouer [Sat, 25 Jan 2003 15:50:47 +0000]
An abstract PHPSegment that describe a segment that can have children.
It's the parent class of PHPClassDeclaration and PHPFunctionDeclaration (since a function can have an inner function or require for example)
kpouer [Sat, 25 Jan 2003 15:49:09 +0000]
a PHPSegment that describe a require or an include
kpouer [Sat, 25 Jan 2003 15:47:42 +0000]
Added DESC_INC and IMG_INC for the image of include/require in outline (maybe we can choose 2 different image in the future ?)
kpouer [Fri, 24 Jan 2003 23:16:15 +0000]
If the value of a string is an empty string the outline will no longer show 'varname = '
kpouer [Fri, 24 Jan 2003 11:40:19 +0000]
Introduce a field "stringValue" used by the new method getString() that read a string token (like getNumber())
The variable in outline will now show their initial value
I also think the bug 670086 with the error on save is fixed (by catching a SyntaxError in parseDeclarations())
I still have a bug : when you change the initial value of a field, the outline will not detect it
kpouer [Fri, 24 Jan 2003 11:36:05 +0000]
The name field is now protected (PHPVarDeclaration needs)
kpouer [Fri, 24 Jan 2003 11:31:51 +0000]
It's now possible to assign a value to a variable
the toString() method changed to allow it
khartlage [Thu, 23 Jan 2003 19:57:26 +0000]
Added default preferences for outline options
kpouer [Thu, 23 Jan 2003 16:59:43 +0000]
some configurations checkbox to show or not class, vars and functions in outline
kpouer [Thu, 23 Jan 2003 16:59:11 +0000]
Added some configurations constants to show or not class, vars and functions in outline
kpouer [Thu, 23 Jan 2003 16:54:50 +0000]
A variable description (like PHPFunctionDeclaration)
kpouer [Thu, 23 Jan 2003 16:52:19 +0000]
Added some code to show variables from class in the outline
and added option to display or not class, functions and variables (still a bug when you choose to hide classes but show their variables and functions)
khartlage [Sat, 18 Jan 2003 12:48:04 +0000]
fixed Message bug
khartlage [Fri, 17 Jan 2003 21:06:02 +0000]
misc changes
khartlage [Fri, 17 Jan 2003 21:00:10 +0000]
first scanner /parser copied from the jdt java version
khartlage [Fri, 17 Jan 2003 20:47:33 +0000]
first scanner /parser copied from the jdt java version
khartlage [Fri, 17 Jan 2003 20:44:59 +0000]
experimental jtidy version adapted for phpeclipse
khartlage [Sun, 12 Jan 2003 18:04:51 +0000]
JTidy integration
khartlage [Wed, 8 Jan 2003 22:57:29 +0000]
new version 1.0.4
khartlage [Wed, 8 Jan 2003 22:44:35 +0000]
fixed classpath problems
khartlage [Wed, 8 Jan 2003 19:39:21 +0000]
misc
khartlage [Wed, 8 Jan 2003 19:16:32 +0000]
Added actions Comment, Uncommnet, AddBookmark, AddTask
khartlage [Sun, 5 Jan 2003 10:05:37 +0000]
1.0.4 release
khartlage [Thu, 2 Jan 2003 20:16:00 +0000]
added TemplatePreferencePage
khartlage [Thu, 2 Jan 2003 14:50:29 +0000]
added code completion for HTML mode
khartlage [Sun, 29 Dec 2002 19:00:31 +0000]
misc changes
khartlage [Sun, 29 Dec 2002 18:58:08 +0000]
use module net.sourceforge.phpeclipse.launching instead
khartlage [Sun, 29 Dec 2002 18:56:33 +0000]
This commit was generated by cvs2svn to compensate for changes in r59,
which included commits to RCS files with non-trunk default branches.
khartlage [Fri, 27 Dec 2002 23:18:14 +0000]
use module net.sourceforge.phpeclipse.phphelp instead of net.sourceforge.phpeclipse.debug.phphelp
khartlage [Fri, 27 Dec 2002 23:16:07 +0000]
This commit was generated by cvs2svn to compensate for changes in r55,
which included commits to RCS files with non-trunk default branches.
khartlage [Fri, 27 Dec 2002 23:11:03 +0000]
misc changes
khartlage [Fri, 27 Dec 2002 21:18:43 +0000]
misc changes
khartlage [Fri, 27 Dec 2002 15:47:18 +0000]
Improved auto completion
khartlage [Mon, 23 Dec 2002 21:31:38 +0000]
This commit was generated by cvs2svn to compensate for changes in r50,
which included commits to RCS files with non-trunk default branches.
khartlage [Mon, 23 Dec 2002 21:26:23 +0000]
Improved completion processor
khartlage [Mon, 23 Dec 2002 21:20:09 +0000]
ContextHelp now in new module net.sourceforge.phpeclipse.phphelp
khartlage [Mon, 23 Dec 2002 21:12:27 +0000]
ContextHelp now in new module net.sourceforge.phpeclipse.phphelp
khartlage [Tue, 10 Dec 2002 21:20:42 +0000]
improved/refactored php syntax parser
khartlage [Mon, 9 Dec 2002 18:23:11 +0000]
fixed bug in template expansion
khartlage [Sun, 8 Dec 2002 22:48:54 +0000]
first version of 'Code Assist" template engine
khartlage [Tue, 3 Dec 2002 21:05:22 +0000]
PHP perspective and new Project Wizard
khartlage [Tue, 3 Dec 2002 20:56:26 +0000]
new phpedit.gif
khartlage [Sun, 1 Dec 2002 13:21:07 +0000]
minor changes
khartlage [Sat, 30 Nov 2002 20:13:49 +0000]
minor changes
khartlage [Sat, 30 Nov 2002 16:41:35 +0000]
minor fixes