Timeline


and

2005-10-26:

22:44 Ticket #358 (Interpreter Tab in Debugger Config does not show in Mac OS X) created by shuchow
[…]
17:02 Changeset [c99746]1.2.xtrunk by axelcl <axelcl>
Improved support for comment folding
16:39 Changeset [616234]1.2.xtrunk by axelcl <axelcl>
Improved support for comment folding
09:36 Ticket #357 (Editor does not show line numbers and print margin) created by nobody
[…]
06:13 Ticket #356 (Incorrect class syntax does not raise entry in Problems view) created by garethhunt
[…]

2005-10-24:

21:32 Ticket #355 (HTML editor disappears with WTP 0.7.1) created by nobody
[…]
14:20 Changeset [e2c78c]1.2.xtrunk by robekras <robekras>
1) Fixed the Cross Plattform debugging bug. The path separator was not …
11:54 Changeset [5e7fa5]1.2.xtrunk by robekras <robekras>
1) Did not check for an empty variable list in getVariables.

2005-10-22:

10:33 Changeset [1c0564]1.2.xtrunk by robekras <robekras>
1) Patches the variable list which is provided by DBG via …
10:28 Changeset [6ee2ae]1.2.xtrunk by robekras <robekras>
1) Made setName a public method. (For the 'unnamed root node' workaround …

2005-10-20:

14:28 Changeset [cbc57d]1.2.xtrunk by robekras <robekras>
1) Moved the hasRecursion and the updateVariableList to PHPStackframe …
14:13 Changeset [be3be3]1.2.xtrunk by robekras <robekras>
1) Moved the hasRecursion and the updateVariableList to PHPStackframe …
14:06 Changeset [d655c3]1.2.xtrunk by robekras <robekras>
1) Moved the fHasChanged flag from PHPVariable to PHPValue.

2005-10-19:

11:36 Changeset [a2d003]1.2.xtrunk by axelcl <axelcl>
Added some examples for context menu on Outline
11:27 Changeset [7cfb2d]1.2.xtrunk by axelcl <axelcl>
Added some examples for context menu on Outline
11:19 Changeset [a213cf]1.2.xtrunk by axelcl <axelcl>
Added some examples for context menu on Outline

2005-10-18:

21:29 Ticket #354 (<?xml flagged as error) created by nobody
[…]
14:34 Changeset [8c8849]1.2.xtrunk by robekras <robekras>
1) A temporary fix for the recursion problem with the $GLOBALS array.
06:03 Ticket #353 (source format raises error and breaks view) created by norcas
[…]

2005-10-17:

13:56 Ticket #352 (Errors not listed in Problems-View) created by reboot
[…]

2005-10-16:

13:19 Changeset [5f09b5]1.2.xtrunk by robekras <robekras>
1) getVariables returns variables as a vector list. 2) Replicate the index …
13:13 Changeset [fcade05]1.2.xtrunk by robekras <robekras>
1) readVariables returns variables as a vector list.
13:11 Changeset [addbbe]1.2.xtrunk by robekras <robekras>
1) Added a vector for storing the variables. 2) getVariables now read the …
05:11 Changeset [1eab44]1.2.xtrunk by robekras <robekras>
1) Added the extension point for the watchExpressionDelegate

2005-10-15:

15:52 Changeset [4f4f02]1.2.xtrunk by axelcl <axelcl>
Patches from Robert Kraske (robekras): * collapsing variable tree * more …
15:36 Changeset [e75c35]1.2.xtrunk by axelcl <axelcl>
Patches from Robert Kraske (robekras): * collapsing variable tree * more …

2005-10-13:

15:11 Changeset [e931b2]1.2.xtrunk by axelcl <axelcl>
Avoid "uninitialized variable" message after new keyword
14:46 Changeset [f4f9b6]1.2.xtrunk by axelcl <axelcl>
Fixes for bug #1326088
14:39 Changeset [cb3012]1.2.xtrunk by axelcl <axelcl>
Fixes for bug #1326088
14:38 Changeset [89999b]1.2.xtrunk by axelcl <axelcl>
New parser tests
13:43 Ticket #351 (Parser throws syntax errors for valid code) created by nobody
[…]
13:38 Changeset [fe90c5]1.2.xtrunk by axelcl <axelcl>
fixed bug #1263858

2005-10-12:

14:01 Ticket #350 (SelectionListenerWithASTManager Job) created by nobody
[…]

2005-10-11:

16:50 Changeset [2f4bc3]1.2.xtrunk by axelcl <axelcl>
Renamed "Toggle PHP Breakpoint" contex menu on keft ruler in PHP Editor …
00:23 Ticket #349 (Clicking after ?> throws exception) created by neclimdul
[…]

2005-10-10:

14:56 Changeset [c3943b]1.2.xtrunk by axelcl <axelcl>
Misc
14:03 Changeset [f52a63]1.2.xtrunk by axelcl <axelcl>
Preferencedialog for "Mark Occurrences"
11:54 Changeset [e53717]1.2.xtrunk by axelcl <axelcl>
Renamed 'PHP Application' to 'PHP DBG Script'
00:56 Changeset [253251]1.2.xtrunk by cperkonig <cperkonig>
new configuration name

2005-10-09:

15:31 Ticket #348 (Assignments to satatic variable treated as errors.) created by nobody
[…]
07:46 Changeset [e4d2c4]1.2.xtrunk by axelcl <axelcl>
Expressions like: self::$instance = new Singleton(); shouldnt give an …
07:42 Changeset [0f5d23]1.2.xtrunk by axelcl <axelcl>
Prepared better HEREDOC support; see comment for bug #1319276
07:35 Changeset [672be4]1.2.xtrunk by axelcl <axelcl>
Prepared better HEREDOC support; see comment for bug #1319276
07:05 Changeset [48fe73]1.2.xtrunk by axelcl <axelcl>
Save PHPPartitionScanner for refactoring
06:24 Changeset [9f4071]1.2.xtrunk by axelcl <axelcl>
Save PHPPartitionScanner for refactoring
05:18 Changeset [f9874d]1.2.xtrunk by axelcl <axelcl>
Expressions like: self::$instance = new Singleton(); shouldnt give an …
02:23 Changeset [70b4d3]1.2.xtrunk by axelcl <axelcl>
Avoid NPE in update OccurrenceAnnotation?

2005-10-08:

20:23 Ticket #347 (Syntax highlight doesn't like apostrophe in heredoc) created by twon
[…]

2005-10-05:

16:04 Changeset [61eb50]1.2.xtrunk by axelcl <axelcl>
Implemented a simple occurrences finder for Variables ($...) and …
05:32 Changeset [eea63b]1.2.xtrunk by cperkonig <cperkonig>
Quick fix for the Environment Vars.
03:09 Changeset [b0f299]1.2.xtrunk by cperkonig <cperkonig>
Changes for the XDebugTab
03:08 Changeset [d52054]1.2.xtrunk by cperkonig <cperkonig>
add the new XDebugTab
03:08 Changeset [2520a4]1.2.xtrunk by cperkonig <cperkonig>
New Debug Tab for the LaunchConfiguration?
03:07 Changeset [f39b7f]1.2.xtrunk by cperkonig <cperkonig>
some new checks were added

2005-10-04:

17:43 Ticket #346 (Comment causes editor freeze) created by nobody
[…]
16:12 Changeset [246d5b]1.2.xtrunk by cperkonig <cperkonig>
do a check for no environment values
13:49 Changeset [59ab26]1.2.xtrunk by axelcl <axelcl>
Patches from user robekras to show the variables view
06:06 Changeset [1ab77c2]1.2.xtrunk by cperkonig <cperkonig>
Not in Use in new Version
06:02 Changeset [224007]1.2.xtrunk by cperkonig <cperkonig>
Since 3.1 not in use
06:01 Changeset [ceac9d]1.2.xtrunk by cperkonig <cperkonig>
Initial implementation of the new Debug Plugin
05:59 Changeset [4b4c83]1.2.xtrunk by cperkonig <cperkonig>
* empty log message *
05:41 Changeset [4fac1d]1.2.xtrunk by cperkonig <cperkonig>
Initial implementation of the new Debug Plugin
05:39 Changeset [10c1a2]1.2.xtrunk by cperkonig <cperkonig>
* empty log message *
05:34 Changeset [bbd3a8]1.2.xtrunk by cperkonig <cperkonig>
Initial implementation of the new Debug Plugin

2005-10-03:

06:39 Changeset [38da49]1.2.xtrunk by axelcl <axelcl>
Register new file extensions for the php-editor: * associate the extension …
06:37 Changeset [812b6c]1.2.xtrunk by axelcl <axelcl>
Refactored packagename to net.sourceforge.phpdt.internal.compiler.ast
04:13 Changeset [a54252]1.2.xtrunk by axelcl <axelcl>
Patches from user robekras to show the variables view

2005-09-30:

13:20 Changeset [d57797]1.2.xtrunk by axelcl <axelcl>
Register new file extensions for the php-editor: * associate the extension …
13:10 Changeset [18961f]1.2.xtrunk by axelcl <axelcl>
Register new file extensions for the php-editor: * associate the extension …
07:15 Ticket #345 (got this exption when opening a php file:) created by agilsantos
[…]

2005-09-29:

13:45 Changeset [cd0c6c]1.2.xtrunk by axelcl <axelcl>
Added is_int function

2005-09-28:

21:20 Ticket #321 (*.class PHP file can not be saved) closed by sf-robot
[…]

2005-09-27:

15:32 Changeset [9ba0ab]1.2.xtrunk by axelcl <axelcl>
Code folding for PHPdoc at start of PHP file
Note: See TracTimeline for information about the timeline view.