This commit is contained in:
Igor Timofeev 2017-01-18 00:48:17 +03:00
parent 2f1e3bc03f
commit 8910a5b7ba
6 changed files with 22 additions and 19 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -509,6 +509,26 @@
version=1.00,
},
----------------------------------------------------- Приложения --------------------------------------------------------------------------
{
name="MineOS/Applications/MineCode IDE",
url="IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/MineCodeIDE.lua",
about="IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/About/",
type="Application",
icon="IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Icon.pic",
createShortcut="dock",
forceDownload=true,
version=1.34,
resources={
{
name="Localization/Russian.lang",
url="IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Localization/Russian.lang"
},
{
name="Localization/English.lang",
url="IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Localization/English.lang"
},
}
},
{
name="MineOS/Applications/OCGLTest",
url="IgorTimofeev/OpenComputers/master/Applications/OCGLTest/OCGLTest.lua",
@ -879,25 +899,6 @@
createShortcut="desktop",
version=1.02,
},
{
name="MineOS/Applications/MineCode IDE",
url="IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/MineCodeIDE.lua",
type="Application",
icon="IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Icon.pic",
createShortcut="dock",
forceDownload=true,
version=1.33,
resources={
{
name="Localization/Russian.lang",
url="IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Localization/Russian.lang"
},
{
name="Localization/English.lang",
url="IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Localization/English.lang"
},
}
},
{
name="MineOS/Applications/Battleship",
url="IgorTimofeev/OpenComputers/master/Applications/Battleship/Battleship.lua",

BIN
Applications/.DS_Store vendored

Binary file not shown.

View File

@ -0,0 +1 @@
MineCode IDE - это мощный инстурмент для разработки красивейших приложений с богатым функционалом: от подсветки синтаксиса Lua, выделения текста и работы с буфером обмена до поддержки пользовательских цветовых схем. Удобный файловый менеджер также прилагается.

View File

@ -0,0 +1 @@
MineCode IDE is a powerful tool for developing any app you want. It supports Lua syntax highlighting, text selection and copy/pasting, user-defined color schemes and beautiful integrated file manager.

Binary file not shown.