Skip to content
  • Waqar Ahmed's avatar
    Block view creation when opening docs from cmd line · 7baf0df7
    Waqar Ahmed authored and Christoph Cullmann's avatar Christoph Cullmann committed
    It slows down the startup a lot if you open kate like:
    
    kate dir/*
    
    And even more since the urlbar.
    
    To do this, store cursor position on startup (which is the primary
    reason we create the views) and restore this position whenever a view
    for a document gets created
    7baf0df7