phpeclipse.git
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'

18 years agonew configuration name
cperkonig [Mon, 10 Oct 2005 05:56:18 +0000]
new configuration name

18 years agoExpressions like:
axelcl [Sun, 9 Oct 2005 12:46:54 +0000]
Expressions like:
  self::$instance = new Singleton();
shouldnt give an error

18 years agoPrepared better HEREDOC support; see comment for bug #1319276
axelcl [Sun, 9 Oct 2005 12:42:31 +0000]
Prepared better HEREDOC support; see comment for bug #1319276

18 years agoPrepared better HEREDOC support; see comment for bug #1319276
axelcl [Sun, 9 Oct 2005 12:35:22 +0000]
Prepared better HEREDOC support; see comment for bug #1319276

18 years agoSave PHPPartitionScanner for refactoring
axelcl [Sun, 9 Oct 2005 12:05:45 +0000]
Save PHPPartitionScanner for refactoring

18 years agoSave PHPPartitionScanner for refactoring
axelcl [Sun, 9 Oct 2005 11:24:39 +0000]
Save PHPPartitionScanner for refactoring

18 years agoExpressions like:
axelcl [Sun, 9 Oct 2005 10:18:39 +0000]
Expressions like:
  self::$instance = new Singleton();
shouldnt give an error

18 years agoAvoid NPE in update OccurrenceAnnotation
axelcl [Sun, 9 Oct 2005 07:23:41 +0000]
Avoid NPE in update OccurrenceAnnotation

18 years agoImplemented a simple occurrences finder for Variables ($...) and Identifiers;
axelcl [Wed, 5 Oct 2005 21:04:53 +0000]
Implemented a simple occurrences finder for Variables ($...) and Identifiers;
No prference dialog available at the moment

18 years agoQuick fix for the Environment Vars.
cperkonig [Wed, 5 Oct 2005 10:32:53 +0000]
Quick fix for the Environment Vars.

18 years agoChanges for the XDebugTab
cperkonig [Wed, 5 Oct 2005 08:09:37 +0000]
Changes for the XDebugTab

18 years agoadd the new XDebugTab
cperkonig [Wed, 5 Oct 2005 08:08:40 +0000]
add the new XDebugTab

18 years agoNew Debug Tab for the LaunchConfiguration
cperkonig [Wed, 5 Oct 2005 08:08:16 +0000]
New Debug Tab for the LaunchConfiguration

18 years agosome new checks were added
cperkonig [Wed, 5 Oct 2005 08:07:36 +0000]
some new checks were added

18 years agodo a check for no environment values
cperkonig [Tue, 4 Oct 2005 21:12:57 +0000]
do a check for no environment values

18 years agoPatches from user robekras to show the variables view
axelcl [Tue, 4 Oct 2005 18:49:53 +0000]
Patches from user robekras to show the variables view

18 years agoNot in Use in new Version
cperkonig [Tue, 4 Oct 2005 11:06:10 +0000]
Not in Use in new Version

18 years agoSince 3.1 not in use
cperkonig [Tue, 4 Oct 2005 11:02:53 +0000]
Since 3.1 not in use

18 years agoInitial implementation of the new Debug Plugin
cperkonig [Tue, 4 Oct 2005 11:01:58 +0000]
Initial implementation of the new Debug Plugin

18 years ago*** empty log message ***
cperkonig [Tue, 4 Oct 2005 10:59:26 +0000]
*** empty log message ***

18 years agoInitial implementation of the new Debug Plugin
cperkonig [Tue, 4 Oct 2005 10:41:39 +0000]
Initial implementation of the new Debug Plugin

18 years ago*** empty log message ***
cperkonig [Tue, 4 Oct 2005 10:39:54 +0000]
*** empty log message ***

18 years agoInitial implementation of the new Debug Plugin
cperkonig [Tue, 4 Oct 2005 10:34:20 +0000]
Initial implementation of the new Debug Plugin

18 years agoRegister new file extensions for the php-editor:
axelcl [Mon, 3 Oct 2005 11:39:44 +0000]
Register new file extensions for the php-editor:
* associate the extension with the PHP editor in Window->Preferences
* add extension to net.sourceforge.phpeclipse.phpSource in plugin.xml

18 years agoRefactored packagename to net.sourceforge.phpdt.internal.compiler.ast
axelcl [Mon, 3 Oct 2005 11:37:07 +0000]
Refactored packagename to net.sourceforge.phpdt.internal.compiler.ast

18 years agoPatches from user robekras to show the variables view
axelcl [Mon, 3 Oct 2005 09:13:58 +0000]
Patches from user robekras to show the variables view

18 years agoRegister new file extensions for the php-editor:
axelcl [Fri, 30 Sep 2005 18:20:41 +0000]
Register new file extensions for the php-editor:
* associate the extension with the PHP editor in Window->Preferences
* add extension to net.sourceforge.phpeclipse.phpSource in plugin.xml

18 years agoRegister new file extensions for the php-editor:
axelcl [Fri, 30 Sep 2005 18:10:37 +0000]
Register new file extensions for the php-editor:
* associate the extension with the PHP editor in Window->Preferences
* add extension to net.sourceforge.phpeclipse.phpSource in plugin.xml

18 years agoAdded is_int function
axelcl [Thu, 29 Sep 2005 18:45:15 +0000]
Added is_int function

18 years agoCode folding for PHPdoc at start of PHP file
axelcl [Tue, 27 Sep 2005 20:32:14 +0000]
Code folding for PHPdoc at start of PHP file

18 years agoAdded "Navigate->Show In->Navigator" and "Navigate->Show In->PHP Browser" actions.
axelcl [Sun, 25 Sep 2005 16:31:00 +0000]
Added "Navigate->Show In->Navigator" and "Navigate->Show In->PHP Browser" actions.

18 years agoImplemented IShowInTarget
axelcl [Sun, 25 Sep 2005 09:52:43 +0000]
Implemented IShowInTarget

18 years agoMore Lucene tests
axelcl [Wed, 7 Sep 2005 17:25:32 +0000]
More Lucene tests

18 years agomisc
axelcl [Fri, 2 Sep 2005 21:33:50 +0000]
misc

18 years agoTests for indexing a PHP AST with Lucene search engine;
axelcl [Fri, 2 Sep 2005 19:39:42 +0000]
Tests for indexing a PHP AST with Lucene search engine;
Needs more ideas how to store the meta-information :-)

18 years agoTests for indexing a PHP AST with Lucene search engine;
axelcl [Fri, 2 Sep 2005 19:31:03 +0000]
Tests for indexing a PHP AST with Lucene search engine;
Needs more ideas how to store the meta-information :-)

18 years agoTests for indexing a PHP AST with Lucene search engine;
axelcl [Fri, 2 Sep 2005 19:23:53 +0000]
Tests for indexing a PHP AST with Lucene search engine;
Needs more ideas how to store the meta-information :-)

18 years agoAdded new syntax error "Assignment operator not allowed after identifier..."
axelcl [Tue, 30 Aug 2005 20:33:07 +0000]
Added new syntax error "Assignment operator not allowed after identifier..."

18 years agoIgnore case for functions in the PHP hover
axelcl [Mon, 29 Aug 2005 16:34:33 +0000]
Ignore case for functions in the PHP hover

18 years agoAdded new syntax error "Assignment operator not allowed after identifier..."
axelcl [Mon, 29 Aug 2005 16:33:23 +0000]
Added new syntax error "Assignment operator not allowed after identifier..."

18 years agomisc
axelcl [Mon, 29 Aug 2005 16:32:24 +0000]
misc

18 years agoIgnore case for functions in the PHP hover
axelcl [Sun, 28 Aug 2005 11:55:40 +0000]
Ignore case for functions in the PHP hover

18 years agoIgnore case for functions in syntax highlighting
axelcl [Sun, 28 Aug 2005 11:47:54 +0000]
Ignore case for functions in syntax highlighting

18 years agoBug #1248155: avoid NPE in parser
axelcl [Sun, 21 Aug 2005 11:57:24 +0000]
Bug #1248155: avoid NPE in parser

18 years agoOpen proposals only, if autoactivation character '>' contains to token '->'. See:
axelcl [Sun, 21 Aug 2005 11:41:41 +0000]
Open proposals only, if autoactivation character '>' contains to token '->'. See:
http://phpeclipse.de/tiki-view_forum_thread.php?forumId=5&comments_parentId=2027

18 years agomisc
axelcl [Sat, 20 Aug 2005 16:27:17 +0000]
misc

18 years agoCleaned up the unit tests.
axelcl [Fri, 19 Aug 2005 19:23:27 +0000]
Cleaned up the unit tests.
Disabled all warnings for unit tests

18 years agotypo
axelcl [Thu, 18 Aug 2005 21:11:24 +0000]
typo

18 years agoImproved ${cursor} handling in HTML and TPL (smarty) files
axelcl [Thu, 18 Aug 2005 21:10:28 +0000]
Improved ${cursor} handling in HTML and TPL (smarty) files

18 years agoImproved template handling in HTML partition
axelcl [Thu, 18 Aug 2005 20:11:13 +0000]
Improved template handling in HTML partition

18 years agoUpdated team project sets to remove HTML, JavaScript, CSS editors. We're using WTP...
stefanbjarni [Tue, 16 Aug 2005 16:50:29 +0000]
Updated team project sets to remove HTML, JavaScript, CSS editors. We're using WTP project plug-ins instead.

18 years agoreduced dependencies
axelcl [Mon, 15 Aug 2005 17:35:33 +0000]
reduced dependencies

18 years agoPatch from Anders Betn�- enable changing breakpoints while debugging.
stefanbjarni [Wed, 3 Aug 2005 22:22:52 +0000]
Patch from Anders Betn�- enable changing breakpoints while debugging.

18 years agoPatch from Anders Betn�- improve path mapping when remote debugging between systems...
stefanbjarni [Wed, 3 Aug 2005 22:17:29 +0000]
Patch from Anders Betn�- improve path mapping when remote debugging between systems with different path segment separators.

18 years agoPatch from Anders Betn�- prevent disabled breakpoints from being sent to the debugger...
stefanbjarni [Wed, 3 Aug 2005 22:15:25 +0000]
Patch from Anders Betn�- prevent disabled breakpoints from being sent to the debugger engine.

18 years agoPatch from Anders Betn�for initializing the PHP source locator.
stefanbjarni [Wed, 3 Aug 2005 22:12:52 +0000]
Patch from Anders Betn�for initializing the PHP source locator.

18 years agoBumped plugin versions to 1.1.7
stefanbjarni [Wed, 3 Aug 2005 21:29:34 +0000]
Bumped plugin versions to 1.1.7

18 years agoInclude icons in feature build.
stefanbjarni [Wed, 3 Aug 2005 20:55:43 +0000]
Include icons in feature build.

18 years agoAdded UI elements for the etc/hosts and httpd.conf preference settings.
stefanbjarni [Fri, 29 Jul 2005 22:08:11 +0000]
Added UI elements for the etc/hosts and httpd.conf preference settings.

18 years agoFixed bugs item #1240435
axelcl [Mon, 18 Jul 2005 22:29:20 +0000]
Fixed bugs item #1240435

18 years agoDifferent syntax coloring for '$_' variables possible
axelcl [Sat, 16 Jul 2005 09:10:59 +0000]
Different syntax coloring for '$_' variables possible

18 years agoChoose shorter perspective name
axelcl [Sat, 16 Jul 2005 07:52:45 +0000]
Choose shorter perspective name

18 years agoAvoid NPE in EntryPointTab
axelcl [Sat, 16 Jul 2005 07:51:47 +0000]
Avoid NPE in EntryPointTab

18 years agoBugs item #1236682
axelcl [Tue, 12 Jul 2005 16:10:59 +0000]
Bugs item #1236682

18 years agoShow browser preview only then editor area is visible
axelcl [Sun, 10 Jul 2005 15:16:13 +0000]
Show browser preview only then editor area is visible

18 years agoOptimized Scanner
axelcl [Sun, 10 Jul 2005 14:47:31 +0000]
Optimized Scanner

18 years agoSmall improvements in parser
axelcl [Sun, 10 Jul 2005 14:01:11 +0000]
Small improvements in parser

18 years agoCleaner user interface
axelcl [Sun, 10 Jul 2005 11:27:08 +0000]
Cleaner user interface

18 years agoMore 3.1 compatibility
axelcl [Sat, 9 Jul 2005 08:47:08 +0000]
More 3.1 compatibility

18 years agoChanged the UI Image handling.
axelcl [Fri, 8 Jul 2005 21:30:33 +0000]
Changed the UI Image handling.
Avoid java.lang.NullPointerException and java.lang.NoClassDefFoundError