| Summary: | Editor window becomes corrupted in a random way when working with big files | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Andrew Quaglia <nemo> | ||||
| Component: | PDT | Assignee: | Roy Ganor <ganoro> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | major | ||||||
| Priority: | P1 | CC: | assaf.almaz, gadi, hebrayah, kalin.a, nemo | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
this problem is related to the code folding issues: when you have code folding enabled and you start writting errors the parser breaks and the code below the error (that the parser could not complete its processing) starts: 1. flickering (always when using ctrl+z or start deleting chars), 2. its color changes (sometimes) 3. the caret loaction jumps to random locations (random) It has to do with the changes that were done to the code folding mechanism. A similar bug was solved by Shalom in previous implementation of code folding *** Bug 221841 has been marked as a duplicate of this bug. *** Another side effect of this problem (which is definitely related to the code folding) is that some parts of the code (entire lines) simply disappear. For example, while code folding is enabled, you may see some parts of your code (which are expended) missing. However, if you look closely at the line numbers you'll notice that the lines are there, but not shown (as if they were collapsed). Hope this help. fixed. Verified Fixed. Tested under Eclipse SDK Version: 3.4.1 Build id: M20080911-1700 PDT 2.0.0 v20080923-1839 [Kalin Yanev kalin.a@zend.com] |
Created attachment 91176 [details] Eclipse error log and configuration Build ID: I20070625-1500 Steps To Reproduce: 1. Open a PHP project. 2. work with files 3. when you type a mistake, or try to modify an incomplete statement the code assist marks it in red, then (in a random way): 3a. braces disappear 3b. the cursor is in a line, but as you type characters appear/disappear elsewhere 3c. happened only once, but Eclipse freezed 4. closing the window fixes temporarly. More information: