phpeclipse.git
18 years agoremoved enum keyword
bananeweizen [Wed, 18 Jan 2006 07:25:36 +0000]
removed enum keyword

18 years agoNew original document icon for *.tpl files instead of the generic '<H>' style icon...
dynamike2000 [Wed, 18 Jan 2006 07:23:49 +0000]
New original document icon for *.tpl files instead of the generic '<H>' style icon which is used for HTML documents.
Removed unnecessary dependency to net.sourceforge.phpeclipse.xml.core.

18 years agoremoved action for line delimiter conversion; this is provided by IDE now
bananeweizen [Tue, 17 Jan 2006 23:07:42 +0000]
removed action for line delimiter conversion; this is provided by IDE now

18 years agoreplaced a lot of deprecated code; if someone runs into a commit conflict afterwards...
bananeweizen [Tue, 17 Jan 2006 21:50:46 +0000]
replaced a lot of deprecated code; if someone runs into a commit conflict afterwards, he may overwrite these changes as there is no changed functionality

18 years agoadded perspective shortcuts for debug and resource to php perspective
bananeweizen [Tue, 17 Jan 2006 20:28:35 +0000]
added perspective shortcuts for debug and resource to php perspective

18 years agonew update site
bananeweizen [Tue, 17 Jan 2006 20:11:26 +0000]
new update site

18 years agoRefactoringaction: net.sourceforge.phpdt.ltk.ui.actions.RenameLocalVariable
axelcl [Sun, 15 Jan 2006 22:12:59 +0000]
Refactoringaction: net.sourceforge.phpdt.ltk.ui.actions.RenameLocalVariable
This refactoring replaces any $-variable inside a function or method declaration
The action can detect the scope of a PHP function or class method.
NEW: this refactoring now replaces variables inside double quoted strings.

This refactoring doesn't look for global variables inside the function or method.
This refactoring doesn't look correctly for "self::" and "$this" tokens inside the function or method.
This refactoring doesn't look for a preceding PHPDoc comment and therefore cannot replace any local variables inside the PHPdoc comment.

18 years agoFor refactoring tests, uncomment the refactoring action: net.sourceforge.phpdt.ltk...
axelcl [Sun, 15 Jan 2006 21:56:00 +0000]
For refactoring tests, uncomment the refactoring action: net.sourceforge.phpdt.ltk.ui.actions.RenameLocalVariable
This refactoring replaces any $-variable inside a function or method declaration
The action can detect the scope of a PHP function or class method.
Currently this refactoring doesn't replace variables inside double quoted strings.
This refactoring doesn't look for global variables inside the function or method.
This refactoring doesn't look correctly for "self::" and "$this" tokens inside the function or method.
This refactoring doesn't look for a preceding PHPDoc comment and therefore cannot replace any local variables inside the PHPdoc comment.

18 years agoAdded a new refactoring action: net.sourceforge.phpdt.ltk.ui.actions.RenameLocalVariable
axelcl [Sun, 15 Jan 2006 21:54:16 +0000]
Added a new refactoring action: net.sourceforge.phpdt.ltk.ui.actions.RenameLocalVariable
This refactoring replaces any $-variable inside a function or method declaration
The action can detect the scope of a PHP function or class method.
Currently this refactoring doesn't replace variables inside double quoted strings.
This refactoring doesn't look for global variables inside the function or method.
This refactoring doesn't look correctly for "self::" and "$this" tokens inside the function or method.
This refactoring doesn't look for a preceding PHPDoc comment and therefore cannot replace any local variables inside the PHPdoc comment.

18 years agounified title and description handling in wizards
bananeweizen [Sun, 15 Jan 2006 19:15:41 +0000]
unified title and description handling in wizards

18 years agounification of bug fixes 1198893, 1404228
bananeweizen [Sun, 15 Jan 2006 18:24:54 +0000]
unification of bug fixes 1198893, 1404228

18 years agobug 1037094, to much indentation for first comment in a function parameters and defau...
bananeweizen [Sun, 15 Jan 2006 15:51:30 +0000]
bug 1037094, to much indentation for first comment in a function parameters and default values

18 years agobug fix 1402152 http://sourceforge.net/tracker/index.php?func=detail&aid=1402152...
bananeweizen [Sun, 15 Jan 2006 15:00:34 +0000]
bug fix 1402152 sourceforge.net/tracker/index.php?func=detail&aid=1402152&group_id=57621&atid=484801
removed duplicate template page, cleaned template page, cleaned deprecated code

18 years agoadded "new PHP project" shortcut to PHP perspective
bananeweizen [Sun, 15 Jan 2006 14:32:03 +0000]
added "new PHP project" shortcut to PHP perspective

18 years agobug fix 1403993, scanner wrongly detected XML comment end, when closing > was still...
bananeweizen [Sun, 15 Jan 2006 12:24:16 +0000]
bug fix 1403993, scanner wrongly detected XML comment end, when closing > was still missing

18 years agobugfix 1198893, syntax coloring gets confused after single line comment with question...
bananeweizen [Sun, 15 Jan 2006 11:57:52 +0000]
bugfix 1198893, syntax coloring gets confused after single line comment with question mark; also changing fix for 1404228

18 years agofeature request 1245255, no uninitialized variable warning for functions with referen...
bananeweizen [Sun, 15 Jan 2006 10:30:29 +0000]
feature request 1245255, no uninitialized variable warning for functions with reference arguments, which are known to fill that variable themselves

18 years agoFixed bug #1404228: Crash on <?php // comment ?>
axelcl [Fri, 13 Jan 2006 16:22:07 +0000]
Fixed bug #1404228: Crash on <?php // comment ?>

18 years agoFixed bug #1404228: Crash on <?php // comment ?>
axelcl [Fri, 13 Jan 2006 16:21:07 +0000]
Fixed bug #1404228: Crash on <?php // comment ?>

18 years agoFixed Bug<a href="http://sourceforge.net/tracker/?func=detail&atid=484801&aid=1145683...
axelcl [Thu, 12 Jan 2006 19:04:28 +0000]
Fixed Bug<a href="sourceforge.net/tracker/?func=detail&atid=484801&aid=1145683&group_id=57621">#1145683</a> Code Template variables project_name not working fully

18 years agorequest 1123108: keep strings on multiple lines during formatting
bananeweizen [Tue, 10 Jan 2006 21:07:55 +0000]
request 1123108: keep strings on multiple lines during formatting

18 years agoavoid exception during creation of identifier list
bananeweizen [Tue, 10 Jan 2006 18:14:38 +0000]
avoid exception during creation of identifier list

18 years agoFIX: uncomment the org.eclipse.core.runtime.preferences extension point in plugin...
dynamike2000 [Tue, 10 Jan 2006 10:59:59 +0000]
FIX: uncomment the org.eclipse.core.runtime.preferences extension point in plugin.xml of net.sourceforge.phpeclipse.xml.ui. Otherwise syntax highlighting for Smarty (*.tpl) Files is broken in net.sourceforge.phpeclipse.smarty.ui

18 years agoSome simple improvements
axelcl [Sun, 8 Jan 2006 15:25:50 +0000]
Some simple improvements

18 years agoremoved unused dependencies, replaced deprecated code and declarations
bananeweizen [Sun, 8 Jan 2006 09:56:13 +0000]
removed unused dependencies, replaced deprecated code and declarations

18 years agoMaking CVS code compilable
axelcl [Sat, 7 Jan 2006 20:40:23 +0000]
Making CVS code compilable

18 years agodon't insert a line break when formatting an empty array declaration
bananeweizen [Fri, 6 Jan 2006 10:08:32 +0000]
don't insert a line break when formatting an empty array declaration

18 years agoreverted previous fix, it was bogus; applied similar changes at better location
bananeweizen [Wed, 4 Jan 2006 23:09:54 +0000]
reverted previous fix, it was bogus; applied similar changes at better location

18 years agoavoid OutOfBoundsException and break of format action, when marker positions are...
bananeweizen [Wed, 4 Jan 2006 22:49:13 +0000]
avoid OutOfBoundsException and break of format action, when marker positions are around end of source and there are new marker offsets due to the formatting

18 years agorequest 1159483, content type association with *.phpt (PHP testcase)
bananeweizen [Wed, 4 Jan 2006 21:05:09 +0000]
request 1159483, content type association with *.phpt (PHP testcase)

18 years agoremoved unused dependencies, replaced all deprecated elements and attributes by curre...
bananeweizen [Wed, 4 Jan 2006 19:05:28 +0000]
removed unused dependencies, replaced all deprecated elements and attributes by current elements and attributes

18 years agoBasic Reafctoring functionality adapted from Leif Frenzels sources in eclipse-magazin...
axelcl [Tue, 3 Jan 2006 23:07:05 +0000]
Basic Reafctoring functionality adapted from Leif Frenzels sources in eclipse-magazin (published under Eclipse Public License - v 1.0)
See sources at:
http://www.eclipse-magazin.de/itr/ausgaben/psfile/datei/61/frenzel_lt437d8f486fb21.zip
Feature #1358828

18 years agofeature request #1254275: Array type hinting gives parser error
axelcl [Mon, 2 Jan 2006 05:14:07 +0000]
feature request #1254275: Array type hinting gives parser error

18 years agoAvoid NPE for "mark occurences"
axelcl [Mon, 2 Jan 2006 05:12:27 +0000]
Avoid NPE for "mark occurences"

18 years agoCommented out xml, xsd, dtd editors. In the next step all dependencies to net.sourcef...
axelcl [Sun, 25 Dec 2005 19:27:02 +0000]
Commented out xml, xsd, dtd editors. In the next step all dependencies to net.sourceforge.phpeclipse.xml.ui

18 years agorequest 1152810, implementing formatting of array initializers
bananeweizen [Wed, 21 Dec 2005 19:15:26 +0000]
request 1152810, implementing formatting of array initializers

18 years agorequest 1217212, set cursor in new PHP/HTML wizards to file name, if container is...
bananeweizen [Tue, 20 Dec 2005 19:40:27 +0000]
request 1217212, set cursor in new PHP/HTML wizards to file name, if container is valid

18 years ago.
axelcl [Tue, 20 Dec 2005 18:49:23 +0000]
.

18 years agoFix bug #1385272: Improved version for "Parsing of short open tags not fully compatib...
axelcl [Tue, 20 Dec 2005 06:41:20 +0000]
Fix bug #1385272: Improved version for "Parsing of short open tags not fully compatible to PHP parse"

18 years agoavoid builder error on a file with name ".php" (i.e. dot and extension only)
bananeweizen [Tue, 20 Dec 2005 02:26:10 +0000]
avoid builder error on a file with name ".php" (i.e. dot and extension only)

18 years agoinitially focus file name field, if container field contains useful value
bananeweizen [Tue, 20 Dec 2005 01:39:19 +0000]
initially focus file name field, if container field contains useful value

18 years agobug 1274348, superfluous newline at file end on formatting source
bananeweizen [Tue, 20 Dec 2005 00:58:53 +0000]
bug 1274348, superfluous newline at file end on formatting source

18 years agoFix #1371992: Error with switch when last case block omits break or return
axelcl [Mon, 19 Dec 2005 23:32:44 +0000]
Fix #1371992: Error with switch when last case block omits break or return

18 years agoFix #1371992: Error with switch when last case block omits break or return
axelcl [Mon, 19 Dec 2005 23:31:45 +0000]
Fix #1371992: Error with switch when last case block omits break or return

18 years agoFix #1368081: First suggestion in #1368081 seems to be working better
axelcl [Mon, 19 Dec 2005 23:15:50 +0000]
Fix #1368081: First suggestion in #1368081 seems to be working better

18 years agobug 1365831, error for creating new file with empty new PHP file template
bananeweizen [Mon, 19 Dec 2005 22:13:08 +0000]
bug 1365831, error for creating new file with empty new PHP file template

18 years agoFix #1368081: Variable not initialized does not work for array access
axelcl [Mon, 19 Dec 2005 21:57:02 +0000]
Fix #1368081: Variable not initialized does not work for array access

18 years agofixed invalid class path entries; are now resolved from plugin dependencies
bananeweizen [Mon, 19 Dec 2005 21:18:54 +0000]
fixed invalid class path entries; are now resolved from plugin dependencies

18 years agoFix bug #1385272: Parsing of short open tags not fully compatible to PHP parse
axelcl [Mon, 19 Dec 2005 20:34:36 +0000]
Fix bug #1385272: Parsing of short open tags not fully compatible to PHP parse

18 years agofix browse button in create new PHP file wizard
bananeweizen [Mon, 19 Dec 2005 20:33:37 +0000]
fix browse button in create new PHP file wizard

18 years agoFix bug #1385272: Parsing of short open tags not fully compatible to PHP parse
axelcl [Mon, 19 Dec 2005 20:24:23 +0000]
Fix bug #1385272: Parsing of short open tags not fully compatible to PHP parse

18 years agoFix bug #1385272: Parsing of short open tags not fully compatible to PHP parse
axelcl [Mon, 19 Dec 2005 20:18:04 +0000]
Fix bug #1385272: Parsing of short open tags not fully compatible to PHP parse

18 years agoremoved NPE in XMLPreferenceInitializer
bananeweizen [Sun, 18 Dec 2005 15:50:53 +0000]
removed NPE in XMLPreferenceInitializer

18 years agobug 1375017, code formatter inserted blank before increment/decrement operator
bananeweizen [Sun, 18 Dec 2005 15:48:46 +0000]
bug 1375017, code formatter inserted blank before increment/decrement operator

18 years ago1) Breakpoint properties dialog (for skip counts and condition).
robekras [Sun, 11 Dec 2005 15:38:39 +0000]
1) Breakpoint properties dialog (for skip counts and condition).

18 years ago1) Action for breakpoint properties menu.
robekras [Sun, 11 Dec 2005 15:37:22 +0000]
1) Action for breakpoint properties menu.

18 years ago1) Added skipt counts and condition enabled info to breakpoint text.
robekras [Sun, 11 Dec 2005 15:33:35 +0000]
1) Added skipt counts and condition enabled info to breakpoint text.

18 years ago1) Added handling of conditional breakpoints.
robekras [Sun, 11 Dec 2005 15:25:59 +0000]
1) Added handling of conditional breakpoints.
2) Fixed bug #1373617 (Thanks to  Mauro Casciari for submitting the fix). Need to take linenumbers into account for stackframe list.
3) Fixed bug #1378161 (Removed the terminating '\0' from the DBG strings)

18 years ago1) Not really necessary changes (made minor code changes when looking for the 'stackf...
robekras [Sun, 11 Dec 2005 15:06:19 +0000]
1) Not really necessary changes (made minor code changes when looking for the 'stackframe info doesn't show line number' bug).

18 years ago1) Added handling of conditional breakpoints to the breakpointChanged method.
robekras [Sun, 11 Dec 2005 15:01:47 +0000]
1) Added handling of conditional breakpoints to the breakpointChanged method.

18 years ago1) Added methods for conditional breakpoints and skip/hit count.
robekras [Sun, 11 Dec 2005 14:45:55 +0000]
1) Added methods for conditional breakpoints and skip/hit count.

18 years ago1) Added attributes and methods for conditional breakpoints and skip/hit count.
robekras [Sun, 11 Dec 2005 14:44:09 +0000]
1) Added attributes and methods for conditional breakpoints and skip/hit count.

18 years ago1) Added handling of conditional breakpoint to addBreakoint method.
robekras [Sun, 11 Dec 2005 14:42:16 +0000]
1) Added handling of conditional breakpoint to addBreakoint method.

18 years ago1) Added PHPSourceLocator extension entry.
robekras [Sun, 11 Dec 2005 14:39:50 +0000]
1) Added PHPSourceLocator extension entry.

18 years ago1) Removed outdated PHPSourceLocator extension entry.
robekras [Sun, 11 Dec 2005 14:38:03 +0000]
1) Removed outdated PHPSourceLocator extension entry.
2) Added PHPBreakpoint properties menu extension entry.

18 years ago1) Fixed bug #1366994 . bool and resource variables has not been added to main variab...
robekras [Sat, 26 Nov 2005 14:19:23 +0000]
1) Fixed bug #1366994 . bool and resource variables has not been added to main variable list.

18 years ago1) Remove the empty root node from PHPVariable list.
robekras [Tue, 8 Nov 2005 19:32:32 +0000]
1) Remove the empty root node from PHPVariable list.

18 years ago1) Added a 'try catch block' to sendPacket to avoid exceptions when PHP script is...
robekras [Tue, 8 Nov 2005 19:10:49 +0000]
1) Added a 'try catch block' to sendPacket to avoid exceptions when PHP script is finished.

18 years ago1) Interpret the local to remote path mappings as project relative path to server...
robekras [Tue, 8 Nov 2005 19:02:40 +0000]
1) Interpret the local to remote path mappings as project relative path to server absolute path if Remote Sourcepath is empty.

18 years agoAvoid NPE for "Mark Occurrences"
axelcl [Wed, 2 Nov 2005 19:52:00 +0000]
Avoid NPE for "Mark Occurrences"

18 years agoRename HTML editor to Smarty editor
axelcl [Mon, 31 Oct 2005 09:05:20 +0000]
Rename HTML editor to Smarty editor

18 years ago1) Fixed the missing resource variable bug.
robekras [Thu, 27 Oct 2005 19:55:31 +0000]
1) Fixed the missing resource variable bug.
2) Code aligned and comments added.

18 years agoImproved support for comment folding
axelcl [Wed, 26 Oct 2005 22:02:29 +0000]
Improved support for comment folding

18 years agoImproved support for comment folding
axelcl [Wed, 26 Oct 2005 21:39:54 +0000]
Improved support for comment folding

18 years ago1) Fixed the Cross Plattform debugging bug. The path separator was not translated.
robekras [Mon, 24 Oct 2005 19:20:12 +0000]
1) Fixed the Cross Plattform debugging bug. The path separator was not translated.

18 years ago1) Did not check for an empty variable list in getVariables.
robekras [Mon, 24 Oct 2005 16:54:51 +0000]
1) Did not check for an empty variable list in getVariables.

18 years ago1) Patches the variable list which is provided by DBG via PHPDBGEvalString.
robekras [Sat, 22 Oct 2005 15:33:01 +0000]
1) Patches the variable list which is provided by DBG via PHPDBGEvalString.
Gives a single space as name to the previously unnamed PHPVariable root node.
This allows the VariableView to restore the variable tree.

18 years ago1) Made setName a public method. (For the 'unnamed root node' workaround see PHPDBGIn...
robekras [Sat, 22 Oct 2005 15:28:46 +0000]
1) Made setName a public method. (For the 'unnamed root node' workaround see PHPDBGInterface).

18 years ago1) Moved the hasRecursion and the updateVariableList to PHPStackframe class.
robekras [Thu, 20 Oct 2005 19:28:23 +0000]
1) Moved the hasRecursion and the updateVariableList to PHPStackframe class.
2) Introduced the fUpToDate flag for avoiding unnecessary variable reading from DBG.
3) Introduced new resetHasChangedInfo method.
4) Break recursion in findVariable.
5) Read the variables from DBG in findVariable if variable list is not up-to-date.
That's necessary for the hover function, in case the variable tree is hidden.

18 years ago1) Moved the hasRecursion and the updateVariableList to PHPStackframe class.
robekras [Thu, 20 Oct 2005 19:13:56 +0000]
1) Moved the hasRecursion and the updateVariableList to PHPStackframe class.
Because the variables list belongs to a specific stackframe and not to the interface.
2) Modified updateStackFrameList because equality of stackframes is determined by their description and not by their module number.

18 years ago1) Moved the fHasChanged flag from PHPVariable to PHPValue.
robekras [Thu, 20 Oct 2005 19:06:06 +0000]
1) Moved the fHasChanged flag from PHPVariable to PHPValue.

18 years agoAdded some examples for context menu on Outline
axelcl [Wed, 19 Oct 2005 16:36:13 +0000]
Added some examples for context menu on Outline

18 years agoAdded some examples for context menu on Outline
axelcl [Wed, 19 Oct 2005 16:27:26 +0000]
Added some examples for context menu on Outline

18 years agoAdded some examples for context menu on Outline
axelcl [Wed, 19 Oct 2005 16:19:23 +0000]
Added some examples for context menu on Outline

18 years ago1) A temporary fix for the recursion problem with the $GLOBALS array.
robekras [Tue, 18 Oct 2005 19:34:16 +0000]
1) A temporary fix for the recursion problem with the $GLOBALS array.

18 years ago1) getVariables returns variables as a vector list.
robekras [Sun, 16 Oct 2005 18:19:32 +0000]
1) getVariables returns variables as a vector list.
2) Replicate the index number of the stackframes
3) Sort the 'static' stackframe list by their index numbers. Necessary because the UI will not step into a source file if sorting of stackframes is not in correct order.
4) Modified comments for updateStackFrameList.

18 years ago1) readVariables returns variables as a vector list.
robekras [Sun, 16 Oct 2005 18:13:16 +0000]
1) readVariables returns variables as a vector list.

18 years ago1) Added a vector for storing the variables.
robekras [Sun, 16 Oct 2005 18:11:44 +0000]
1) Added a vector for storing the variables.
2) getVariables now read the variables as a vector list.
3) Added a findVariable method which can be called recursiv (which looks for a variable through the entire variable tree).
4) Changed the 'old' findVariable method the call the new method (means hover works now).
5) Added setIndex method for stackframe replication.
6) Added compareTo method for stackframe list sorting.

18 years ago1) Added the extension point for the watchExpressionDelegate
robekras [Sun, 16 Oct 2005 10:11:04 +0000]
1) Added the extension point for the watchExpressionDelegate

18 years agoPatches from Robert Kraske (robekras):
axelcl [Sat, 15 Oct 2005 20:52:43 +0000]
Patches from Robert Kraske (robekras):
* collapsing variable tree
* more documentation

18 years agoPatches from Robert Kraske (robekras):
axelcl [Sat, 15 Oct 2005 20:36:00 +0000]
Patches from Robert Kraske (robekras):
* collapsing variable tree
* more documentation

18 years agoAvoid "uninitialized variable" message after new keyword
axelcl [Thu, 13 Oct 2005 20:11:59 +0000]
Avoid "uninitialized variable" message after new keyword

18 years agoFixes for bug #1326088
axelcl [Thu, 13 Oct 2005 19:46:58 +0000]
Fixes for bug #1326088

18 years agoFixes for bug #1326088
axelcl [Thu, 13 Oct 2005 19:39:04 +0000]
Fixes for bug #1326088

18 years agoNew parser tests
axelcl [Thu, 13 Oct 2005 19:38:22 +0000]
New parser tests

18 years agofixed bug #1263858
axelcl [Thu, 13 Oct 2005 18:38:40 +0000]
fixed bug #1263858

18 years agoRenamed "Toggle PHP Breakpoint" contex menu on keft ruler in PHP Editor into "Toggle...
axelcl [Tue, 11 Oct 2005 21:50:56 +0000]
Renamed "Toggle PHP Breakpoint" contex menu on keft ruler in PHP Editor into "Toggle DBG Breakpoint"

18 years agoMisc
axelcl [Mon, 10 Oct 2005 19:56:02 +0000]
Misc

18 years agoPreferencedialog for "Mark Occurrences"
axelcl [Mon, 10 Oct 2005 19:03:15 +0000]
Preferencedialog for "Mark Occurrences"

18 years agoRenamed 'PHP Application' to 'PHP DBG Script'
axelcl [Mon, 10 Oct 2005 16:54:44 +0000]
Renamed 'PHP Application' to 'PHP DBG Script'