phpeclipse.git
21 years agoA constant added pour Spanish language
kpouer [Thu, 30 Jan 2003 23:34:11 +0000]
A constant added pour Spanish language

21 years agoPHPLanguagePreferencePage.spanish and PHPEditorSyntaxPreferencePage.background added...
kpouer [Thu, 30 Jan 2003 23:33:21 +0000]
PHPLanguagePreferencePage.spanish and PHPEditorSyntaxPreferencePage.background added in every language file

21 years agonew html templates
khartlage [Thu, 30 Jan 2003 20:56:51 +0000]
new html templates

21 years agonew html templates
khartlage [Thu, 30 Jan 2003 20:07:47 +0000]
new html templates

21 years agoJDT codeassist module, nothing changed yet
khartlage [Thu, 30 Jan 2003 19:45:33 +0000]
JDT codeassist module, nothing changed yet

21 years ago*** empty log message ***
khartlage [Thu, 30 Jan 2003 19:37:22 +0000]
*** empty log message ***

21 years agospanish translation
khartlage [Wed, 29 Jan 2003 18:34:11 +0000]
spanish translation

21 years agochanged the "description" attribute in phpsyntax.xml into multi-line text between...
khartlage [Tue, 28 Jan 2003 22:02:01 +0000]
changed the "description" attribute in phpsyntax.xml into multi-line text between the <phpsyntax> tags

21 years agochanged the "description" attribute in phpsyntax.xml into multi-line text between...
khartlage [Tue, 28 Jan 2003 21:54:20 +0000]
changed the "description" attribute in phpsyntax.xml into multi-line text between the <phpsyntax> tags

21 years agomisc changes
khartlage [Tue, 28 Jan 2003 20:58:27 +0000]
misc changes

21 years agomisc changes
khartlage [Tue, 28 Jan 2003 20:49:28 +0000]
misc changes

21 years agofixed version to 1.0.6
khartlage [Tue, 28 Jan 2003 20:11:10 +0000]
fixed version to 1.0.6

21 years agoThe parser will now recognize mixed case in php tag <?Php for example
kpouer [Tue, 28 Jan 2003 14:44:58 +0000]
The parser will now recognize mixed case in php tag <?Php for example

21 years agoSome text modified
kpouer [Tue, 28 Jan 2003 14:42:38 +0000]
Some text modified

21 years agobug fix: String are always in BOLD fonts
khartlage [Mon, 27 Jan 2003 18:42:22 +0000]
bug fix: String are always in BOLD fonts

21 years agoadded "icons/obj16/impc_obj.gif" for includes in the outline view
khartlage [Mon, 27 Jan 2003 18:33:54 +0000]
added "icons/obj16/impc_obj.gif" for includes in the outline view

21 years agoConfig editor through XML file
khartlage [Mon, 27 Jan 2003 17:47:49 +0000]
Config editor through XML file

21 years agoSome refactor to use the PHPSegmentWithChildren instead of PHPClassDeclaration
kpouer [Sat, 25 Jan 2003 15:56:19 +0000]
Some refactor to use the PHPSegmentWithChildren instead of PHPClassDeclaration

21 years agoNow PHPFunctionDeclaration can have children, and require are shown in the outline.
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()

21 years agoSome little refactor to use the abstract PHPSegmentWithChildren instead of PHPClassDe...
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)

21 years agothis segment can now have children so it extends PHPSegmentWithChildren
kpouer [Sat, 25 Jan 2003 15:51:56 +0000]
this segment can now have children so it extends PHPSegmentWithChildren

21 years agowe now extend PHPSegmentWithChildren
kpouer [Sat, 25 Jan 2003 15:51:24 +0000]
we now extend PHPSegmentWithChildren

21 years agoAn abstract PHPSegment that describe a segment that can have children.
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)

21 years agoa PHPSegment that describe a require or an include
kpouer [Sat, 25 Jan 2003 15:49:09 +0000]
a PHPSegment that describe a require or an include

21 years agoAdded DESC_INC and IMG_INC for the image of include/require in outline (maybe we...
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 ?)

21 years agoIf the value of a string is an empty string the outline will no longer show 'varname...
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 =  '

21 years agoIntroduce a field "stringValue" used by the new method getString() that read a string...
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

21 years agoThe name field is now protected (PHPVarDeclaration needs)
kpouer [Fri, 24 Jan 2003 11:36:05 +0000]
The name field is now protected (PHPVarDeclaration needs)

21 years agoIt's now possible to assign a value to a variable
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

21 years agoAdded default preferences for outline options
khartlage [Thu, 23 Jan 2003 19:57:26 +0000]
Added default preferences for outline options

21 years agosome configurations checkbox to show or not class, vars and functions in outline
kpouer [Thu, 23 Jan 2003 16:59:43 +0000]
some configurations checkbox to show or not class, vars and functions in outline

21 years agoAdded some configurations constants 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

21 years agoA variable description (like PHPFunctionDeclaration)
kpouer [Thu, 23 Jan 2003 16:54:50 +0000]
A variable description (like PHPFunctionDeclaration)

21 years agoAdded some code to show variables from class in the outline
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)

21 years agofixed Message bug
khartlage [Sat, 18 Jan 2003 12:48:04 +0000]
fixed Message bug

21 years agomisc changes
khartlage [Fri, 17 Jan 2003 21:06:02 +0000]
misc changes

21 years agofirst scanner /parser copied from the jdt java version
khartlage [Fri, 17 Jan 2003 21:00:10 +0000]
first scanner /parser copied from the jdt java version

21 years agofirst 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

21 years agoexperimental jtidy version adapted for phpeclipse
khartlage [Fri, 17 Jan 2003 20:44:59 +0000]
experimental jtidy version adapted for phpeclipse

21 years agoJTidy integration
khartlage [Sun, 12 Jan 2003 18:04:51 +0000]
JTidy integration

21 years agonew version 1.0.4
khartlage [Wed, 8 Jan 2003 22:57:29 +0000]
new version 1.0.4

21 years agofixed classpath problems
khartlage [Wed, 8 Jan 2003 22:44:35 +0000]
fixed classpath problems

21 years agomisc
khartlage [Wed, 8 Jan 2003 19:39:21 +0000]
misc

21 years agoAdded actions Comment, Uncommnet, AddBookmark, AddTask
khartlage [Wed, 8 Jan 2003 19:16:32 +0000]
Added actions Comment, Uncommnet, AddBookmark, AddTask

21 years ago1.0.4 release
khartlage [Sun, 5 Jan 2003 10:05:37 +0000]
1.0.4 release

21 years agoadded TemplatePreferencePage
khartlage [Thu, 2 Jan 2003 20:16:00 +0000]
added TemplatePreferencePage

21 years agoadded code completion for HTML mode
khartlage [Thu, 2 Jan 2003 14:50:29 +0000]
added code completion for HTML mode

21 years agomisc changes
khartlage [Sun, 29 Dec 2002 19:00:31 +0000]
misc changes

21 years agouse module net.sourceforge.phpeclipse.launching instead
khartlage [Sun, 29 Dec 2002 18:58:08 +0000]
use module net.sourceforge.phpeclipse.launching instead

21 years agoThis commit was generated by cvs2svn to compensate for changes in r59,
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.

21 years agouse module net.sourceforge.phpeclipse.phphelp instead of net.sourceforge.phpeclipse...
khartlage [Fri, 27 Dec 2002 23:18:14 +0000]
use module net.sourceforge.phpeclipse.phphelp instead of net.sourceforge.phpeclipse.debug.phphelp

21 years agoThis commit was generated by cvs2svn to compensate for changes in r55,
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.

21 years agomisc changes
khartlage [Fri, 27 Dec 2002 23:11:03 +0000]
misc changes

21 years agomisc changes
khartlage [Fri, 27 Dec 2002 21:18:43 +0000]
misc changes

21 years agoImproved auto completion
khartlage [Fri, 27 Dec 2002 15:47:18 +0000]
Improved auto completion

21 years agoThis commit was generated by cvs2svn to compensate for changes in r50,
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.

21 years agoImproved completion processor
khartlage [Mon, 23 Dec 2002 21:26:23 +0000]
Improved completion processor

21 years agoContextHelp now in new module net.sourceforge.phpeclipse.phphelp
khartlage [Mon, 23 Dec 2002 21:20:09 +0000]
ContextHelp now in new module net.sourceforge.phpeclipse.phphelp

21 years agoContextHelp 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

21 years agoimproved/refactored php syntax parser
khartlage [Tue, 10 Dec 2002 21:20:42 +0000]
improved/refactored php syntax parser

21 years agofixed bug in template expansion
khartlage [Mon, 9 Dec 2002 18:23:11 +0000]
fixed bug in template expansion

21 years agofirst version of 'Code Assist" template engine
khartlage [Sun, 8 Dec 2002 22:48:54 +0000]
first version of 'Code Assist" template engine

21 years agoPHP perspective and new Project Wizard
khartlage [Tue, 3 Dec 2002 21:05:22 +0000]
PHP perspective and new Project Wizard

21 years agonew phpedit.gif
khartlage [Tue, 3 Dec 2002 20:56:26 +0000]
new phpedit.gif

21 years agominor changes
khartlage [Sun, 1 Dec 2002 13:21:07 +0000]
minor changes

21 years agominor changes
khartlage [Sat, 30 Nov 2002 20:13:49 +0000]
minor changes

21 years agominor fixes
khartlage [Sat, 30 Nov 2002 16:41:35 +0000]
minor fixes

21 years agoSyntax Highlighting Prefs work now / Automatic parse on save option available
khartlage [Fri, 29 Nov 2002 20:20:41 +0000]
Syntax Highlighting Prefs work now / Automatic parse on save option available

21 years agosome changes
khartlage [Wed, 27 Nov 2002 22:51:03 +0000]
some changes

21 years agoimproved php parser
khartlage [Wed, 27 Nov 2002 22:50:05 +0000]
improved php parser

21 years agoimproved internal php parser unit tests
khartlage [Wed, 27 Nov 2002 22:48:03 +0000]
improved internal php parser unit tests

21 years agoexternal syntax parse check: /apache/php/php -l -f <filename>
khartlage [Wed, 27 Nov 2002 22:46:37 +0000]
external syntax parse check: /apache/php/php -l -f <filename>

21 years agonew Syntax Highlighting Preference Page (doesn't have an effect at the moment)
khartlage [Wed, 27 Nov 2002 22:41:28 +0000]
new Syntax Highlighting Preference Page (doesn't have an effect at the moment)

21 years agonew php icon
khartlage [Wed, 27 Nov 2002 22:39:00 +0000]
new php icon

21 years agoimproved php parser
khartlage [Sun, 24 Nov 2002 14:52:45 +0000]
improved php parser

21 years agoimproved php parser
khartlage [Sun, 24 Nov 2002 14:49:22 +0000]
improved php parser

21 years agoimproved php parser for keywords do-while, null, false, true...
khartlage [Sat, 23 Nov 2002 16:12:15 +0000]
improved php parser for keywords do-while, null, false, true...

21 years ago*.inc; *.htm and *.html files were assigned to PHPEditor
khartlage [Fri, 22 Nov 2002 22:03:03 +0000]
*.inc; *.htm and *.html files were assigned to PHPEditor

21 years agoimporved php parser
khartlage [Fri, 22 Nov 2002 22:01:42 +0000]
imporved php parser

21 years agoFirst JUnit test cases for the PHP Parser
khartlage [Sun, 17 Nov 2002 14:03:34 +0000]
First JUnit test cases for the PHP Parser

21 years agoFirst JUnit test cases for the PHP Parser
khartlage [Sun, 17 Nov 2002 13:55:18 +0000]
First JUnit test cases for the PHP Parser

21 years agoimproved php parser (if-statement); but a lot of things don't work yet
khartlage [Sun, 17 Nov 2002 13:44:26 +0000]
improved php parser (if-statement); but a lot of things don't work yet

21 years agoAdded first PHP parser version (doesn't work correct actually)
khartlage [Wed, 13 Nov 2002 20:48:12 +0000]
Added first PHP parser version (doesn't work correct actually)

21 years agoSimple PHP Page Wizard
khartlage [Wed, 13 Nov 2002 20:43:26 +0000]
Simple PHP Page Wizard

21 years agoPHP Console View
khartlage [Wed, 13 Nov 2002 20:42:31 +0000]
PHP Console View

21 years agofirst PHP parser version (doesn't work actually)
khartlage [Wed, 13 Nov 2002 20:41:55 +0000]
first PHP parser version (doesn't work actually)

21 years agomisc changes
khartlage [Thu, 7 Nov 2002 19:19:24 +0000]
misc changes

21 years agoAdded context help menu for php function names. The description of the fundtion opens...
khartlage [Sat, 26 Oct 2002 11:18:30 +0000]
Added context help menu for php function names. The description of the fundtion opens in the help browser

21 years agoIntegrated PHP help files; Fixed some bugs
khartlage [Thu, 24 Oct 2002 16:04:31 +0000]
Integrated PHP help files; Fixed some bugs

21 years agoImproved Outline view for PHP function names
khartlage [Sat, 19 Oct 2002 18:55:31 +0000]
Improved Outline view for PHP function names

21 years agoimproved syntax highligthing
khartlage [Sat, 19 Oct 2002 16:16:57 +0000]
improved syntax highligthing

21 years agoAdded: PreferencePage; External Browser startup; extended syntax highlighting
khartlage [Sat, 12 Oct 2002 17:00:48 +0000]
Added: PreferencePage; External Browser startup; extended syntax highlighting

21 years agotesting around with plugin properties ;)
gtonic [Fri, 9 Aug 2002 18:29:38 +0000]
testing around with plugin properties ;)

21 years agotesting around with plugin properties ;)
gtonic [Fri, 9 Aug 2002 18:20:08 +0000]
testing around with plugin properties ;)

21 years agoadded todos
gtonic [Fri, 2 Aug 2002 08:28:10 +0000]
added todos

21 years agoupdate code and new tag color
future_wave [Thu, 1 Aug 2002 07:57:01 +0000]
update code and new tag color

21 years agominor changes, added some comments
gtonic [Wed, 31 Jul 2002 14:10:44 +0000]
minor changes, added some comments

21 years agodeleted /tmp folder + files
gtonic [Tue, 23 Jul 2002 09:03:47 +0000]
deleted /tmp folder + files

21 years agoinitial import
gtonic [Fri, 19 Jul 2002 05:01:39 +0000]
initial import

21 years agoinitial checkin
Edward Mann [Thu, 11 Jul 2002 20:11:38 +0000]
initial checkin