phpeclipse.git
20 years agoinitial nl support for phphelp plugin
khartlage [Sat, 8 Nov 2003 22:31:05 +0000]
initial nl support for phphelp plugin

20 years agoStart Internationalizing PHPeclipse Plug-In
khartlage [Sat, 8 Nov 2003 19:19:36 +0000]
Start Internationalizing PHPeclipse Plug-In

20 years agoStart Internationalizing PHPeclipse Plug-In
khartlage [Sat, 8 Nov 2003 19:04:33 +0000]
Start Internationalizing PHPeclipse Plug-In

20 years agonew japanese language pack
khartlage [Sun, 2 Nov 2003 17:36:09 +0000]
new japanese language pack

20 years agomisc changes
khartlage [Thu, 30 Oct 2003 20:57:52 +0000]
misc changes

20 years agothe unknown variables should be reported only once
kpouer [Thu, 30 Oct 2003 16:17:04 +0000]
the unknown variables should be reported only once

20 years agoSome minor changes
kpouer [Wed, 29 Oct 2003 13:50:49 +0000]
Some minor changes

20 years agonew version 1.0.10
khartlage [Sat, 25 Oct 2003 13:37:14 +0000]
new version 1.0.10

20 years agoreleased 1.0.9a version
khartlage [Sat, 25 Oct 2003 13:28:53 +0000]
released 1.0.9a version

20 years agoadded php help to phpsyntax.xml
khartlage [Sat, 25 Oct 2003 12:10:58 +0000]
added php help to phpsyntax.xml

20 years agoadded php help to phpsyntax.xml
khartlage [Sat, 25 Oct 2003 09:21:12 +0000]
added php help to phpsyntax.xml

20 years agoadded php help to phpsyntax.xml
khartlage [Sat, 25 Oct 2003 08:05:45 +0000]
added php help to phpsyntax.xml

20 years agofixed parser bug;
khartlage [Sat, 25 Oct 2003 07:59:14 +0000]
fixed parser bug;
added php help to phpsyntax.xml

20 years agocompact the dereferencing operator in the formatter
durel_b [Wed, 22 Oct 2003 17:45:20 +0000]
compact the dereferencing operator in the formatter
($c->m stay as this insted of being break in $c -> m)

20 years agoThe image is now on a transparent background
kpouer [Fri, 17 Oct 2003 13:03:11 +0000]
The image is now on a transparent background

20 years agofix from durel_b:
khartlage [Thu, 16 Oct 2003 18:49:45 +0000]
fix from durel_b:
Use CONTENT_ASSIST_PROPOSALS ID from org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds now

20 years agoDeleted tooltips "empty selection" behaviour
khartlage [Wed, 15 Oct 2003 20:08:25 +0000]
Deleted tooltips "empty selection" behaviour

20 years agoChanges:
khartlage [Sat, 11 Oct 2003 12:45:34 +0000]
Changes:
- Smarty syntax highlighting
- new templates for Smarty
- Improved code completion
- Encoding can be set now
- Organized Imports

20 years agonew icons
khartlage [Sat, 11 Oct 2003 12:34:22 +0000]
new icons

20 years agoa bug fixed in the switch labels parsing
kpouer [Thu, 9 Oct 2003 13:12:35 +0000]
a bug fixed in the switch labels parsing

20 years agoCode Completion inserts the brackets after functions now
khartlage [Sun, 21 Sep 2003 18:01:20 +0000]
Code Completion inserts the brackets after functions now

20 years agonew version 1.0.9
khartlage [Sun, 21 Sep 2003 16:29:49 +0000]
new version 1.0.9

20 years ago*** empty log message ***
khartlage [Sun, 21 Sep 2003 16:25:44 +0000]
*** empty log message ***

20 years agoDeleted PHPFunctionNames use only phpsyntax.xml instead !
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

20 years agoDefined a limit for code completion list entries PHPeclipsePlugin.MAX_PROPOSALS
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

20 years agonew icon for "defines" in code completion
khartlage [Sat, 20 Sep 2003 14:56:50 +0000]
new icon for "defines" in code completion

20 years agobug fix: HTML Context information should be show properlyfor completion processor
khartlage [Fri, 19 Sep 2003 20:22:35 +0000]
bug fix: HTML Context information should be show properlyfor completion processor

20 years agoImproved CodeCompletion with information from the project.index file.
khartlage [Thu, 18 Sep 2003 20:58:55 +0000]
Improved CodeCompletion with information from the project.index file.

20 years agono change
khartlage [Mon, 15 Sep 2003 09:22:39 +0000]
no change

20 years agoNew version 1.0.8
khartlage [Mon, 15 Sep 2003 09:20:23 +0000]
New version 1.0.8

20 years agothe parameters are in an arraylist not an hashtable anymore
kpouer [Sun, 14 Sep 2003 20:37:04 +0000]
the parameters are in an arraylist not an hashtable anymore

20 years agosome bugfixes
kpouer [Sun, 14 Sep 2003 20:35:57 +0000]
some bugfixes

20 years agoFixed some bugs in the syntax editor preference page
khartlage [Sat, 13 Sep 2003 17:33:51 +0000]
Fixed some bugs in the syntax editor preference page

20 years ago"Open PHP Declaration" should work for class variables now !
khartlage [Sat, 13 Sep 2003 07:49:08 +0000]
"Open PHP Declaration" should work for class variables now !

20 years agoAdded some function documentation (explode, rege, eregi,...)
khartlage [Thu, 11 Sep 2003 18:48:22 +0000]
Added some function documentation (explode, rege, eregi,...)

20 years agoImproved the phpdoc output
khartlage [Thu, 11 Sep 2003 15:59:56 +0000]
Improved the phpdoc output

20 years agoImproved "project.index" file for PHPdoc TextHover information
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.

20 years agoa little bug fixed in the switch labels
kpouer [Wed, 10 Sep 2003 19:21:34 +0000]
a little bug fixed in the switch labels

20 years agoChanged "Open PHP Declarartion" action in the PHP editor:
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.

20 years agothe PHP_NEW field must be before the field PHPPARSER
kpouer [Tue, 9 Sep 2003 17:56:55 +0000]
the PHP_NEW field must be before the field PHPPARSER

20 years ago*** empty log message ***
kpouer [Tue, 9 Sep 2003 08:37:01 +0000]
*** empty log message ***

20 years agoExtended the builder with an index file generator for PHP class- and function-names.
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.

20 years agoExtended the builder with an index file generator for PHP class- and function-names.
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.

20 years agolittle bugfixes
kpouer [Wed, 3 Sep 2003 11:53:58 +0000]
little bugfixes

20 years agofirst step for parsing double quoted strings
kpouer [Thu, 28 Aug 2003 21:38:05 +0000]
first step for parsing double quoted strings

20 years agoString can contains variables
kpouer [Thu, 28 Aug 2003 21:37:15 +0000]
String can contains variables

20 years agoa little bugfix in the variable parsing
kpouer [Tue, 26 Aug 2003 15:05:09 +0000]
a little bugfix in the variable parsing

20 years agoThe methods to get variables do not instantiate ArrayList each time, only one is...
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

20 years agoa bugfix on variables
kpouer [Tue, 26 Aug 2003 08:11:28 +0000]
a bugfix on variables

20 years agoa lot of fixes
kpouer [Fri, 22 Aug 2003 20:40:00 +0000]
a lot of fixes

20 years agoOrganized Imports
khartlage [Mon, 18 Aug 2003 19:28:13 +0000]
Organized Imports

20 years agomisc
khartlage [Mon, 18 Aug 2003 19:22:00 +0000]
misc

20 years agoadded syncmail to CVS
khartlage [Mon, 18 Aug 2003 19:20:09 +0000]
added syncmail to CVS

20 years agosome tests added
kpouer [Mon, 18 Aug 2003 17:43:51 +0000]
some tests added

20 years agoa lot of bugfixes
kpouer [Mon, 18 Aug 2003 17:43:19 +0000]
a lot of bugfixes

20 years agomisc
khartlage [Fri, 15 Aug 2003 13:49:47 +0000]
misc

20 years agoa lot of bugfixes
kpouer [Thu, 14 Aug 2003 00:30:13 +0000]
a lot of bugfixes

20 years agosome bugfixes
kpouer [Thu, 14 Aug 2003 00:29:01 +0000]
some bugfixes

20 years agoa new test that will read all php files in a folder
kpouer [Thu, 14 Aug 2003 00:28:07 +0000]
a new test that will read all php files in a folder

20 years agothe methods do not share informations about their variables
kpouer [Tue, 12 Aug 2003 21:56:14 +0000]
the methods do not share informations about their variables

20 years agoa small bugfix for list(,$var) case
kpouer [Tue, 12 Aug 2003 09:46:49 +0000]
a small bugfix for list(,$var) case

20 years agoa small bugfix on unused parameter offset
kpouer [Tue, 12 Aug 2003 07:07:29 +0000]
a small bugfix on unused parameter offset

20 years agodetection of globals on superglobals (and some warnings ...)
kpouer [Mon, 11 Aug 2003 22:26:02 +0000]
detection of globals on superglobals (and some warnings ...)

20 years agopulled up the analysisCode in ASTNode
kpouer [Mon, 11 Aug 2003 22:25:33 +0000]
pulled up the analysisCode in ASTNode

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