Skip to content

Commit

Permalink
Committed EasyIDE application @ 2019-05-19_16:59:19
Browse files Browse the repository at this point in the history
  • Loading branch information
b3m2a1 committed May 19, 2019
1 parent c4c1c8f commit 0d7459a
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 68 deletions.
4 changes: 2 additions & 2 deletions Dependencies/BTools/Packages/Paclets/AppBuilder/Builder.m
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@
"PublishServer"->Automatic,
"MakeSite"->True,
Verbose->True
};
};s
AppPublish[app_,ops:OptionsPattern[]]:=
With[{
updatePac=TrueQ[OptionValue["UpdatePaclet"]],
Expand All @@ -1022,7 +1022,7 @@
pacletCloudPush=TrueQ[OptionValue["PushToCloud"]],
pacletServerPush=TrueQ[OptionValue["PushToServer"]],
pacletBackup=TrueQ[OptionValue["PacletBackup"]],
gitHubRelease=TrueQ[OptionValue["GitHubRelease"]],
gitHubRelease=TrueQ[OptionValue["CreateRelease"]],
verb=TrueQ@OptionValue[Verbose]
},
<|
Expand Down
10 changes: 9 additions & 1 deletion PacletInfo.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Paclet[
Name -> "EasyIDE",
Version -> "1.0.14",
Version -> "1.0.15",
Creator -> "b3m2a1 <b3m2a1@gmail.com>",
URL -> "https://github.com/b3m2a1/EasyIDE",
Description -> "An IDE for Mathematica written entirely within Mathematica",
Expand All @@ -27,6 +27,10 @@
"Resources" -> {
"Settings",
"StyleSheets",
{
"SetterStylesheets",
"Settings/Config/SetterStylesheets.wl"
},
{
"ExtensionStylesMap",
"Settings/Mappings/ExtensionStylesMap.wl"
Expand Down Expand Up @@ -107,6 +111,10 @@
"Custom",
"StyleSheets/Custom.nb"
},
{
"Config",
"Settings/Config"
},
{
"Mappings",
"Settings/Mappings"
Expand Down
14 changes: 8 additions & 6 deletions Resources/Settings/Plugins/Apps.wl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ checkboxGrid[vars:{(_:>_)..}]:=
checkboxGrid[Thread[{vars}]];


(* ::Subsubsection:: *)
(* ::Subsubsection::Closed:: *)
(*Functions*)


Expand Down Expand Up @@ -455,7 +455,7 @@ newApp[]:=
},
"SubmitAction"->
Function[
AppExecute["Configure", #Name]
IDENotebookObject@AppExecute["Configure", #Name]
]
|>
]
Expand Down Expand Up @@ -603,7 +603,7 @@ gitHubDelete=
];*)


(* ::Subsubsection::Closed:: *)
(* ::Subsubsection:: *)
(*Publish*)


Expand All @@ -622,7 +622,8 @@ publishApp[]:=
"SV"->"Push To Server",
"PI"->"Update PacletInfo",
"PS"->"Publish Server",
"RL"->"Create Release"
"RL"->"Create Release",
"MS"->"Build Paclet Server Site"
},
Appearance->"Horizontal"->{Automatic, 2}
},
Expand All @@ -631,7 +632,8 @@ publishApp[]:=
If[pushToServerFlag=!=False, "SV", Nothing],
If[updatePacletFlag=!=False, "PI", Nothing],
If[TrueQ[publishServerFlag], "PS", Nothing],
If[TrueQ[createReleaseServerFlag], "RL", Nothing]
If[TrueQ[createReleaseServerFlag], "RL", Nothing],
If[TrueQ[makeSiteFlag], "MS", Nothing]
}
|>
|>,
Expand All @@ -643,7 +645,7 @@ publishApp[]:=
updatePacletFlag=MemberQ[#Settings, "PI"];
publishServerFlag=MemberQ[#Settings, "PS"];
createReleaseServerFlag=MemberQ[#Settings, "RL"];
makeSiteFlag=False;
makeSiteFlag=MemberQ[#Settings, "MS"];
backupFlag=False;
Module[{popup, r},
popup =
Expand Down
125 changes: 66 additions & 59 deletions project/EasyIDEIDE.nb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
NotebookFileLineBreakTest
NotebookFileLineBreakTest
NotebookDataPosition[ 0, 0]
NotebookDataLength[ 9176, 241]
NotebookDataLength[ 9465, 248]
NotebookOptionsPosition[ 3430, 112]
NotebookOutlinePosition[ 7423, 214]
CellTagsIndexPosition[ 7380, 211]
NotebookOutlinePosition[ 7712, 221]
CellTagsIndexPosition[ 7669, 218]
WindowTitle->EasyIDE: EasyIDE
WindowFrame->Normal*)

Expand All @@ -16,99 +16,99 @@ Notebook[{
Cell[CellGroupData[{
Cell["This is my thing", "Section",
CellChangeTimes->{{3.767289524722431*^9,
3.7672895313063383`*^9}},ExpressionUUID->"63a14165-638d-434b-8eff-\
7f123a684090"],
3.7672895313063383`*^9}},ExpressionUUID->"1763db28-06c6-4a27-a9f0-\
badae1b60f55"],

Cell[CellGroupData[{

Cell["asdasd", "Subsection",
CellChangeTimes->{{3.7672895333061733`*^9,
3.7672895337544193`*^9}},ExpressionUUID->"15085263-244f-4c4c-925a-\
772b6d8c0213"],
3.7672895337544193`*^9}},ExpressionUUID->"8e7c8d3a-f556-41b2-aed1-\
4557b4a6b1b2"],

Cell[CellGroupData[{

Cell["sasdasdasd", "Subsubsubsection",
CellChangeTimes->{{3.767289534957653*^9,
3.76728953593812*^9}},ExpressionUUID->"4580d056-7d42-4e2f-bb32-\
43c5858aeaf2"],
3.76728953593812*^9}},ExpressionUUID->"94a41405-4550-4fd3-93d2-\
7e46e9ca799b"],

Cell[BoxData[
FormBox["asdasdasdasd", TraditionalForm]], "EquationNumbered",
CellChangeTimes->{{3.767289546917281*^9,
3.7672895479381447`*^9}},ExpressionUUID->"c897033d-dd9f-4b20-9861-\
717de57285c2"],
3.7672895479381447`*^9}},ExpressionUUID->"fb6988a6-9053-42ba-8ed0-\
53c939b3446b"],

Cell["asd", "Text",
CellChangeTimes->{{3.767289517339717*^9,
3.767289517514875*^9}},ExpressionUUID->"50103e7a-c495-495a-8c07-\
08db40051023"],
3.767289517514875*^9}},ExpressionUUID->"c26cc325-96b1-40b2-ad2d-\
67a4a8fc50a0"],

Cell["sdasdasdasd", "Text",
CellChangeTimes->{{3.767289548181476*^9,
3.7672895490255203`*^9}},ExpressionUUID->"73727ef7-6dce-459c-be59-\
2675872f7e92"],
3.7672895490255203`*^9}},ExpressionUUID->"1213e8d2-74d1-4062-9fe1-\
c053cedf3231"],

Cell[BoxData[
FormBox["asdasdasd", TraditionalForm]], "EquationNumbered",
CellChangeTimes->{{3.7672895501148357`*^9,
3.767289550785236*^9}},ExpressionUUID->"f84ab973-54e2-4847-9bb5-\
241b5741efe5"],
3.767289550785236*^9}},ExpressionUUID->"dc69b46a-2eee-4ad8-9044-\
61baa5abc11f"],

Cell["asdasdas", "Text",
CellChangeTimes->{{3.767294201158804*^9,
3.767294201803524*^9}},ExpressionUUID->"3fdb9c54-013b-40b9-9f15-\
538a276ec350"],
3.767294201803524*^9}},ExpressionUUID->"8c3133de-d899-4307-a378-\
646e04e66ed4"],

Cell["asdasdasd", "Text",
CellChangeTimes->{{3.7672942020048323`*^9,
3.7672942026444674`*^9}},ExpressionUUID->"5c7950f1-f781-45a7-a1f2-\
5d6544f8d577"],
3.7672942026444674`*^9}},ExpressionUUID->"05b2611d-9859-46d4-8dc5-\
04321efd5231"],

Cell[BoxData["sdasdasdasdasd"], "Code",
CellChangeTimes->{{3.767294202861023*^9,
3.7672942044603357`*^9}},ExpressionUUID->"51826b49-8c11-4b56-86f7-\
de93d0a9701f"],
3.7672942044603357`*^9}},ExpressionUUID->"a554b3f1-19cc-4f4e-8748-\
169bf272758b"],

Cell[BoxData["sdasdasdasd"], "Input",
CellChangeTimes->{{3.767294204733306*^9,
3.7672942058123093`*^9}},ExpressionUUID->"aad516d4-8559-493b-9473-\
1b950b2297f9"],
3.7672942058123093`*^9}},ExpressionUUID->"7b9020f1-15f1-438a-93ed-\
7fde6d9c7742"],

Cell[BoxData[
FormBox["asdasd", TraditionalForm]], "EquationNumbered",
CellChangeTimes->{{3.767294207220566*^9,
3.767294207619611*^9}},ExpressionUUID->"76d3f9d3-8969-413b-aadb-\
255bdee3318b"],
3.767294207619611*^9}},ExpressionUUID->"c1497931-a918-4520-b433-\
025aa79e72f1"],

Cell[BoxData[
FormBox["asdasd", TraditionalForm]], "Equation",
CellChangeTimes->{{3.767294208732155*^9,
3.7672942091398487`*^9}},ExpressionUUID->"2d749872-36d2-49ce-a270-\
65678a61366d"]
3.7672942091398487`*^9}},ExpressionUUID->"10623e58-9dcf-4c7f-a1ff-\
e416a1aa6c64"]
}, Open ]],

Cell["asdasdasd", "Subsubsubsection",
CellChangeTimes->{{3.767294210903309*^9,
3.767294211755501*^9}},ExpressionUUID->"f84826bb-9fcf-4f06-992e-\
118c1bbe0906"],
3.767294211755501*^9}},ExpressionUUID->"8400bf2b-b142-4a68-836a-\
4206872384c3"],

Cell["asdasd", "Subsubsection",
CellChangeTimes->{{3.767294212772056*^9,
3.7672942131560183`*^9}},ExpressionUUID->"13b6df31-c255-48ec-b238-\
0063512688f5"]
3.7672942131560183`*^9}},ExpressionUUID->"717dd7a7-664c-4f05-9e86-\
ab9218fd5ae1"]
}, Open ]],

Cell["asdasd", "Subsection",
CellChangeTimes->{{3.7672942146386843`*^9,
3.767294215019158*^9}},ExpressionUUID->"8d2b25f8-339e-43a3-88b7-\
6003a0884250"]
3.767294215019158*^9}},ExpressionUUID->"8915aa1f-f9fb-45bd-8b9c-\
d98cdf444c06"]
}, Open ]],

Cell["asdasd", "Section",
CellChangeTimes->{{3.76729421589205*^9,
3.7672942162919693`*^9}},ExpressionUUID->"d556e14c-5f2c-4da8-b4ec-\
113efecb6b9b"]
3.7672942162919693`*^9}},ExpressionUUID->"9a09b550-4050-49ce-8ff0-\
56c27be6f4cc"]
},
NotebookEventActions->{{"MenuCommand", "Save"} :>
EasyIDE`Notebooks`Manipulation`IDESave[
Expand All @@ -118,7 +118,7 @@ NotebookEventActions->{{"MenuCommand", "Save"} :>
EvaluationNotebook[]]), PassEventsDown -> True, EvaluationOrder -> After},
Selectable->True,
WindowSize->{884, 781},
WindowMargins->{{85, Automatic}, {Automatic, 0}},
WindowMargins->{{Automatic, 198}, {Automatic, 0}},
WindowTitle->"EasyIDE: EasyIDE",
TaggingRules->{
"IndentCharacter" -> " ",
Expand Down Expand Up @@ -162,8 +162,12 @@ Plugins.nb", "Modified" -> False},
"scratch" -> {
"File" ->
"/Users/Mark/Documents/Wolfram \
Mathematica/Applications/EasyIDE/.scratch/scratch.nb", "Modified" -> False}},
"FileViewer" -> {"Visible" -> False},
Mathematica/Applications/EasyIDE/.scratch/scratch.nb", "Modified" -> False},
"Apps" -> {
"File" ->
"/Users/Mark/Documents/Wolfram \
Mathematica/Applications/EasyIDE/Resources/Settings/Plugins/Apps.wl",
"Modified" -> False}}, "FileViewer" -> {"Visible" -> False},
"Toolbars" -> {
"Column" -> None, "Tags" -> {},
"Cells" -> {
Expand All @@ -183,14 +187,17 @@ Mathematica/Applications/EasyIDE/.scratch/scratch.nb", "Modified" -> False}},
False, "SavingAction" -> None, "MainStyleName" -> "DarkGUI",
"BaseStyleName" -> "LightMode",
"Styles" -> {
"UnthemedStylesheet" -> None, "StyleSheet" -> "Book/Textbook", "Theme" ->
"DarkGUI"}}, "Bugs" -> {"SearchInterface" -> {"SearchText" -> ""}},
"UnthemedStylesheet" -> "Book/Textbook", "StyleSheet" ->
FrontEnd`FileName[{"EasyIDE", "Extensions", "DarkGUI", "Book"},
"Textbook.nb"], "Theme" -> "DarkGUI"}},
"Bugs" -> {"SearchInterface" -> {"SearchText" -> ""}},
"UUIDButtons" -> {
"Active" -> {
"Button-89ffd2c3-ec41-4179-a9b1-8e28670bca2c" -> False,
"Button-ca46e5e0-4fd1-47e8-8cf6-72998922b757" -> False,
"Button-a6d68254-3684-4d32-83fc-e5ef6f443930" -> False,
"Button-218b63f2-ff44-42ce-90ef-7f03f91452c9" -> False}}},
DynamicUpdating->Automatic,
FrontEndVersion->"12.0 for Mac OS X x86 (64-bit) (April 8, 2019)",
StyleDefinitions->Notebook[{
Cell[
Expand All @@ -214,28 +221,28 @@ CellTagsIndex->{}
(*NotebookFileOutline
Notebook[{
Cell[CellGroupData[{
Cell[452, 16, 163, 3, 55, "Section",ExpressionUUID->"63a14165-638d-434b-8eff-7f123a684090"],
Cell[452, 16, 163, 3, 55, "Section",ExpressionUUID->"1763db28-06c6-4a27-a9f0-badae1b60f55"],
Cell[CellGroupData[{
Cell[640, 23, 158, 3, 32, "Subsection",ExpressionUUID->"15085263-244f-4c4c-925a-772b6d8c0213"],
Cell[640, 23, 158, 3, 32, "Subsection",ExpressionUUID->"8e7c8d3a-f556-41b2-aed1-4557b4a6b1b2"],
Cell[CellGroupData[{
Cell[823, 30, 163, 3, 18, "Subsubsubsection",ExpressionUUID->"4580d056-7d42-4e2f-bb32-43c5858aeaf2"],
Cell[989, 35, 205, 4, 26, "EquationNumbered",ExpressionUUID->"c897033d-dd9f-4b20-9861-717de57285c2"],
Cell[1197, 41, 145, 3, 20, "Text",ExpressionUUID->"50103e7a-c495-495a-8c07-08db40051023"],
Cell[1345, 46, 155, 3, 20, "Text",ExpressionUUID->"73727ef7-6dce-459c-be59-2675872f7e92"],
Cell[1503, 51, 202, 4, 26, "EquationNumbered",ExpressionUUID->"f84ab973-54e2-4847-9bb5-241b5741efe5"],
Cell[1708, 57, 150, 3, 20, "Text",ExpressionUUID->"3fdb9c54-013b-40b9-9f15-538a276ec350"],
Cell[1861, 62, 155, 3, 20, "Text",ExpressionUUID->"5c7950f1-f781-45a7-a1f2-5d6544f8d577"],
Cell[2019, 67, 167, 3, 52, "Code",ExpressionUUID->"51826b49-8c11-4b56-86f7-de93d0a9701f"],
Cell[2189, 72, 165, 3, 30, "Input",ExpressionUUID->"aad516d4-8559-493b-9473-1b950b2297f9"],
Cell[2357, 77, 197, 4, 26, "EquationNumbered",ExpressionUUID->"76d3f9d3-8969-413b-aadb-255bdee3318b"],
Cell[2557, 83, 191, 4, 26, "Equation",ExpressionUUID->"2d749872-36d2-49ce-a270-65678a61366d"]
Cell[823, 30, 163, 3, 18, "Subsubsubsection",ExpressionUUID->"94a41405-4550-4fd3-93d2-7e46e9ca799b"],
Cell[989, 35, 205, 4, 26, "EquationNumbered",ExpressionUUID->"fb6988a6-9053-42ba-8ed0-53c939b3446b"],
Cell[1197, 41, 145, 3, 20, "Text",ExpressionUUID->"c26cc325-96b1-40b2-ad2d-67a4a8fc50a0"],
Cell[1345, 46, 155, 3, 20, "Text",ExpressionUUID->"1213e8d2-74d1-4062-9fe1-c053cedf3231"],
Cell[1503, 51, 202, 4, 26, "EquationNumbered",ExpressionUUID->"dc69b46a-2eee-4ad8-9044-61baa5abc11f"],
Cell[1708, 57, 150, 3, 20, "Text",ExpressionUUID->"8c3133de-d899-4307-a378-646e04e66ed4"],
Cell[1861, 62, 155, 3, 20, "Text",ExpressionUUID->"05b2611d-9859-46d4-8dc5-04321efd5231"],
Cell[2019, 67, 167, 3, 52, "Code",ExpressionUUID->"a554b3f1-19cc-4f4e-8748-169bf272758b"],
Cell[2189, 72, 165, 3, 30, "Input",ExpressionUUID->"7b9020f1-15f1-438a-93ed-7fde6d9c7742"],
Cell[2357, 77, 197, 4, 26, "EquationNumbered",ExpressionUUID->"c1497931-a918-4520-b433-025aa79e72f1"],
Cell[2557, 83, 191, 4, 26, "Equation",ExpressionUUID->"10623e58-9dcf-4c7f-a1ff-e416a1aa6c64"]
}, Open ]],
Cell[2763, 90, 163, 3, 18, "Subsubsubsection",ExpressionUUID->"f84826bb-9fcf-4f06-992e-118c1bbe0906"],
Cell[2929, 95, 159, 3, 18, "Subsubsection",ExpressionUUID->"13b6df31-c255-48ec-b238-0063512688f5"]
Cell[2763, 90, 163, 3, 18, "Subsubsubsection",ExpressionUUID->"8400bf2b-b142-4a68-836a-4206872384c3"],
Cell[2929, 95, 159, 3, 18, "Subsubsection",ExpressionUUID->"717dd7a7-664c-4f05-9e86-ab9218fd5ae1"]
}, Open ]],
Cell[3103, 101, 156, 3, 32, "Subsection",ExpressionUUID->"8d2b25f8-339e-43a3-88b7-6003a0884250"]
Cell[3103, 101, 156, 3, 32, "Subsection",ExpressionUUID->"8915aa1f-f9fb-45bd-8b9c-d98cdf444c06"]
}, Open ]],
Cell[3274, 107, 152, 3, 55, "Section",ExpressionUUID->"d556e14c-5f2c-4da8-b4ec-113efecb6b9b"]
Cell[3274, 107, 152, 3, 55, "Section",ExpressionUUID->"9a09b550-4050-49ce-8ff0-56c27be6f4cc"]
}
]
*)
Expand Down

0 comments on commit 0d7459a

Please sign in to comment.