Summary: | two column view in kwrite/kate | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | |
Component: | kwrite | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | wishlist | CC: | finex, ivo |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mail
2003-11-12 00:17:01 UTC
So you want to be able to 'split' the view? Kate allows you to split the view horizontally and vertically (like you want) any number of times. Kwrite uses the same code as Kate. Either the same file can be used in each view or you can have each view contain it's own file. I think we're talking about cursor synchronisation across several views. I like the idea, may take a look at it post-3.2... To make it more clear what I mean: The file has 100 lines, the upper 50 lines are in the left view, the lower 50 lines are in the right view. So now when I am in line 50 und press cursor down, the active line changes from "bottom left" to "top right" and I am in line 51. But the two views themselves are not changed. I hope that's what you mean by "cursor synchronisation across several views". Cool idea! How do we make that usable? works beautifully in kate 3.1 (kde 4.1) thanks! Is this fixed? Kate doesn't really do what was asked: you can have two views, but they are disconnected; that I think the reporter asked was that you could have two views that are linked as if they were one, where the cursor moves between them as if they were one, and scroll should scroll them both. The idea seems cool, especially for today's widescreen monitors. It's not fixed/implemented. Either close as WONTFIX because noone will implement it, or let it live as feature request :) |