Kate
#include "config.h"
#include "kateswapfile.h"
#include "kateconfig.h"
#include "kateswapdiffcreator.h"
#include "kateundomanager.h"
#include <ktexteditor/view.h>
#include <kde_file.h>
#include <klocale.h>
#include <kicon.h>
#include <kstandardguiitem.h>
#include <QFileInfo>
#include <QDir>
#include <QApplication>
Go to the source code of this file.
  
  | 
        
          | const qint8 EA_FinishEditing = 'E' |  | static | 
 
 
  
  | 
        
          | const qint8 EA_InsertText = 'I' |  | static | 
 
 
  
  | 
        
          | const qint8 EA_RemoveText = 'R' |  | static | 
 
 
  
  | 
        
          | const qint8 EA_StartEditing = 'S' |  | static | 
 
 
  
  | 
        
          | const qint8 EA_UnwrapLine = 'U' |  | static | 
 
 
  
  | 
        
          | const qint8 EA_WrapLine = 'W' |  | static | 
 
 
  
  | 
        
          | const char* const swapFileVersionString = "Kate Swap File 2.0" |  | static | 
 
 
 
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:00 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.