| Summary: | Source Formatter creates empty files | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | thasart |
| Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
| 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
thasart
2003-09-30 10:30:22 UTC
Hmmm.. indeed it does. The Gideon code hasn't changed, which probably means katepart behaviour changed again. I guess we'll have to ask the Kate guys about the future of KTextEditor::EditInterface::setText() ... This is repeatable in CVS HEAD from Oct 24, both from KDevelop and DCOP.
To reproduce:
1. Open kwrite and kdcop
2. Call EditInterface::setText("bla")
result:
kwrite shows the buffer as "modified" but no text is inserted.
true, introduced bug in katedocument in kde cvs, have fixed the setText method (+ some return values madness of remove/insertText) now tested with dcop for example, works again, thx for the report |