mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Implemented UIConsole. Some various minor fixes.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE QtCreatorProject>
|
||||
<!-- Written by QtCreator 7.0.2, 2022-07-13T01:02:32. -->
|
||||
<!-- Written by QtCreator 7.0.2, 2022-07-16T02:30:18. -->
|
||||
<qtcreator>
|
||||
<data>
|
||||
<variable>EnvironmentId</variable>
|
||||
@@ -109,7 +109,7 @@
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{388e5431-b31b-42b3-b9ad-9002d279d75d}</value>
|
||||
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">10</value>
|
||||
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
|
||||
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">20</value>
|
||||
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">16</value>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
|
||||
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">../../make/linux</value>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
../../README.md
|
||||
../../TODO.md
|
||||
../../bin/assets/colorschemes/colorschemes.conf
|
||||
../../bin/assets/colorschemes/terminalcolorschemes.conf
|
||||
../../bin/assets/ee.ini
|
||||
../../bin/assets/plugins/formatters.json
|
||||
../../bin/assets/plugins/linters.json
|
||||
@@ -358,6 +359,7 @@
|
||||
../../include/eepp/ui/uicheckbox.hpp
|
||||
../../include/eepp/ui/uicodeeditor.hpp
|
||||
../../include/eepp/ui/uicombobox.hpp
|
||||
../../include/eepp/ui/uiconsole.hpp
|
||||
../../include/eepp/ui/uidropdownlist.hpp
|
||||
../../include/eepp/ui/uieventdispatcher.hpp
|
||||
../../include/eepp/ui/uifiledialog.hpp
|
||||
@@ -840,6 +842,7 @@
|
||||
../../src/eepp/ui/uicheckbox.cpp
|
||||
../../src/eepp/ui/uicodeeditor.cpp
|
||||
../../src/eepp/ui/uicombobox.cpp
|
||||
../../src/eepp/ui/uiconsole.cpp
|
||||
../../src/eepp/ui/uidropdownlist.cpp
|
||||
../../src/eepp/ui/uieventdispatcher.cpp
|
||||
../../src/eepp/ui/uifiledialog.cpp
|
||||
|
||||
Reference in New Issue
Block a user