phpeclipse.git
20 years agochanged how special variables are detected
kpouer [Mon, 11 Aug 2003 22:24:37 +0000]
changed how special variables are detected

20 years agoadded the method codeAnalysis() with an empty default implementation
kpouer [Mon, 11 Aug 2003 22:23:47 +0000]
added the method codeAnalysis() with an empty default implementation

20 years agoExternalToolMenuDelegate no longer available
khartlage [Mon, 11 Aug 2003 22:15:51 +0000]
ExternalToolMenuDelegate no longer available

20 years agoI now detect unused parameters
kpouer [Mon, 11 Aug 2003 21:38:12 +0000]
I now detect unused parameters

20 years agosome bugfixes
kpouer [Mon, 11 Aug 2003 21:30:29 +0000]
some bugfixes

20 years agoa bugfix on used variables report
kpouer [Mon, 11 Aug 2003 21:29:24 +0000]
a bugfix on used variables report

20 years agofixed used variables : special variables like _REQUEST, _POST ... will not be reporte...
kpouer [Mon, 11 Aug 2003 21:28:45 +0000]
fixed used variables : special variables like _REQUEST, _POST ... will not be reported anymore

20 years agosome new tests added
kpouer [Mon, 11 Aug 2003 21:27:31 +0000]
some new tests added

20 years agochanged version to 1.0.7
khartlage [Mon, 11 Aug 2003 15:58:24 +0000]
changed version to 1.0.7

20 years agolot of fixes code analysis works better
kpouer [Sun, 10 Aug 2003 15:47:40 +0000]
lot of fixes code analysis works better

20 years agomany changes and fixes
kpouer [Sun, 10 Aug 2003 15:46:27 +0000]
many changes and fixes

20 years agothis class will define a class instantiation (with maybe a &)
kpouer [Sun, 10 Aug 2003 15:45:41 +0000]
this class will define a class instantiation (with maybe a &)

20 years ago*** empty log message ***
kpouer [Sun, 10 Aug 2003 15:40:24 +0000]
*** empty log message ***

20 years agolot of fixes about offsets
kpouer [Sat, 9 Aug 2003 22:17:27 +0000]
lot of fixes about offsets

20 years ago*** empty log message ***
kpouer [Sat, 9 Aug 2003 22:16:17 +0000]
*** empty log message ***

20 years agowhen you check php or html you have now to tell if the parser should throw an excepti...
kpouer [Sat, 9 Aug 2003 18:31:09 +0000]
when you check php or html you have now to tell if the parser should throw an exception or not (is it good or bad syntax ?)

20 years agothe tester moved in the good place
kpouer [Sat, 9 Aug 2003 18:30:22 +0000]
the tester moved in the good place

20 years ago*** empty log message ***
kpouer [Sat, 9 Aug 2003 18:29:00 +0000]
*** empty log message ***

20 years agoadded a builder to parse files with eclipse's build mechanisms
khartlage [Sat, 9 Aug 2003 17:37:23 +0000]
added a builder to parse files with eclipse's build mechanisms

20 years agoadded a builder to parse files with eclipse's build mechanisms
khartlage [Sat, 9 Aug 2003 17:32:28 +0000]
added a builder to parse files with eclipse's build mechanisms

20 years agoformatted source code
khartlage [Sat, 9 Aug 2003 12:48:38 +0000]
formatted source code

20 years agoa small bugfix
kpouer [Thu, 7 Aug 2003 13:29:55 +0000]
a small bugfix

20 years ago*** empty log message ***
kpouer [Wed, 6 Aug 2003 06:39:11 +0000]
*** empty log message ***

20 years agoa junit Testcase to test the parser
kpouer [Tue, 5 Aug 2003 22:19:32 +0000]
a junit Testcase to test the parser

20 years agosome little bugfixes
kpouer [Tue, 5 Aug 2003 22:13:43 +0000]
some little bugfixes

20 years ago*** empty log message ***
kpouer [Tue, 5 Aug 2003 07:02:15 +0000]
*** empty log message ***

20 years agochanges about variables
kpouer [Mon, 4 Aug 2003 22:55:08 +0000]
changes about variables

20 years agosome refactoring in the code analysis
kpouer [Mon, 4 Aug 2003 21:53:28 +0000]
some refactoring in the code analysis

20 years agothe fileToParse field pulled up to ParserSuperclass and made static (I think it shoul...
kpouer [Sun, 3 Aug 2003 21:41:01 +0000]
the fileToParse field pulled up to ParserSuperclass and made static (I think it should be ok for both parsers)

20 years ago*** empty log message ***
kpouer [Sun, 3 Aug 2003 21:39:23 +0000]
*** empty log message ***

20 years ago*** empty log message ***
kpouer [Sun, 3 Aug 2003 14:56:38 +0000]
*** empty log message ***

20 years agoMethods to get used, declared and variables coming from outside in the expressions...
kpouer [Sun, 3 Aug 2003 14:55:39 +0000]
Methods to get used, declared and variables coming from outside in the expressions, for code analysis.
a first analysis inside methods is done, but very experimental.

20 years agoHere is the first class from my declarations descriptions :
kpouer [Sun, 3 Aug 2003 14:51:10 +0000]
Here is the first class from my declarations descriptions :
It will contains usage in code of various things, variables first, bug maybe methods and classes after. It is useful for code analysis

20 years ago...
khartlage [Sat, 2 Aug 2003 20:17:55 +0000]
...

20 years agoAdded a souce context menu to the editor; moved "Goto Matching Bracket" to "Navigate...
khartlage [Fri, 1 Aug 2003 20:32:30 +0000]
Added a souce context menu to the editor; moved "Goto Matching Bracket" to "Navigate" menu

20 years agoPHP obfuscator gets it's ignored identifiers from an "obfuscator.xml" file
khartlage [Wed, 30 Jul 2003 20:30:13 +0000]
PHP obfuscator gets it's ignored identifiers from an "obfuscator.xml" file

20 years agoPHP obfuscator gets it's ignored identifiers from an "obfuscator.xml" file
khartlage [Wed, 30 Jul 2003 20:24:55 +0000]
PHP obfuscator gets it's ignored identifiers from an "obfuscator.xml" file

20 years agoFirst submit for debug plugin
fvicente [Wed, 30 Jul 2003 01:55:31 +0000]
First submit for debug plugin

20 years agoFirst submit for debug plugin
fvicente [Wed, 30 Jul 2003 01:36:38 +0000]
First submit for debug plugin

20 years agoFirst submit for debug plugin
fvicente [Wed, 30 Jul 2003 01:17:35 +0000]
First submit for debug plugin

20 years agoFirst submit for debug plugin
fvicente [Wed, 30 Jul 2003 01:10:37 +0000]
First submit for debug plugin

20 years agoFirst submit for debug plugin
fvicente [Wed, 30 Jul 2003 00:59:11 +0000]
First submit for debug plugin

20 years agoFirst submit for debug plugin
fvicente [Wed, 30 Jul 2003 00:49:03 +0000]
First submit for debug plugin

20 years agoWork with 2.1.1 now
khartlage [Tue, 29 Jul 2003 19:00:11 +0000]
Work with 2.1.1 now

20 years agoupdated more function descriptions
njd- [Tue, 29 Jul 2003 11:50:40 +0000]
updated more function descriptions

20 years agocompleted descriptions for all functions starting with b
njd- [Tue, 29 Jul 2003 11:34:28 +0000]
completed descriptions for all functions starting with b

20 years agoadded various function descriptions
njd- [Tue, 29 Jul 2003 06:51:15 +0000]
added various function descriptions

20 years ago*** empty log message ***
kpouer [Mon, 28 Jul 2003 20:41:21 +0000]
*** empty log message ***

20 years ago*** empty log message ***
kpouer [Sat, 26 Jul 2003 18:22:21 +0000]
*** empty log message ***

20 years agoupdating SQL plugin with latest Quantum code
choochter [Wed, 23 Jul 2003 12:01:59 +0000]
updating SQL plugin with latest Quantum code

20 years ago*** empty log message ***
choochter [Wed, 23 Jul 2003 11:55:14 +0000]
*** empty log message ***

20 years agodetect uppercase *.PHP extension
khartlage [Thu, 10 Jul 2003 18:39:29 +0000]
detect uppercase *.PHP extension

20 years agochanged ExternalToolMenuDelegate
khartlage [Tue, 8 Jul 2003 17:10:30 +0000]
changed ExternalToolMenuDelegate

20 years agoa bug in the variable assignation fixed
kpouer [Mon, 7 Jul 2003 20:03:48 +0000]
a bug in the variable assignation fixed

20 years ago*** empty log message ***
kpouer [Mon, 7 Jul 2003 20:00:38 +0000]
*** empty log message ***

21 years agoA lot of things changed in the expressions
kpouer [Thu, 3 Jul 2003 22:10:43 +0000]
A lot of things changed in the expressions

21 years agoThe variable name is now an expression ... I know it's strange but in php you can...
kpouer [Thu, 3 Jul 2003 22:09:22 +0000]
The variable name is now an expression ... I know it's strange but in php you can do that : $a + $b = $c ...

21 years agoA little bug in the tostring method fixed
kpouer [Thu, 3 Jul 2003 22:05:51 +0000]
A little bug in the tostring method fixed

21 years agoFixed a bug about string literals
kpouer [Sat, 28 Jun 2003 20:17:29 +0000]
Fixed a bug about string literals

21 years agoRemove String#replaceAll() with StringUtil#replaceAll() for 1.3 compatibility
khartlage [Sat, 28 Jun 2003 12:52:22 +0000]
Remove String#replaceAll() with StringUtil#replaceAll() for 1.3 compatibility

21 years agoFixed a bug in the String regex
kpouer [Sat, 28 Jun 2003 08:30:36 +0000]
Fixed a bug in the String regex

21 years agoAdded ParserPreferencePage
khartlage [Fri, 27 Jun 2003 20:36:59 +0000]
Added ParserPreferencePage

21 years agoUse external tools package to run commands for apache, mysql, php
khartlage [Fri, 27 Jun 2003 20:35:56 +0000]
Use external tools package to run commands for apache, mysql, php

21 years ago*** empty log message ***
kpouer [Mon, 23 Jun 2003 21:36:10 +0000]
*** empty log message ***

21 years agoadded "Behaviour" page in Editor Prefernce Page
khartlage [Mon, 23 Jun 2003 20:25:14 +0000]
added "Behaviour" page in Editor Prefernce Page

21 years agocommented out PHPProjectLibraryPage
khartlage [Mon, 23 Jun 2003 16:30:21 +0000]
commented out PHPProjectLibraryPage

21 years agoImproved pref page layout
khartlage [Mon, 23 Jun 2003 16:28:23 +0000]
Improved pref page layout

21 years agoAdded ` quoted strings and changed single quoted String into MultilineRule
kpouer [Wed, 18 Jun 2003 22:02:57 +0000]
Added ` quoted strings and changed single quoted String into MultilineRule

21 years ago*** empty log message ***
kpouer [Wed, 18 Jun 2003 20:09:32 +0000]
*** empty log message ***

21 years ago*** empty log message ***
kpouer [Tue, 17 Jun 2003 21:06:35 +0000]
*** empty log message ***

21 years agoCall WIN_32 CHM files for "function help"
khartlage [Mon, 16 Jun 2003 21:45:11 +0000]
Call WIN_32 CHM files for "function help"

21 years ago*** empty log message ***
kpouer [Sun, 15 Jun 2003 20:12:59 +0000]
*** empty log message ***

21 years ago*** empty log message ***
kpouer [Sun, 15 Jun 2003 14:53:57 +0000]
*** empty log message ***

21 years agofirst obfuscator version
khartlage [Fri, 13 Jun 2003 20:53:00 +0000]
first obfuscator version

21 years ago*** empty log message ***
khartlage [Fri, 13 Jun 2003 20:51:33 +0000]
*** empty log message ***

21 years ago*** empty log message ***
kpouer [Fri, 13 Jun 2003 15:52:38 +0000]
*** empty log message ***

21 years ago*** empty log message ***
kpouer [Thu, 12 Jun 2003 22:35:32 +0000]
*** empty log message ***

21 years ago*** empty log message ***
kpouer [Thu, 12 Jun 2003 16:01:14 +0000]
*** empty log message ***

21 years ago*** empty log message ***
kpouer [Wed, 11 Jun 2003 16:33:33 +0000]
*** empty log message ***

21 years ago*** empty log message ***
kpouer [Tue, 10 Jun 2003 16:58:56 +0000]
*** empty log message ***

21 years ago*** empty log message ***
kpouer [Mon, 9 Jun 2003 22:09:25 +0000]
*** empty log message ***

21 years agoSet DEBUG=false; Set DEBUG=true only for developer tests
khartlage [Sun, 8 Jun 2003 17:29:06 +0000]
Set DEBUG=false; Set DEBUG=true only for developer tests

21 years agoFixed "textEditor==null" bug
khartlage [Sun, 8 Jun 2003 17:25:21 +0000]
Fixed "textEditor==null" bug

21 years ago*** empty log message ***
kpouer [Sun, 8 Jun 2003 14:16:13 +0000]
*** empty log message ***

21 years ago*** empty log message ***
kpouer [Sun, 8 Jun 2003 00:07:25 +0000]
*** empty log message ***

21 years ago*** empty log message ***
kpouer [Fri, 6 Jun 2003 12:39:26 +0000]
*** empty log message ***

21 years ago*** empty log message ***
kpouer [Thu, 5 Jun 2003 22:29:34 +0000]
*** empty log message ***

21 years agobugfixes
kpouer [Mon, 2 Jun 2003 15:58:15 +0000]
bugfixes

21 years agoUse abstraction of PHPOutlinePage
khartlage [Sat, 31 May 2003 13:50:30 +0000]
Use abstraction of PHPOutlinePage

21 years agoadded a php external tools launcher
khartlage [Wed, 28 May 2003 22:31:09 +0000]
added a php external tools launcher

21 years agofixed problem with TokenNameDOLLAR_LBRACE token in outlineinfo
khartlage [Wed, 28 May 2003 15:49:17 +0000]
fixed problem with TokenNameDOLLAR_LBRACE token in outlineinfo

21 years agofirst veron of external tools
khartlage [Sun, 25 May 2003 20:03:15 +0000]
first veron of external tools

21 years agofirst version of external tools
khartlage [Sun, 25 May 2003 19:50:29 +0000]
first version of external tools

21 years agofirst version of external tools
khartlage [Sun, 25 May 2003 17:57:49 +0000]
first version of external tools

21 years agofirst version of external tools
khartlage [Sun, 25 May 2003 15:15:04 +0000]
first version of external tools

21 years agofirst version of external tools
khartlage [Sun, 25 May 2003 14:58:50 +0000]
first version of external tools

21 years agoAdded debug infos to CodeFormatter
khartlage [Fri, 23 May 2003 18:45:32 +0000]
Added debug infos to CodeFormatter

21 years agoAdded new CodeFormatter JUnit test
khartlage [Fri, 23 May 2003 18:37:59 +0000]
Added new CodeFormatter JUnit test

21 years ago*** empty log message ***
kpouer [Thu, 22 May 2003 19:09:46 +0000]
*** empty log message ***

21 years ago*** empty log message ***
kpouer [Fri, 16 May 2003 23:53:15 +0000]
*** empty log message ***