Bug 51033

Summary: When Kate first starts you must select a file from the File List in order to use file hot-key switching.
Product: [Applications] kate Reporter: rluhmann
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description rluhmann 2002-11-22 10:34:59 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          g++ 3.2.1 
OS:          Linux

This bug has been in Kate for a while, sorry for not reporting just though I was crazy and eventually that I'd be not the first person to report it, and I've used CVS since the 2.2 port to the then new Qt 3.

What happens is when you start Kate and it saved last session your session, meaning it will auto-load files from the last time, you can not use the hot-keys to switch the next/previous file.  If you first select a file with the mouse by clicking on it, the hot keys then work from then on.

If any more info is needed, don't be afraid contact me.
Comment 1 Hamish Rodda 2003-01-20 13:42:31 UTC
Subject: kdebase/kate/app

CVS commit by rodda: 

Fix "must select a file before Alt+Left/Right works"
Add myself to authors
Change KateFileList to use the execute() signal to honour KDE single/double
  click settings.

Needs a backport.

CCMAIL:51033-done@bugs.kde.org


  M +3 -3      katefilelist.cpp   1.14
  M +2 -1      katemain.cpp   1.37
  M +20 -14    katemainwindow.cpp   1.136
  M +1 -0      katemainwindow.h   1.53
  M +3 -2      kwritemain.cpp   1.59