khartlage [Sun, 21 Sep 2003 09:00:06 +0000]
Deleted PHPFunctionNames use only phpsyntax.xml instead !
Now shows usage+description for Builtin functions in completion context
khartlage [Sat, 20 Sep 2003 14:59:02 +0000]
Defined a limit for code completion list entries PHPeclipsePlugin.MAX_PROPOSALS
Code completion shows available phpdoc in completion context
new icon for "define" integrated
khartlage [Sat, 20 Sep 2003 14:56:50 +0000]
new icon for "defines" in code completion
khartlage [Fri, 19 Sep 2003 20:22:35 +0000]
bug fix: HTML Context information should be show properlyfor completion processor
khartlage [Thu, 18 Sep 2003 20:58:55 +0000]
Improved CodeCompletion with information from the project.index file.
khartlage [Mon, 15 Sep 2003 09:22:39 +0000]
no change
khartlage [Mon, 15 Sep 2003 09:20:23 +0000]
New version 1.0.8
kpouer [Sun, 14 Sep 2003 20:37:04 +0000]
the parameters are in an arraylist not an hashtable anymore
kpouer [Sun, 14 Sep 2003 20:35:57 +0000]
some bugfixes
khartlage [Sat, 13 Sep 2003 17:33:51 +0000]
Fixed some bugs in the syntax editor preference page
khartlage [Sat, 13 Sep 2003 07:49:08 +0000]
"Open PHP Declaration" should work for class variables now !
khartlage [Thu, 11 Sep 2003 18:48:22 +0000]
Added some function documentation (explode, rege, eregi,...)
khartlage [Thu, 11 Sep 2003 15:59:56 +0000]
Improved the phpdoc output
khartlage [Thu, 11 Sep 2003 15:25:26 +0000]
Improved "project.index" file for PHPdoc TextHover information
- added phpdoc information
- added offset information for the identifier
PHPTextHover returns the PHPdoc of an identifier if it's available
You should do a "Project->Rebuild All" for your php projects to see the effect.
kpouer [Wed, 10 Sep 2003 19:21:34 +0000]
a little bug fixed in the switch labels
khartlage [Tue, 9 Sep 2003 19:15:37 +0000]
Changed "Open PHP Declarartion" action in the PHP editor:
- StringLiterals in defines [i.e. define("TESTME", "Teste dies") ] are now also been indexed
- Added a ListSelectionDialog(), if more than 1 possible file could be opened.
- "Project->Build Project" creates a completly new index file.
kpouer [Tue, 9 Sep 2003 17:56:55 +0000]
the PHP_NEW field must be before the field PHPPARSER
kpouer [Tue, 9 Sep 2003 08:37:01 +0000]
*** empty log message ***
khartlage [Mon, 8 Sep 2003 22:46:32 +0000]
Extended the builder with an index file generator for PHP class- and function-names.
The index is stored in a "project.index" file for every project with php-nature.
Right-mouse click in the PHP editor on an indexed class- or function-name should open the file, where the identifier is declared.
khartlage [Mon, 8 Sep 2003 22:34:29 +0000]
Extended the builder with an index file generator for PHP class- and function-names.
The index is stored in a "project.index" file for every project with php-nature.
Right-mouse click in the PHP editor on an indexed class- or function-name should open the file, where the identifier is declared.
kpouer [Wed, 3 Sep 2003 11:53:58 +0000]
little bugfixes
kpouer [Thu, 28 Aug 2003 21:38:05 +0000]
first step for parsing double quoted strings
kpouer [Thu, 28 Aug 2003 21:37:15 +0000]
String can contains variables
kpouer [Tue, 26 Aug 2003 15:05:09 +0000]
a little bugfix in the variable parsing
kpouer [Tue, 26 Aug 2003 08:12:21 +0000]
The methods to get variables do not instantiate ArrayList each time, only one is used now
kpouer [Tue, 26 Aug 2003 08:11:28 +0000]
a bugfix on variables
kpouer [Fri, 22 Aug 2003 20:40:00 +0000]
a lot of fixes
khartlage [Mon, 18 Aug 2003 19:28:13 +0000]
Organized Imports
khartlage [Mon, 18 Aug 2003 19:22:00 +0000]
misc
khartlage [Mon, 18 Aug 2003 19:20:09 +0000]
added syncmail to CVS
kpouer [Mon, 18 Aug 2003 17:43:51 +0000]
some tests added
kpouer [Mon, 18 Aug 2003 17:43:19 +0000]
a lot of bugfixes
khartlage [Fri, 15 Aug 2003 13:49:47 +0000]
misc
kpouer [Thu, 14 Aug 2003 00:30:13 +0000]
a lot of bugfixes
kpouer [Thu, 14 Aug 2003 00:29:01 +0000]
some bugfixes
kpouer [Thu, 14 Aug 2003 00:28:07 +0000]
a new test that will read all php files in a folder
kpouer [Tue, 12 Aug 2003 21:56:14 +0000]
the methods do not share informations about their variables
kpouer [Tue, 12 Aug 2003 09:46:49 +0000]
a small bugfix for list(,$var) case
kpouer [Tue, 12 Aug 2003 07:07:29 +0000]
a small bugfix on unused parameter offset
kpouer [Mon, 11 Aug 2003 22:26:02 +0000]
detection of globals on superglobals (and some warnings ...)
kpouer [Mon, 11 Aug 2003 22:25:33 +0000]
pulled up the analysisCode in ASTNode
kpouer [Mon, 11 Aug 2003 22:24:37 +0000]
changed how special variables are detected
kpouer [Mon, 11 Aug 2003 22:23:47 +0000]
added the method codeAnalysis() with an empty default implementation
khartlage [Mon, 11 Aug 2003 22:15:51 +0000]
ExternalToolMenuDelegate no longer available
kpouer [Mon, 11 Aug 2003 21:38:12 +0000]
I now detect unused parameters
kpouer [Mon, 11 Aug 2003 21:30:29 +0000]
some bugfixes
kpouer [Mon, 11 Aug 2003 21:29:24 +0000]
a bugfix on used variables report
kpouer [Mon, 11 Aug 2003 21:28:45 +0000]
fixed used variables : special variables like _REQUEST, _POST ... will not be reported anymore
kpouer [Mon, 11 Aug 2003 21:27:31 +0000]
some new tests added
khartlage [Mon, 11 Aug 2003 15:58:24 +0000]
changed version to 1.0.7
kpouer [Sun, 10 Aug 2003 15:47:40 +0000]
lot of fixes code analysis works better
kpouer [Sun, 10 Aug 2003 15:46:27 +0000]
many changes and fixes
kpouer [Sun, 10 Aug 2003 15:45:41 +0000]
this class will define a class instantiation (with maybe a &)
kpouer [Sun, 10 Aug 2003 15:40:24 +0000]
*** empty log message ***
kpouer [Sat, 9 Aug 2003 22:17:27 +0000]
lot of fixes about offsets
kpouer [Sat, 9 Aug 2003 22:16:17 +0000]
*** empty log message ***
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 ?)
kpouer [Sat, 9 Aug 2003 18:30:22 +0000]
the tester moved in the good place
kpouer [Sat, 9 Aug 2003 18:29:00 +0000]
*** empty log message ***
khartlage [Sat, 9 Aug 2003 17:37:23 +0000]
added 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
khartlage [Sat, 9 Aug 2003 12:48:38 +0000]
formatted source code
kpouer [Thu, 7 Aug 2003 13:29:55 +0000]
a small bugfix
kpouer [Wed, 6 Aug 2003 06:39:11 +0000]
*** empty log message ***
kpouer [Tue, 5 Aug 2003 22:19:32 +0000]
a junit Testcase to test the parser
kpouer [Tue, 5 Aug 2003 22:13:43 +0000]
some little bugfixes
kpouer [Tue, 5 Aug 2003 07:02:15 +0000]
*** empty log message ***
kpouer [Mon, 4 Aug 2003 22:55:08 +0000]
changes about variables
kpouer [Mon, 4 Aug 2003 21:53:28 +0000]
some refactoring in the code analysis
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)
kpouer [Sun, 3 Aug 2003 21:39:23 +0000]
*** empty log message ***
kpouer [Sun, 3 Aug 2003 14:56:38 +0000]
*** empty log message ***
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.
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
khartlage [Sat, 2 Aug 2003 20:17:55 +0000]
...
khartlage [Fri, 1 Aug 2003 20:32:30 +0000]
Added a souce context menu to the editor; moved "Goto Matching Bracket" to "Navigate" menu
khartlage [Wed, 30 Jul 2003 20:30:13 +0000]
PHP 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
fvicente [Wed, 30 Jul 2003 01:55:31 +0000]
First submit for debug plugin
fvicente [Wed, 30 Jul 2003 01:36:38 +0000]
First submit for debug plugin
fvicente [Wed, 30 Jul 2003 01:17:35 +0000]
First submit for debug plugin
fvicente [Wed, 30 Jul 2003 01:10:37 +0000]
First submit for debug plugin
fvicente [Wed, 30 Jul 2003 00:59:11 +0000]
First submit for debug plugin
fvicente [Wed, 30 Jul 2003 00:49:03 +0000]
First submit for debug plugin
khartlage [Tue, 29 Jul 2003 19:00:11 +0000]
Work with 2.1.1 now
njd- [Tue, 29 Jul 2003 11:50:40 +0000]
updated more function descriptions
njd- [Tue, 29 Jul 2003 11:34:28 +0000]
completed descriptions for all functions starting with b
njd- [Tue, 29 Jul 2003 06:51:15 +0000]
added various function descriptions
kpouer [Mon, 28 Jul 2003 20:41:21 +0000]
*** empty log message ***
kpouer [Sat, 26 Jul 2003 18:22:21 +0000]
*** empty log message ***
choochter [Wed, 23 Jul 2003 12:01:59 +0000]
updating SQL plugin with latest Quantum code
choochter [Wed, 23 Jul 2003 11:55:14 +0000]
*** empty log message ***
khartlage [Thu, 10 Jul 2003 18:39:29 +0000]
detect uppercase *.PHP extension
khartlage [Tue, 8 Jul 2003 17:10:30 +0000]
changed ExternalToolMenuDelegate
kpouer [Mon, 7 Jul 2003 20:03:48 +0000]
a bug in the variable assignation fixed
kpouer [Mon, 7 Jul 2003 20:00:38 +0000]
*** empty log message ***
kpouer [Thu, 3 Jul 2003 22:10:43 +0000]
A lot of things changed in the expressions
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 ...
kpouer [Thu, 3 Jul 2003 22:05:51 +0000]
A little bug in the tostring method fixed
kpouer [Sat, 28 Jun 2003 20:17:29 +0000]
Fixed a bug about string literals