phpeclipse.git
16 years agoFixed: 1345914 - indentation badly wanted
toshihiro [Thu, 12 Jul 2007 02:57:58 +0000]
Fixed: 1345914 - indentation badly wanted
(repaired java indenter. not created php indenter. also this doesn't affect html part.)

16 years agoGot back Next/Previous Annotation functionality.
toshihiro [Wed, 11 Jul 2007 23:40:57 +0000]
Got back Next/Previous Annotation functionality.
(using standard class now. net.sourceforge.phpeclipse.phpeditor.GotoAnnotationAction.java is unnecessary anymore.)

16 years agoAdded some lost properties.
toshihiro [Wed, 11 Jul 2007 23:37:44 +0000]
Added some lost properties.

16 years agorepaired missing icon
toshihiro [Mon, 9 Jul 2007 10:15:56 +0000]
repaired missing icon

16 years agovertical ruler icon for mark occurrences
toshihiro [Mon, 9 Jul 2007 10:14:57 +0000]
vertical ruler icon for mark occurrences

16 years agoAvoid terminating process at inappropriate state. It breaks console output. (with...
toshihiro [Sat, 7 Jul 2007 06:24:54 +0000]
Avoid terminating process at inappropriate state. It breaks console output. (with DBG 2.15.5)

16 years agoAvoid warning message in every startup
toshihiro [Tue, 3 Jul 2007 11:17:08 +0000]
Avoid warning message in every startup
>!MESSAGE While loading class "net.sourceforge.phpeclipse.PHPeclipsePlugin$3$1", thread "Worker-2" timed out waiting (5000ms) for thread "Worker-0" to finish starting bundle "net.sourceforge.phpeclipse". To avoid deadlock, thread "Worker-2" is proceeding but "net.sourceforge.phpeclipse.PHPeclipsePlugin$3$1" may not be fully initialized.

16 years agoCould not show completion list as expected on line 1 and 2.
toshihiro [Sat, 30 Jun 2007 23:08:36 +0000]
Could not show completion list as expected on line 1 and 2.

16 years agoAvoid ArrayIndexOutOfBoundsException which occurs at changing value of variable.
toshihiro [Sat, 30 Jun 2007 13:41:52 +0000]
Avoid ArrayIndexOutOfBoundsException which occurs at changing value of variable.
(e.g. assign string (without quotes) to a variable which has integer value)

16 years agoAddition of previous bugfix. Added project based path to search-path.
toshihiro [Tue, 19 Jun 2007 12:40:15 +0000]
Addition of previous bugfix. Added project based path to search-path.

16 years agoAddition of previous bugfix. Adjusting cursor positioning.
toshihiro [Mon, 18 Jun 2007 13:12:24 +0000]
Addition of previous bugfix. Adjusting cursor positioning.

16 years agoFixed: malfunctioned "Remove trailing spaces on editor save"
toshihiro [Thu, 14 Jun 2007 03:31:37 +0000]
Fixed: malfunctioned "Remove trailing spaces on editor save"
 related 1539022 - Trim trailing LINE whitespace on save

16 years agoFixed: 1493208 - Linked resources break code assist / includes
toshihiro [Wed, 13 Jun 2007 07:38:26 +0000]
Fixed: 1493208 - Linked resources break code assist / includes

16 years agoFixed: could not access linked resources
toshihiro [Mon, 11 Jun 2007 08:06:04 +0000]
Fixed: could not access linked resources

16 years agoFixed #1721079 - Can not set breakpoint in different files on the same line
toshihiro [Fri, 8 Jun 2007 10:02:33 +0000]
Fixed #1721079 - Can not set breakpoint in different files on the same line

17 years agoCommited the wrong file before. It was net.sourceforge.net/phpeclipse.debug, should...
Edward Mann [Tue, 5 Jun 2007 18:56:12 +0000]
Commited the wrong file before. It was net.sourceforge.net/phpeclipse.debug, should have been net.sourceforge.debug. This is the correct file. The old file can be removed when we go to svn.

17 years agodebug feature was named wrong. This is the fix.
Edward Mann [Tue, 5 Jun 2007 18:47:03 +0000]
debug feature was named wrong. This is the fix.

17 years agoAdding dbg debug feature
Edward Mann [Tue, 5 Jun 2007 18:38:16 +0000]
Adding dbg debug feature

17 years agoAdding xdebug feature code
Edward Mann [Tue, 5 Jun 2007 18:35:18 +0000]
Adding xdebug feature code

17 years agoChanging version to 0.0.0 so pluginbuilder will be able to work from cvs, and not...
Edward Mann [Tue, 5 Jun 2007 18:32:34 +0000]
Changing version to 0.0.0 so pluginbuilder will be able to work from cvs, and not just a local copy. This change is also needed so that the continuous build will work.

17 years agoFix mishandled closing tag
toshihiro [Sun, 3 Jun 2007 11:39:00 +0000]
Fix mishandled closing tag

17 years agoFix #1726724 - "build" causes parser error
toshihiro [Mon, 28 May 2007 06:58:30 +0000]
Fix #1726724 - "build" causes parser error

17 years agoSupress following exception
toshihiro [Fri, 25 May 2007 06:09:32 +0000]
Supress following exception
>!MESSAGE The image could not be loaded: URLImageDescriptor(bundleentry://16/icons/obj16/frames\frame1.gif)
>!STACK 0
>org.eclipse.jface.resource.DeviceResourceException: Unable to create resource URLImageDescriptor(bundleentry://16/icons/obj16/frames\frame1.gif)

17 years agoAdded back some missing keys. from previous cleanup
pombredanne [Thu, 24 May 2007 03:14:23 +0000]
Added back some missing keys. from previous cleanup

17 years agoReverted to rev 1.4 keys had been mistakenly deleted.
pombredanne [Thu, 24 May 2007 03:00:18 +0000]
Reverted to rev 1.4 keys had been mistakenly deleted.

17 years agoUpdated psf files to reflect new names and additional project files.
Edward Mann [Thu, 17 May 2007 03:18:40 +0000]
Updated psf files to reflect new names and additional project files.

17 years agoApplied code to fix the PHP Browser hang issue reported in bug #1374420. It was teste...
Edward Mann [Thu, 17 May 2007 03:11:14 +0000]
Applied code to fix the PHP Browser hang issue reported in bug #1374420. It was tested and verified that it fixed the issue.
This commit also changes the behavior of the browser url bar.
If you had typed in php.net  and hit enter it would have saved a copy to
your browser history. Then if you wanted to go to phpeclipse.net, you would
not get past php before it would auto take you to php.net. This is changed.
you can now type in the url you would like to visit before any action is
taken.

17 years agoApplied patch from scorphus for bug#1685307
Edward Mann [Fri, 11 May 2007 05:59:44 +0000]
Applied patch from scorphus for bug#1685307

17 years agoUsing standard dialog org.eclipse.ui.dialogs.ElementListSelectionDialog instead of...
toshihiro [Wed, 9 May 2007 10:03:11 +0000]
Using standard dialog org.eclipse.ui.dialogs.ElementListSelectionDialog instead of net.sourceforge.phpdt.internal.ui.dialogs.ElementListSelectionDialog.

17 years agoFix - Unless clicking an element except the first one, it is impossible to enable...
toshihiro [Thu, 3 May 2007 12:29:36 +0000]
Fix - Unless clicking an element except the first one, it is impossible to enable the OK button. (Run/Debug Configuration - Project/File Browse - Selection Dialog)

17 years agoMinor changes in pages design.
toshihiro [Tue, 1 May 2007 02:32:25 +0000]
Minor changes in pages design.

17 years agomisc.
toshihiro [Tue, 1 May 2007 02:03:51 +0000]
misc.

17 years agoFix #1523506 - Parser error for one-liner end* control structure
toshihiro [Thu, 26 Apr 2007 09:55:02 +0000]
Fix #1523506 - Parser error for one-liner end* control structure

17 years agotypo
toshihiro [Wed, 25 Apr 2007 02:00:43 +0000]
typo

17 years agoA minor change of a page design
toshihiro [Wed, 25 Apr 2007 01:56:15 +0000]
A minor change of a page design

17 years agoFix #1501248 - Parser error in new self::$_class()
toshihiro [Sun, 22 Apr 2007 08:16:02 +0000]
Fix #1501248 - Parser error in new self::$_class()

17 years ago1. Suppress ArrayIndexOutOfBoundsException occurring in a certain case of formatting...
toshihiro [Mon, 9 Apr 2007 13:30:55 +0000]
1. Suppress ArrayIndexOutOfBoundsException occurring in a certain case of formatting(source-format).
2. Fix concerning #1589521 - 3 character function names invalid?

17 years ago1. Fix #1589403 - wrap double/single quoted strings
toshihiro [Fri, 6 Apr 2007 04:49:43 +0000]
1. Fix #1589403 - wrap double/single quoted strings
2. Suppress 'Empty input' error message when opening preferences.

17 years agoFix #1622108 - IllegalArgumentException on using CDATA
toshihiro [Thu, 5 Apr 2007 07:50:15 +0000]
Fix #1622108 - IllegalArgumentException on using CDATA

17 years agoFix #1475484 - code formatter: bad result for array() embedding func calls
toshihiro [Wed, 4 Apr 2007 05:53:00 +0000]
Fix #1475484 - code formatter: bad result for array() embedding func calls

17 years agoFix #1693310 Missing function/method declaration in the completion list
toshihiro [Tue, 3 Apr 2007 01:00:12 +0000]
Fix #1693310 Missing function/method declaration in the completion list

17 years agoPatch 1692034 - set projects default charset to UTF-8
axelcl [Sun, 1 Apr 2007 16:38:58 +0000]
Patch 1692034 - set projects default charset to UTF-8

17 years ago#1365431 (toshihiro) - PHP Editor crashes Windows with JavaScript 'windows.close()'
axelcl [Sat, 31 Mar 2007 09:28:52 +0000]
#1365431 (toshihiro) - PHP Editor crashes Windows with JavaScript 'windows.close()'

17 years agoFix for #1380415 (toshihiro)
axelcl [Sat, 24 Mar 2007 15:22:22 +0000]
Fix for #1380415 (toshihiro)

17 years agocloses [ 1033591 ] Tasks not reporting corrent line number in task view
dizmo [Thu, 22 Mar 2007 03:16:38 +0000]
closes [ 1033591 ] Tasks not reporting corrent line number in task view

17 years agocloses 1672804
dizmo [Sun, 18 Mar 2007 23:17:48 +0000]
closes 1672804

17 years ago#1493165 phpeclise highlighting fails when using special echo "<<<"
axelcl [Sat, 17 Mar 2007 14:07:31 +0000]
#1493165 phpeclise highlighting fails when using special echo "<<<"

17 years agoAdded patch for #1589521 "3 character function names invalid?"
axelcl [Sat, 17 Mar 2007 13:54:41 +0000]
Added patch for #1589521 "3 character function names invalid?"

17 years agoPATCH-1559330: PHPDoc comments are garbled in function hover. Applied patch .
pombredanne [Fri, 2 Mar 2007 23:29:25 +0000]
PATCH-1559330: PHPDoc comments are garbled in function hover. Applied patch .

17 years agoPATCH-1559330: PHPDoc comments are garbled in function hover. Applied patch and refac...
pombredanne [Fri, 2 Mar 2007 23:24:52 +0000]
PATCH-1559330: PHPDoc comments are garbled in function hover. Applied patch and refactored the getencoding code in common method.bit.

17 years agoRemoved unuse builder from project
pombredanne [Thu, 8 Feb 2007 00:04:29 +0000]
Removed unuse builder from project

17 years agoBumped up versions to 1.2.0
pombredanne [Thu, 8 Feb 2007 00:03:53 +0000]
Bumped up versions to 1.2.0

17 years agoCleanup dead code.
pombredanne [Thu, 8 Feb 2007 00:03:41 +0000]
Cleanup dead code.

17 years agoUpdated feature for build.
pombredanne [Thu, 8 Feb 2007 00:01:57 +0000]
Updated feature for build.

17 years agoCleanup of static usage
pombredanne [Thu, 8 Feb 2007 00:00:29 +0000]
Cleanup of static usage

17 years agoAdded template for user to copy to <userhome>
pombredanne [Wed, 7 Feb 2007 23:13:34 +0000]
Added template for user to copy to <userhome>

17 years agoExcluded the download cache dir from the clean
pombredanne [Wed, 7 Feb 2007 23:12:54 +0000]
Excluded the download cache dir from the clean

17 years agoA mostly working command line (headless) build using PDE build. Still needs some...
pombredanne [Thu, 2 Nov 2006 19:53:21 +0000]
A mostly working command line (headless) build using PDE build. Still needs some adjustments to work nicely from windows, mac or linux. To test just check out the build module from CVS, go to a shell or command prompt , and type anteclipse

17 years agoAdded the anteclipse from farialima @ easyeclipse to drive command line builds.
pombredanne [Thu, 2 Nov 2006 06:57:32 +0000]
Added the anteclipse from farialima @ easyeclipse to drive command line builds.

17 years agoUpdated about.init to point to phpeclipse.net instead of phpeclipse.de
pombredanne [Thu, 2 Nov 2006 06:56:11 +0000]
Updated about.init to point to phpeclipse.net instead of phpeclipse.de

17 years agoUpdated .cvsignore to be more minimalist, and only excludes the bin dir
pombredanne [Thu, 2 Nov 2006 06:55:36 +0000]
Updated .cvsignore to be more minimalist, and only excludes the bin dir

17 years agoRenamed project.
pombredanne [Thu, 2 Nov 2006 06:55:06 +0000]
Renamed project.

17 years agoRemoved old eclipse 2.x .template files
pombredanne [Thu, 2 Nov 2006 06:53:21 +0000]
Removed old eclipse 2.x .template files

17 years agoUpdated feature to match renamed smarty bundle.
pombredanne [Thu, 2 Nov 2006 06:47:52 +0000]
Updated feature to match renamed smarty bundle.

17 years agoMatched the id to the module name.
pombredanne [Thu, 2 Nov 2006 06:46:38 +0000]
Matched the id to the module name.

17 years agoUpdated map file.
pombredanne [Thu, 2 Nov 2006 06:42:34 +0000]
Updated map file.

17 years agoUpdated map file.
pombredanne [Thu, 2 Nov 2006 06:39:18 +0000]
Updated map file.

17 years agoUpdated map file.
pombredanne [Thu, 2 Nov 2006 06:33:41 +0000]
Updated map file.

17 years agosome elements required for the build process
pombredanne [Thu, 2 Nov 2006 05:19:36 +0000]
some elements required for the build process

17 years agoCommon tests utilities adn decorators.
pombredanne [Fri, 27 Oct 2006 18:13:10 +0000]
Common tests utilities adn decorators.

17 years agoMoved the code in the "tests" plugin (plural) to the "test" fragment (singular)....
pombredanne [Fri, 27 Oct 2006 01:51:36 +0000]
Moved the code in the "tests" plugin (plural) to the "test" fragment (singular). The tests plugin will be used for shared testing utilities. Each plugin will have its own ".test" fragment for junit tests going forward.

17 years agoDeleted unused commenst and unused vars.
pombredanne [Sun, 22 Oct 2006 19:30:21 +0000]
Deleted unused commenst and unused vars.

17 years agoRemoved unused varibale.
pombredanne [Sun, 22 Oct 2006 19:25:59 +0000]
Removed unused varibale.

17 years ago1) Removed the to lower case conversion of the remote source path on Win systems...
robekras [Sun, 22 Oct 2006 14:29:53 +0000]
1) Removed the to lower case conversion of the remote source path on Win systems. This makes no sense as the isPrefexOf function is case sensitive.

17 years agoA massive organize imports and formatting of the sources using default Eclipse code...
pombredanne [Sat, 21 Oct 2006 23:19:54 +0000]
A massive organize imports and formatting of the sources using default Eclipse code style

17 years agoSome serious cleanup on manifests, plugin.xml, build.properties and plugin.properties...
pombredanne [Sat, 21 Oct 2006 23:06:44 +0000]
Some serious cleanup on manifests, plugin.xml, build.properties and plugin.properties to have squeky clean manifests, get rid of unused properties keys, fixed the build so nothing is missing.

17 years agoRemoving legacy build scripts. build.xml scripts are generated by pde-build, and...
pombredanne [Sat, 21 Oct 2006 22:58:22 +0000]
Removing legacy build scripts. build.xml scripts are generated by pde-build, and those would be overriden. ant based exports cannot be run headless and require the UI.

17 years agoBug 579207: Upgrade all manifest to OSGI style and 3.2
pombredanne [Tue, 17 Oct 2006 19:43:29 +0000]
Bug 579207: Upgrade all manifest to OSGI style and 3.2

17 years agoA placeholder module for archives, to support the CVS modules reorg
pombredanne [Sun, 17 Sep 2006 20:10:35 +0000]
A placeholder module for archives, to support the CVS modules reorg

17 years agoA placeholder module for build, to support the CVS modules reorg
pombredanne [Sun, 17 Sep 2006 20:08:56 +0000]
A placeholder module for build, to support the CVS modules reorg

17 years ago1) Fire 'Terminate' event on every thread on script termination. Fixes bug #1548528.
robekras [Tue, 29 Aug 2006 12:38:07 +0000]
1) Fire 'Terminate' event on every thread on script termination. Fixes bug #1548528.

17 years ago1) Made getVariables and evalBlock methods in PHPDBGInterface synchronized (At least...
robekras [Thu, 24 Aug 2006 18:31:14 +0000]
1) Made getVariables and evalBlock methods in PHPDBGInterface synchronized (At least for evalBlock this is absolutely necessary for eclipse 3.2 compatibility).
2) getVariables method returns an empty vector if socket is closed (avoiding exception).
3) updateStackFrameList improved to avoid rebuild of variables view when stepping through the current php file.
4) getAdapter in PHPDebugTarget calls super.getAdapter (for eclipse 3.2 compatibility)
5) hasVariables in PHPStackFrame return always true (for eclipse 3.2 compatibility)
6) Removed second sending of RESUME event in stepInto and stepOver (in PHPStackFrame).
7) getStackFrames (in PHPThread) returns the stackframes only if in suspended state (for eclipse 3.2 compatibility).
8) PHPWatchExpressionDelegateCode beautifying.

17 years agoUpdated the included PHP manual from 2004-08-28 to the current version 2006-06-25...
dynamike2000 [Fri, 14 Jul 2006 10:13:57 +0000]
Updated the included PHP manual from 2004-08-28 to the current version 2006-06-25 and adjusted the phphelp.xml according to the changed structure.

17 years ago1) Open port 7869 for dbg communication if we run a non remote debug session, as...
robekras [Wed, 14 Jun 2006 10:04:34 +0000]
1) Open port 7869 for dbg communication if we run a non remote debug session, as the free dbg version uses only this port as default.
2) Terminate the debug session if the DBGC_END event is send from dbg. (We have to wait for a new version of dbg, due to the fact that dbg  in the current version (2.13.1) closes the socket before DBGC_END is send).

17 years agoHint from Christian Buggle: Feature.xml is missing required refactoring plugins
axelcl [Mon, 12 Jun 2006 21:20:13 +0000]
Hint from Christian Buggle: Feature.xml is missing required refactoring plugins

17 years agoAdded patch for #1434245
axelcl [Sun, 11 Jun 2006 10:32:52 +0000]
Added patch for #1434245

17 years agoSet version 1.1.9
axelcl [Sun, 11 Jun 2006 10:22:39 +0000]
Set version 1.1.9

17 years agoMake PHPeclipse compile correctly under Eclipse Version: 3.2.0 Build id: I20060519...
axelcl [Sun, 11 Jun 2006 10:11:23 +0000]
Make PHPeclipse compile correctly under Eclipse Version: 3.2.0 Build id: I20060519-1206

18 years agoFIX: added missing org.eclipse.pde.runtime_3.1.1.jar reference
dynamike2000 [Mon, 24 Apr 2006 10:06:40 +0000]
FIX: added missing org.eclipse.pde.runtime_3.1.1.jar reference

18 years agobug 1469012, exception in CompletionProposal
bananeweizen [Sun, 23 Apr 2006 14:39:29 +0000]
bug 1469012, exception in CompletionProposal

18 years agobug 1434118, scanner had a faulty behavior scanning variable names like 'retur*'
bananeweizen [Sun, 23 Apr 2006 13:54:28 +0000]
bug 1434118, scanner had a faulty behavior scanning variable names like 'retur*'
made scanner structure more fault resistant against similar bugs

18 years ago1436190 - Test additions & refactoring
axelcl [Mon, 10 Apr 2006 18:31:03 +0000]
1436190 - Test additions & refactoring
* These 2 JUnit test fail (invalid in PHP5 syntax - see Bug 1431425)
public void testMIInterfaceExtendsInterface();
public void testMIInterfaceImplementsInterface();

18 years ago#1467296 patch for bug #1454529
axelcl [Mon, 10 Apr 2006 18:15:42 +0000]
#1467296 patch for bug #1454529
- when typing a { a closing } is added;
- if a carriage return (enter) is inserted between the
{} the closing brace is moved to the new appropriate
position and the cursor is moved to the new indented
position;
- if the carriage return is inserted after the { but
there is no } to the right, no extra } is added.

18 years ago* Updating plugin.xml file to Version 1.1.8 as preparation for release in each plugin.
dynamike2000 [Sat, 8 Apr 2006 20:33:43 +0000]
* Updating plugin.xml file to Version 1.1.8 as preparation for release in each plugin.
* Done some cleanup in .cvsignore to ignore temporary files created during the build process

18 years agoNew Localhost query action
axelcl [Sat, 8 Apr 2006 14:46:29 +0000]
New Localhost query action
Configured accelerator keys for the actions:
Ctrl+F8 opens localhost
Ctrl+Shift+G opens Google
Ctrl+Shift+O opens Online PHP Manual
Configuration is modifiable through Window->Preferences  PHPeclipse Web Development->PHP->HTTP Query

18 years agoOpen PHP Help Online Manual in the browser / add other http querie for google and...
axelcl [Thu, 6 Apr 2006 21:52:44 +0000]
Open PHP Help Online Manual in the browser / add other http querie for google and koders.com (not completed)

18 years agoFixed bug: ArrayIndexOutOfBoundsException
axelcl [Mon, 13 Mar 2006 23:52:15 +0000]
Fixed bug: ArrayIndexOutOfBoundsException
See: http://phpeclipse.pastebin.com/599491

18 years agoAdded patch from #1437426: error in assign template
axelcl [Thu, 23 Feb 2006 20:23:12 +0000]
Added patch from #1437426: error in assign template

18 years agoFix Request #1431769: Support Context assistance when entering functions arguments
axelcl [Wed, 22 Feb 2006 22:46:38 +0000]
Fix Request #1431769: Support Context assistance when entering functions arguments
Now available for built-in funcitons

18 years agoFix Request #1431769: Support Context assistance when entering functions arguments
axelcl [Wed, 22 Feb 2006 22:06:40 +0000]
Fix Request #1431769: Support Context assistance when entering functions arguments
Now available for built-in funcitons