| Summary: | C++ program window opens at line 1 when error is at line 1474 | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Ian Wadham <iandw.au> |
| Component: | part | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | SVN | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ian Wadham
2003-07-22 14:17:54 UTC
Isn't this the same katepart problem we're seeing everywhere? Anytime a call to open and go to a line in a large file, katepart potentially fails to do so. This happens from the greppart, debugger and replacepart also. I'm changing component back to general while searching for a katepart bug report for it and further comments on the issue.. :) This is a kate problem and I suspect it has been fixed since. Reassigning to katepart and letting the kate-developers decide. openFile now operates sync, therefor such setCursorPosition calls work now reproducable well ;) |