Skip to content

Commit

Permalink
text cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Apr 11, 2019
1 parent 16501af commit 1164796
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ but also multifile, recursive, etc. scripts.
SAC has:
- Powerful optimizer;
- Multifile scripts;
- Dynamic lib's;
- Abylity to precompil multifile scripts to single binary file;
- Operators that allows for non-linear scripts (like Call[If] ).

---
Expand Down
2 changes: 1 addition & 1 deletion src/Lang/EN/#CompArgs.lang
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RunWithNewArgs =Run
But you can copy command that includes !conf, for feture use

!debug descr =\
*idk what this shoud do, so, reserved*
*reserved*

!lib_m descr =\
lib mode\
Expand Down
3 changes: 2 additions & 1 deletion src/Lang/EN/#SAC.lang
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ NoLibHelp =\
You can also specify arguments, after .sac file name\
Here is list of them:\
"!conf" - will start program to help add arguments\
"!debug" - will start script with debug (slower, but more info)\
"!lib_m" - script wouldn't start executing, but this would allow you to save multifile script to single .sac file\
"!susp" - in this (suppressed) mode clicker command's aren't influencing keyboard and mouse, usefull for debug\
Thats all for now, press Enter to exit

LibView|CurrLib =Folder: "{0}"
Expand Down
12 changes: 6 additions & 6 deletions src/Lang/RU/#CompArgs.lang
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RunWithNewArgs =Запустить
Но вы можете скопировать программу содержащую !conf, для дальнейшего использования

!debug descr =\
*я пока не знаю что сделаю с этим, пока что оно не работает*
*зарезервировано*

!lib_m descr =\
lib mode - режим генерации библиотеки\
Expand All @@ -19,9 +19,9 @@ RunWithNewArgs =Запустить
Тогда весь код из библиотеки попадёт в скрипт к которому вы её прикрепили

!supr descr =\
supressed mode\
In this mode - all the clicker command's, Susp and Halt are supressed\
You can't send nor resive key/mouse event's\
But if you try to send event - it would save, so you can read it later\
Usefull for debug
изолированный (supressed) режим\
В этом режиме - все команды-кликеры а так же Susp и Halt изолированы\
Вы не сможете посылать и получать эвенты клавиатуры и мышки\
Но если вы пошлёте какой то эвент - он сохранится, так что всё сможете получить его позже\
Полезно для дебага

3 changes: 2 additions & 1 deletion src/Lang/RU/#SAC.lang
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ NoLibHelp =\
Вы так же можете указать параметры, после имени .sac файла\
Вот список допустимых параметров:\
"!conf" - запустит программу которая поможет разобраться с параметрами\
"!debug" - запустит скрипт в debug-режиме (медленнее, но больше информации об ошибках)\
"!lib_m" - не запустит скрипт, но позволит объеденить все файлы данного скрипта в 1 .sac файл\
"!susp" - в этом режиме команды-кликеры не будут двигать мышку и нажимать кнопки, полезно для дебага\
Пока что это всё, нажмите Enter для выхода

CanNotParseBoolArg =Не получается преобразовать "{0}" в True или False
Expand Down
1 change: 0 additions & 1 deletion src/StmParser.pas
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@


//ToDo Контекст ошибок
//ToDo Сделать выбор файла куда компилировать в !lib_m
//ToDo тесты для всех программ из справки

//ToDo а как будет работать получение относительного пути, если при подключении файла указать название диска?
Expand Down

0 comments on commit 1164796

Please sign in to comment.