Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plugin-Scripting
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
Plugin-Scripting
Compare Revisions
e15c32c1b066593a048cd9bb0e64038adf3c09e2...6dbd377a4b2a8191d98812789919d59f6bf7431d
Source
6dbd377a4b2a8191d98812789919d59f6bf7431d
Select Git revision
...
Target
e15c32c1b066593a048cd9bb0e64038adf3c09e2
Select Git revision
Compare
Commits (1)
Removed old svn header
· 6dbd377a
Jan Möbius
authored
Jan 09, 2019
6dbd377a
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"
...
...