Bug 39116 - Walk through documents (a la walk through windows)
Summary: Walk through documents (a la walk through windows)
Status: RESOLVED DUPLICATE of bug 115623
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: 2.0
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-08 20:18 UTC by John Firebaugh
Modified: 2007-12-07 16:57 UTC (History)
0 users

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 John Firebaugh 2002-03-08 20:13:11 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kate
Version:           2.0 (using KDE 2.9.0 3 (CVS >= 20020302))
Severity:          wishlist
Installed from:    compiled sources
Compiler:          gcc version 2.95.4 20011002 (Debian prerelease)
OS:                Linux (ppc) release 2.4.16-powerpc
OS/Compiler notes: 

The MDI features of Kate would be _significantly_ enhanced if it had the ability to walk through documents (i.e. push the top document down in the stacking order as many times as tab is pressed while some modifier is held) in addition to "Forward" and "Backward". In fact all MDI applications should have this functionality.

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 Evan Edwards 2002-07-31 23:34:36 UTC
    In MDI mode the loaded documents are displayed in a list on the left.  
Switching to Next/Previous loaded document should be an available action 
capable of being bound to a key combo.   I would suggest the as yet unused 
combo of Alt-PgUp and Alt-PgDown.  Personally I would prefer Control as the 
meta key but that is currently mapped to top of view and bottom of view.  
Making it a mappable action will allow users to change it to whatever they 
wish.

   When working in projects involving many files it's a real pain to have to 
use the mouse to change files...  and MDI is really nice to group together 
associated files.


-- 
Evan Edwards    evan@onepaper.com
Comment 2 Hamish Rodda 2002-09-20 18:26:14 UTC
Current CVS has implemented the commands Alt + (left or right arrow key) to 
switch between loaded documents.  However, re-arranging the list of open 
documents is not supported to my knowledge, so I'm leaving this wishlist bug 
open. 
Comment 3 Christoph Cullmann 2002-11-10 19:20:28 UTC
But I think it is fixed, as "change the stacking" seems only to mean "show it" 
Comment 4 John Firebaugh 2002-11-10 19:53:53 UTC
Wrong. 
 
Say I have three windows in order: A B C 
 
The way it works currently: 
 
Alt-right: B C A 
Alt-right, Alt-right: A B C 
Alt-right-right: C A B 
 
The way I want it to work: 
 
Alt-tab: B A C 
Alt-tab, Alt-tab: B A C 
Alt-tab-tab: C B A 
Comment 5 Christoph Cullmann 2002-11-11 22:57:21 UTC
And for what ? You want to change the current document, not the document order,  
why would you want to do that ?  
Btw., if you have time to write here, fix search ;P 
Comment 6 Christoph Cullmann 2003-02-23 21:01:04 UTC
k, close it, if somebody wants that, implement it ;) 
Comment 7 John Firebaugh 2003-02-27 09:25:08 UTC
Please don't close wishlist reports as WONTFIX unless you are actually rejecting the requested 
feature. 
Comment 8 Maciej Pilichowski 2006-03-26 15:38:41 UTC
Isn't it a duplicate of https://bugs.kde.org/show_bug.cgi?id=115623
if we are talking /as the title suggests/ about switching documents.
Comment 9 Thomas Friedrichsmeier 2007-12-07 16:57:49 UTC
Yes, it seems like bug #115623 and this are the same thing. Since 115623 has the less confusing discussion, I'll rather mark this one as the duplicate, although it is older.

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