> The trunk and until branches now contains a fix of bug 508108: No > methods sub-nodes in PHP class import & added unit tests. It would be > good if people who use PHP would check out this fix. There are unit > tests, but I don't know enough about PHP to guarantee that the > important cases have been covered.
First of all - thanks. It will save me tons of node splitting. I'll do my best to try and test this before the final, but I'm not a bzr wizard and need to experiment with it a bit. Second, I was testing an using rc1 on Windows and I am _very_ pleased. Installation was ok. Tab 8 is fine, as well as saving the relative position of the different panes - to name a few. I'm also using the PHP coloring hack. There is still a small thing of not respecting some coloring colors, but it is a _lot_ better than before and I'll try to nail this issue in more details sometime later. Third, I was testing the new clone conflict logic. I want to give TL due credit as he is the one who suggested on Jan. 21 the idea of adding a clone conflict node. I think there is more work to do on the subject, that definitely worth waiting until 4.7 final is released. In my testing, though, I encountered some strange derived file problem. 1. Create the following tree (node content prefixed with -, subnode with +, [] denotes clones) and save. @shadow file1.c -...@others + [clone] -Content (clone) + [clone] (of course same clone content) Instead of the expected test1.c file of: Content (clone) Content (clone) I got just: Content (clone) I believe it to be a bug. 2. Now copy and paste one of the clones as a regular node, delete the clone and save. We are left with two regular subnodes having the same content, and this time the expected derived file is generated. 3. Undo to the state of having only the 2 clones (undo twice) and save. Leo does not recognize any change in the file. 4. Edit the content of one clone and save. We are back to the 1st case (missing content in the derived). Gil -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
