bananeweizen [Wed, 1 Feb 2006 22:44:32 +0000]
unified plugin name and provider, added launch configuration icon, fixed build properties to include icon directory
bananeweizen [Wed, 1 Feb 2006 22:43:11 +0000]
avoid exception for empty file name
bananeweizen [Wed, 1 Feb 2006 22:40:53 +0000]
created xdebug launch configuration icon
bananeweizen [Tue, 31 Jan 2006 08:19:55 +0000]
Removed PHP debug log view. The main PHPeclipse feature includes the Eclipse standard error log view, so this source copy is not necessary.
axelcl [Mon, 30 Jan 2006 21:18:58 +0000]
Search through include files for a class declaration (incomplete, problems with recusive calls)
axelcl [Mon, 30 Jan 2006 21:17:44 +0000]
Report "multiple" inheritence as error
dynamike2000 [Mon, 30 Jan 2006 11:01:19 +0000]
removed HTML markup from copyright text in feature.xml
bananeweizen [Sun, 29 Jan 2006 22:47:34 +0000]
suppress "variable not initialized" error for break statements. In switch-case statements it is recommended to have a break statement in each case (even after return), so you don't get different code, if you later remove the return statement.
bananeweizen [Sun, 29 Jan 2006 14:44:02 +0000]
reenabled folding preference for inner types
bananeweizen [Sun, 29 Jan 2006 14:25:16 +0000]
bugfix 1412408
https://sourceforge.net/tracker/index.php?func=detail&aid=1412408&group_id=57621&atid=484801
comment folding caused class bodies to be folded
bananeweizen [Sat, 28 Jan 2006 12:41:10 +0000]
code cleaning (no functional changes)
bananeweizen [Fri, 27 Jan 2006 22:11:45 +0000]
implemented 1416503, automatic closing of braces
bananeweizen [Thu, 26 Jan 2006 22:25:56 +0000]
fill all necessary default values for DBG in launch configuration
bananeweizen [Thu, 26 Jan 2006 08:50:01 +0000]
updated PHP launch configuration icons
bananeweizen [Wed, 25 Jan 2006 20:40:20 +0000]
fix some navigation action labels
bananeweizen [Tue, 24 Jan 2006 21:12:34 +0000]
replaced deprecated interface
bananeweizen [Tue, 24 Jan 2006 21:12:23 +0000]
fixed wrong deprecation warning
bananeweizen [Tue, 24 Jan 2006 21:10:24 +0000]
fixed size of xampp icons
bananeweizen [Tue, 24 Jan 2006 18:40:50 +0000]
bugfix 1413452, migration to 3.1 API had a typo, so all indentation strategies didn't overwrite default implementation
bananeweizen [Mon, 23 Jan 2006 22:43:26 +0000]
removing PHP debug log from PHPeclipse, instead the PDE runtime log is included as binary plugin
bananeweizen [Mon, 23 Jan 2006 22:15:02 +0000]
shortened display text of variable proposal in content assist
bananeweizen [Mon, 23 Jan 2006 19:04:11 +0000]
fix for sourceforge.net/tracker/index.php?func=detail&aid=1413064&group_id=57621&atid=484801
parser did not recognize nested braces in string literals
bananeweizen [Sun, 22 Jan 2006 20:30:07 +0000]
sort variables in watch view alphabetically
bananeweizen [Sun, 22 Jan 2006 20:14:14 +0000]
avoid NullPointerException in debug
bananeweizen [Sun, 22 Jan 2006 08:58:05 +0000]
reworked all PHP icons to use the official PHP logo.
converted file icon to GIF again, because overlays don't work correctly with PNG files
bananeweizen [Sat, 21 Jan 2006 12:58:34 +0000]
make compilable in 3.2
bananeweizen [Sat, 21 Jan 2006 11:57:44 +0000]
removing even more static project references
bananeweizen [Sat, 21 Jan 2006 11:48:06 +0000]
removing static project references to avoid confusion on build path
bananeweizen [Sat, 21 Jan 2006 11:40:33 +0000]
removing deprecated package declaration
bananeweizen [Sat, 21 Jan 2006 11:08:04 +0000]
make compile in 3.2 by removing internal dependency
bananeweizen [Sat, 21 Jan 2006 11:07:26 +0000]
remove dependency to internal package
bananeweizen [Fri, 20 Jan 2006 08:53:10 +0000]
bugfix 1330522: <?xml flagged as error
axelcl [Thu, 19 Jan 2006 22:49:55 +0000]
Added www.phpeclipse.de
axelcl [Thu, 19 Jan 2006 22:35:12 +0000]
Added icon phpedit.png from the free icons library at:
http://www.famfamfam.com/lab/icons/silk/
bananeweizen [Thu, 19 Jan 2006 22:10:22 +0000]
customized "about" dialog
bananeweizen [Thu, 19 Jan 2006 20:25:41 +0000]
this is a test commit to check the integration of cia.navi.cx
bananeweizen [Thu, 19 Jan 2006 20:22:00 +0000]
integration of cia.navi.cx
axelcl [Wed, 18 Jan 2006 20:36:28 +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.
This refactoring replaces variables inside double quoted strings.
This refactoring replaces a variable in a preceding PHPDoc comment.
This refactoring replaces a variable in a line or block comment.
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.
bananeweizen [Wed, 18 Jan 2006 08:55:23 +0000]
new SF update site
bananeweizen [Wed, 18 Jan 2006 08:53:11 +0000]
migrated plugin from 3.0 to 3.1
bananeweizen [Wed, 18 Jan 2006 07:25:36 +0000]
removed enum keyword
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.
bananeweizen [Tue, 17 Jan 2006 23:07:42 +0000]
removed action for line delimiter conversion; this is provided by IDE now
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
bananeweizen [Tue, 17 Jan 2006 20:28:35 +0000]
added perspective shortcuts for debug and resource to php perspective
bananeweizen [Tue, 17 Jan 2006 20:11:26 +0000]
new update site
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.
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.
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.
bananeweizen [Sun, 15 Jan 2006 19:15:41 +0000]
unified title and description handling in wizards
bananeweizen [Sun, 15 Jan 2006 18:24:54 +0000]
unification of bug fixes 1198893, 1404228
bananeweizen [Sun, 15 Jan 2006 15:51:30 +0000]
bug 1037094, to much indentation for first comment in a function parameters and default values
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
bananeweizen [Sun, 15 Jan 2006 14:32:03 +0000]
added "new PHP project" shortcut to PHP perspective
bananeweizen [Sun, 15 Jan 2006 12:24:16 +0000]
bug fix 1403993, scanner wrongly detected XML comment end, when closing > was still missing
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
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
axelcl [Fri, 13 Jan 2006 16:22:07 +0000]
Fixed bug #1404228: Crash on <?php // comment ?>
axelcl [Fri, 13 Jan 2006 16:21:07 +0000]
Fixed bug #1404228: Crash on <?php // comment ?>
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
bananeweizen [Tue, 10 Jan 2006 21:07:55 +0000]
request 1123108: keep strings on multiple lines during formatting
bananeweizen [Tue, 10 Jan 2006 18:14:38 +0000]
avoid exception during creation of identifier list
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
axelcl [Sun, 8 Jan 2006 15:25:50 +0000]
Some simple improvements
bananeweizen [Sun, 8 Jan 2006 09:56:13 +0000]
removed unused dependencies, replaced deprecated code and declarations
axelcl [Sat, 7 Jan 2006 20:40:23 +0000]
Making CVS code compilable
bananeweizen [Fri, 6 Jan 2006 10:08:32 +0000]
don't insert a line break when formatting an empty array declaration
bananeweizen [Wed, 4 Jan 2006 23:09:54 +0000]
reverted previous fix, it was bogus; applied similar changes at better location
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
bananeweizen [Wed, 4 Jan 2006 21:05:09 +0000]
request 1159483, content type association with *.phpt (PHP testcase)
bananeweizen [Wed, 4 Jan 2006 19:05:28 +0000]
removed unused dependencies, replaced all deprecated elements and attributes by current elements and attributes
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
axelcl [Mon, 2 Jan 2006 05:14:07 +0000]
feature request #1254275: Array type hinting gives parser error
axelcl [Mon, 2 Jan 2006 05:12:27 +0000]
Avoid NPE for "mark occurences"
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
bananeweizen [Wed, 21 Dec 2005 19:15:26 +0000]
request 1152810, implementing formatting of array initializers
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
axelcl [Tue, 20 Dec 2005 18:49:23 +0000]
.
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"
bananeweizen [Tue, 20 Dec 2005 02:26:10 +0000]
avoid builder error on a file with name ".php" (i.e. dot and extension only)
bananeweizen [Tue, 20 Dec 2005 01:39:19 +0000]
initially focus file name field, if container field contains useful value
bananeweizen [Tue, 20 Dec 2005 00:58:53 +0000]
bug 1274348, superfluous newline at file end on formatting source
axelcl [Mon, 19 Dec 2005 23:32:44 +0000]
Fix #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
axelcl [Mon, 19 Dec 2005 23:15:50 +0000]
Fix #1368081: First suggestion in #1368081 seems to be working better
bananeweizen [Mon, 19 Dec 2005 22:13:08 +0000]
bug 1365831, error for creating new file with empty new PHP file template
axelcl [Mon, 19 Dec 2005 21:57:02 +0000]
Fix #1368081: Variable not initialized does not work for array access
bananeweizen [Mon, 19 Dec 2005 21:18:54 +0000]
fixed invalid class path entries; are now resolved from plugin dependencies
axelcl [Mon, 19 Dec 2005 20:34:36 +0000]
Fix bug #1385272: Parsing of short open tags not fully compatible to PHP parse
bananeweizen [Mon, 19 Dec 2005 20:33:37 +0000]
fix browse button in create new PHP file wizard
axelcl [Mon, 19 Dec 2005 20:24:23 +0000]
Fix 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
bananeweizen [Sun, 18 Dec 2005 15:50:53 +0000]
removed NPE in XMLPreferenceInitializer
bananeweizen [Sun, 18 Dec 2005 15:48:46 +0000]
bug 1375017, code formatter inserted blank before increment/decrement operator
robekras [Sun, 11 Dec 2005 15:38:39 +0000]
1) Breakpoint properties dialog (for skip counts and condition).
robekras [Sun, 11 Dec 2005 15:37:22 +0000]
1) Action for breakpoint properties menu.
robekras [Sun, 11 Dec 2005 15:33:35 +0000]
1) Added skipt counts and condition enabled info to breakpoint text.
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)
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).
robekras [Sun, 11 Dec 2005 15:01:47 +0000]
1) Added handling of conditional breakpoints to the breakpointChanged method.