Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
39d04752
Commit
39d04752
authored
Jul 13, 2020
by
Laurent Montel
😁
Browse files
Use camelcase includes (scripted)
parent
a061d2b7
Changes
78
Hide whitespace changes
Inline
Side-by-side
addons/backtracebrowser/katebacktracebrowser.cpp
View file @
39d04752
...
...
@@ -24,11 +24,11 @@
#include <KConfigGroup>
#include <KLineEdit>
#include <
ka
bout
d
ata
.h
>
#include <
kl
ocalized
s
tring
.h
> // i18n
#include <
kp
lugin
f
actory
.h
>
#include <
kp
lugin
l
oader
.h
>
#include <
ks
hared
c
onfig
.h
>
#include <
KA
bout
D
ata>
#include <
KL
ocalized
S
tring> // i18n
#include <
KP
lugin
F
actory>
#include <
KP
lugin
L
oader>
#include <
KS
hared
C
onfig>
#include <ktexteditor/view.h>
#include <QClipboard>
...
...
addons/close-except-like/close_confirm_dialog.h
View file @
39d04752
...
...
@@ -36,7 +36,7 @@
#include <QList>
#include <QTreeWidget>
#include <QTreeWidgetItem>
#include <
kw
indow
c
onfig
.h
>
#include <
KW
indow
C
onfig>
namespace
kate
{
...
...
addons/filebrowser/katebookmarkhandler.cpp
View file @
39d04752
...
...
@@ -22,7 +22,7 @@
#include "katebookmarkhandler.h"
#include "katefilebrowser.h"
#include <
kd
ir
o
perator
.h
>
#include <
KD
ir
O
perator>
#include <QMenu>
#include <QStandardPaths>
...
...
addons/filebrowser/katebookmarkhandler.h
View file @
39d04752
...
...
@@ -22,8 +22,8 @@
#ifndef KATE_BOOKMARK_HANDLER_H
#define KATE_BOOKMARK_HANDLER_H
#include <
kb
ookmark
m
anager
.h
>
#include <
kb
ookmark
m
enu
.h
>
#include <
KB
ookmark
M
anager>
#include <
KB
ookmark
M
enu>
class
KateFileBrowser
;
class
QMenu
;
...
...
addons/gdbplugin/configview.cpp
View file @
39d04752
...
...
@@ -33,8 +33,8 @@
#include <KTextEditor/Document>
#include <KTextEditor/View>
#include <
kl
ocalized
s
tring
.h
>
#include <
km
essage
b
ox
.h
>
#include <
KL
ocalized
S
tring>
#include <
KM
essage
B
ox>
#ifdef WIN32
static
const
QLatin1Char
pathSeparator
(
';'
);
...
...
addons/gdbplugin/configview.h
View file @
39d04752
...
...
@@ -38,9 +38,9 @@
#include <QList>
#include <KTextEditor/MainWindow>
#include <
ka
ction
c
ollection
.h
>
#include <
kc
onfig
g
roup
.h
>
#include <
ks
elect
a
ction
.h
>
#include <
KA
ction
C
ollection>
#include <
KC
onfig
G
roup>
#include <
KS
elect
A
ction>
struct
GDBTargetConf
{
QString
executable
;
...
...
addons/gdbplugin/debugview.cpp
View file @
39d04752
...
...
@@ -27,9 +27,9 @@
#include <QRegularExpression>
#include <QTimer>
#include <
kl
ocalized
s
tring
.h
>
#include <
km
essage
b
ox
.h
>
#include <
ku
rl
r
equester
.h
>
#include <
KL
ocalized
S
tring>
#include <
KM
essage
B
ox>
#include <
KU
rl
R
equester>
#include <signal.h>
#include <stdlib.h>
...
...
addons/gdbplugin/ioview.cpp
View file @
39d04752
...
...
@@ -32,8 +32,8 @@
#include <QTextEdit>
#include <QVBoxLayout>
#include <
kc
olor
s
cheme
.h
>
#include <
kr
andom
.h
>
#include <
KC
olor
S
cheme>
#include <
KR
andom>
#include <fcntl.h>
#include <sys/stat.h>
...
...
addons/gdbplugin/localsview.cpp
View file @
39d04752
...
...
@@ -20,7 +20,7 @@
#include "localsview.h"
#include <QDebug>
#include <QLabel>
#include <
kl
ocalized
s
tring
.h
>
#include <
KL
ocalized
S
tring>
LocalsView
::
LocalsView
(
QWidget
*
parent
)
:
QTreeWidget
(
parent
)
...
...
addons/gdbplugin/plugin_kategdb.cpp
View file @
39d04752
...
...
@@ -39,12 +39,12 @@
#include <QAction>
#include <QMenu>
#include <
ka
bout
d
ata
.h
>
#include <
kc
olor
s
cheme
.h
>
#include <
kh
istory
c
ombo
b
ox
.h
>
#include <
kl
ocalized
s
tring
.h
>
#include <
kp
lugin
f
actory
.h
>
#include <
kp
lugin
l
oader
.h
>
#include <
KA
bout
D
ata>
#include <
KC
olor
S
cheme>
#include <
KH
istory
C
ombo
B
ox>
#include <
KL
ocalized
S
tring>
#include <
KP
lugin
F
actory>
#include <
KP
lugin
L
oader>
#include <ktexteditor/document.h>
#include <ktexteditor/editor.h>
...
...
addons/kate-ctags/ctagskinds.cpp
View file @
39d04752
...
...
@@ -11,7 +11,7 @@
#include "ctagskinds.h"
#include <
kl
ocalized
s
tring
.h
>
#include <
KL
ocalized
S
tring>
struct
CTagsKindMapping
{
char
abbrev
;
...
...
addons/kate-ctags/ctagskinds.h
View file @
39d04752
...
...
@@ -12,7 +12,7 @@
#ifndef CTAGSKINDS_H
#define CTAGSKINDS_H
#include <
qs
tring
.h
>
#include <
QS
tring>
class
CTagsKinds
{
...
...
addons/kate-ctags/kate_ctags_plugin.cpp
View file @
39d04752
...
...
@@ -28,15 +28,15 @@
#include <KConfigGroup>
#include <KSharedConfig>
#include <
ka
ction
c
ollection
.h
>
#include <
kl
ocalized
s
tring
.h
>
#include <
km
essage
b
ox
.h
>
#include <
ks
tring
h
andler
.h
>
#include <
KA
ction
C
ollection>
#include <
KL
ocalized
S
tring>
#include <
KM
essage
B
ox>
#include <
KS
tring
H
andler>
#include <ktexteditor/editor.h>
#include <
ka
bout
d
ata
.h
>
#include <
kp
lugin
f
actory
.h
>
#include <
kp
lugin
l
oader
.h
>
#include <
KA
bout
D
ata>
#include <
KP
lugin
F
actory>
#include <
KP
lugin
L
oader>
K_PLUGIN_FACTORY_WITH_JSON
(
KateCTagsPluginFactory
,
"katectagsplugin.json"
,
registerPlugin
<
KateCTagsPlugin
>
();)
...
...
addons/kate-ctags/kate_ctags_view.cpp
View file @
39d04752
...
...
@@ -33,9 +33,9 @@
#include <QMenu>
#include <QStandardPaths>
#include <
kl
ocalized
s
tring
.h
>
#include <
km
essage
b
ox
.h
>
#include <
ks
tring
h
andler
.h
>
#include <
KL
ocalized
S
tring>
#include <
KM
essage
B
ox>
#include <
KS
tring
H
andler>
/******************************************************************/
KateCTagsView
::
KateCTagsView
(
KTextEditor
::
Plugin
*
plugin
,
KTextEditor
::
MainWindow
*
mainWin
)
...
...
addons/katebuild-plugin/TargetHtmlDelegate.cpp
View file @
39d04752
...
...
@@ -30,7 +30,7 @@
#include <QTextCharFormat>
#include <QTextDocument>
#include <QToolButton>
#include <
kl
ocalized
s
tring
.h
>
#include <
KL
ocalized
S
tring>
#include "UrlInserter.h"
...
...
addons/katebuild-plugin/TargetModel.cpp
View file @
39d04752
...
...
@@ -21,7 +21,7 @@
#include "TargetModel.h"
#include <QDebug>
#include <QTimer>
#include <
kl
ocalized
s
tring
.h
>
#include <
KL
ocalized
S
tring>
TargetModel
::
TargetSet
::
TargetSet
(
const
QString
&
_name
,
const
QString
&
_dir
)
:
name
(
_name
)
...
...
addons/katebuild-plugin/UrlInserter.cpp
View file @
39d04752
...
...
@@ -26,7 +26,7 @@
#include <QFileInfo>
#include <QHBoxLayout>
#include <QIcon>
#include <
kl
ocalized
s
tring
.h
>
#include <
KL
ocalized
S
tring>
UrlInserter
::
UrlInserter
(
const
QUrl
&
startUrl
,
QWidget
*
parent
)
:
QWidget
(
parent
)
...
...
addons/katebuild-plugin/plugin_katebuild.cpp
View file @
39d04752
...
...
@@ -46,12 +46,12 @@
#include <KTextEditor/Application>
#include <KXMLGUIFactory>
#include <
km
essage
b
ox
.h
>
#include <
KM
essage
B
ox>
#include <
ka
bout
d
ata
.h
>
#include <
kl
ocalized
s
tring
.h
>
#include <
kp
lugin
f
actory
.h
>
#include <
kp
lugin
l
oader
.h
>
#include <
KA
bout
D
ata>
#include <
KL
ocalized
S
tring>
#include <
KP
lugin
F
actory>
#include <
KP
lugin
L
oader>
#include <ktexteditor/markinterface.h>
#include <ktexteditor/movinginterface.h>
...
...
addons/katebuild-plugin/targets.cpp
View file @
39d04752
...
...
@@ -22,7 +22,7 @@
#include <QEvent>
#include <QIcon>
#include <QKeyEvent>
#include <
kl
ocalized
s
tring
.h
>
#include <
KL
ocalized
S
tring>
TargetsUi
::
TargetsUi
(
QObject
*
view
,
QWidget
*
parent
)
:
QWidget
(
parent
)
...
...
addons/katesql/cachedsqlquerymodel.h
View file @
39d04752
...
...
@@ -19,9 +19,9 @@ Boston, MA 02110-1301, USA.
#ifndef CACHEDSQLQUERYMODEL_H
#define CACHEDSQLQUERYMODEL_H
#include <
qc
ontiguous
c
ache
.h
>
#include <
qs
ql
q
uery
m
odel
.h
>
#include <
qs
ql
r
ecord
.h
>
#include <
QC
ontiguous
C
ache>
#include <
QS
ql
Q
uery
M
odel>
#include <
QS
ql
R
ecord>
class
CachedSqlQueryModel
:
public
QSqlQueryModel
{
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment