Bug 160277 - spreadsheet like block paste (vertical)
Summary: spreadsheet like block paste (vertical)
Status: RESOLVED DUPLICATE of bug 56935
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-02 21:35 UTC by Maciej Pilichowski
Modified: 2011-08-12 13:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Pilichowski 2008-04-02 21:35:03 UTC
Version:            (using KDE 3.5.9)
Installed from:    SuSE RPMs

This would be very useful, not maybe in normal writing too much, but for writing code, mmm... beauty ;-)

Let's say you have:
case a:
b :
c : 
d :

you are in insert mode, you select + copy "case", you switch to block, you select

case a:
|b :
c : 
|d :

and paste, and voila:

case a:
case b :
case c : 
case d :
Comment 1 Maciej Pilichowski 2008-04-03 19:15:26 UTC
Related report:
https://bugs.kde.org/show_bug.cgi?id=56935
Comment 2 Mathieu Jobin 2008-04-24 16:30:18 UTC
I think this is either a duplicate or a strange way to implement what is suggested in bug #56935

try the column mode of crimson editor or ultraedit on windows 
or textmate on OSX. 

Comment 3 Maciej Pilichowski 2008-04-24 17:11:19 UTC
This report is about copy&paste the other report is about editing text (i.e. typing). Both are about block mode and both are about populating change over whole selection.
Comment 4 Dominik Haumann 2011-08-12 13:57:40 UTC

*** This bug has been marked as a duplicate of bug 56935 ***