Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-Scripting
Commits
e15c32c1
Commit
e15c32c1
authored
Dec 19, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extra dir for widgets
parent
ceb02024
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
6 additions
and
5 deletions
+6
-5
CMakeLists.txt
CMakeLists.txt
+2
-1
ScriptingPlugin.hh
ScriptingPlugin.hh
+2
-2
widgets/FunctionList.cc
widgets/FunctionList.cc
+0
-0
widgets/FunctionList.hh
widgets/FunctionList.hh
+0
-0
widgets/codeeditor.cc
widgets/codeeditor.cc
+0
-0
widgets/codeeditor.hh
widgets/codeeditor.hh
+0
-0
widgets/highLighter.cc
widgets/highLighter.cc
+0
-0
widgets/highLighter.hh
widgets/highLighter.hh
+0
-0
widgets/scriptingWidget.cc
widgets/scriptingWidget.cc
+0
-0
widgets/scriptingWidget.hh
widgets/scriptingWidget.hh
+0
-0
widgets/scriptingWidget.ui
widgets/scriptingWidget.ui
+2
-2
No files found.
CMakeLists.txt
View file @
e15c32c1
...
...
@@ -10,4 +10,5 @@ endif()
include
(
plugin
)
openflipper_plugin
(
TRANSLATION_LANGUAGES de_DE
INSTALLDATA Icons
)
INSTALLDATA Icons
DIRS widgets
)
ScriptingPlugin.hh
View file @
e15c32c1
...
...
@@ -62,8 +62,8 @@
#include <QtScriptTools/QScriptEngineDebugger>
#endif
#include "highLighter.hh"
#include "scriptingWidget.hh"
#include "
widgets/
highLighter.hh"
#include "
widgets/
scriptingWidget.hh"
#include <QObject>
#include <QMenuBar>
...
...
FunctionList.cc
→
widgets/
FunctionList.cc
View file @
e15c32c1
File moved
FunctionList.hh
→
widgets/
FunctionList.hh
View file @
e15c32c1
File moved
codeeditor.cc
→
widgets/
codeeditor.cc
View file @
e15c32c1
File moved
codeeditor.hh
→
widgets/
codeeditor.hh
View file @
e15c32c1
File moved
highLighter.cc
→
widgets/
highLighter.cc
View file @
e15c32c1
File moved
highLighter.hh
→
widgets/
highLighter.hh
View file @
e15c32c1
File moved
scriptingWidget.cc
→
widgets/
scriptingWidget.cc
View file @
e15c32c1
File moved
scriptingWidget.hh
→
widgets/
scriptingWidget.hh
View file @
e15c32c1
File moved
scriptingWidget.ui
→
widgets/
scriptingWidget.ui
View file @
e15c32c1
...
...
@@ -174,12 +174,12 @@
<customwidget>
<class>
FunctionList
</class>
<extends>
QListWidget
</extends>
<header>
FunctionList.hh
</header>
<header>
widgets/
FunctionList.hh
</header>
</customwidget>
<customwidget>
<class>
CodeEditorWidget
</class>
<extends>
QTextEdit
</extends>
<header>
codeeditor.hh
</header>
<header>
widgets/
codeeditor.hh
</header>
</customwidget>
</customwidgets>
<resources/>
...
...
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