Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-Scripting
Commits
6dbd377a
Commit
6dbd377a
authored
Jan 09, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed old svn header
parent
e15c32c1
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
56 deletions
+8
-56
ScriptingPlugin.cc
ScriptingPlugin.cc
+1
-7
ScriptingPlugin.hh
ScriptingPlugin.hh
+1
-7
widgets/FunctionList.cc
widgets/FunctionList.cc
+1
-7
widgets/codeeditor.cc
widgets/codeeditor.cc
+1
-7
widgets/codeeditor.hh
widgets/codeeditor.hh
+1
-7
widgets/highLighter.cc
widgets/highLighter.cc
+1
-7
widgets/highLighter.hh
widgets/highLighter.hh
+1
-7
widgets/scriptingWidget.cc
widgets/scriptingWidget.cc
+1
-7
No files found.
ScriptingPlugin.cc
View file @
6dbd377a
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "ScriptingPlugin.hh"
...
...
ScriptingPlugin.hh
View file @
6dbd377a
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef SCRIPTINGPLUGIN_HH
#define SCRIPTINGPLUGIN_HH
...
...
widgets/FunctionList.cc
View file @
6dbd377a
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "FunctionList.hh"
...
...
widgets/codeeditor.cc
View file @
6dbd377a
...
...
@@ -40,13 +40,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include <QtWidgets>
...
...
widgets/codeeditor.hh
View file @
6dbd377a
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef CODEEDITORWIDGET_HH
#define CODEEDITORWIDGET_HH
...
...
widgets/highLighter.cc
View file @
6dbd377a
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include <QtWidgets>
...
...
widgets/highLighter.hh
View file @
6dbd377a
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef HIGHLIGHTER_H
#define HIGHLIGHTER_H
...
...
widgets/scriptingWidget.cc
View file @
6dbd377a
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "scriptingWidget.hh"
...
...
Write
Preview
Markdown
is supported
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