Skip to content

Commit

Permalink
v1.0.5b2
Browse files Browse the repository at this point in the history
  • Loading branch information
aplsimple committed Oct 20, 2021
1 parent 5d731c9 commit 6d6ef21
Show file tree
Hide file tree
Showing 41 changed files with 1,088 additions and 298 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@

Version `1.0.5 (30 Oct'21)`

- TODO : BUGFIX: demo 2.Units: favorites not passed to new project - FIX the demo
- TODO : NEW : basic .md highlighting: lists, titles, quotes
- TODO : NEW : more integrated with tclkits
- TODO : CHANGE: save unit's position at any switching to another unit/file
(except for navigating inside a text, but including mouse clicks)
- TODO : CHANGE: revise help & doc
- TODO : CHANGE: revised help & doc

- BUGFIX: default/classic/alt theme & dark CS: selected check/radio buttons' bg
- BUGFIX: demo 1.Start ~01:10 : 'All #1 1-0' in tip of 'Row', if 'No name'
- BUGFIX: demo 3.Project ~10:00 : not see for a current proc
- BUGFIX: switching (popup menu) from file to unit tree if the latter is one line
Expand All @@ -18,10 +15,18 @@ Version `1.0.5 (30 Oct'21)`
- BUGFIX: pressing Enter if current & next lines begin with *, -, #
- BUGFIX: false movings in the tree (no Ctrl+click, just click & move)
- BUGFIX: false saving modified files at "Tcl/Tk help"
- BUGFIX: error at closing big files
- BUGFIX: sort order at "Open all Tcl files..."
- NEW : ua.msg
- NEW : "Open Selected File(s)" in tree's menu
- NEW : flags for "Preferable Locale"
- NEW : "Rename file" from the tree
- NEW : selected units to be added to Favorites (popup menu)
- NEW : "Don't ask again" checkbox at adding to Favorites
- NEW : "Your commands" for Tcl syntax
- CHANGE: save/restore unit's position and last visited units at
switching unit/file, text change, mouse click (when unit tree is active)
- CHANGE: demo 2.Units
- CHANGE: faster switching tabs
- CHANGE: faster opening 'Preferences'
- CHANGE: faster opening a file from the file tree
Expand Down
2 changes: 1 addition & 1 deletion data/help/pref-nbk-f3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

If you don't want to use these defaults, switch the top checkbox off.
While preparing a new project in "Projects" dialogue, you would input
its options in the "Options" tab.
its options in the "Options" tab.
2 changes: 1 addition & 1 deletion data/help/project.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

The buttons under the list are used to add / change / delete a project.
At adding / changing a project, you can choose to include the current
files into it. Other choices are "replace", "clear" and "don't change".
files into it. Other choices are "replace", "clear" and "don't change".
Binary file added data/img/en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/img/ru.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/img/ua.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions data/msgs/ru.msg
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ namespace eval ::alited {

::msgcat::mcmset ru {
{Select} {Выбор}
"\"%f\" wasn't saved.\n\nSave it?" "\"%f\" не сохранен.\n\nСохранить?"
{Save as} {Сохранить как}
{Files} {Файлы}
{Line} {№ ст.}
Expand Down Expand Up @@ -138,6 +137,7 @@ namespace eval ::alited {
{Tip File Info} {Данные о файлах}
{Rename File} {Переименовать файл}
{Select one file in the tree.} {Выберите один файл в списке.}
{Open Selected File(s)} {Открыть файл(ы)}
}

## ________________________ Templates ________________________ ##
Expand Down Expand Up @@ -192,7 +192,7 @@ namespace eval ::alited {
{Multi-line strings:} {Многострочные string:}
{Unit lines per 1 red bar:} {Строк юнита на 1 красную полосу:}
{List of files:} {Список файлов:}
"You can\n - add the current one to\n - substitute with the current one\n - delete\n - not change\nthe file list of the project.\n" "Вы можете\n - добавить текущие закладки файлов в\n - заменить текущими закладками\n - удалить\n - не изменять\nсписок закладок файлов в проекте.\n"
"You can\n - add the current one to\n - substitute with the current one\n - delete\n - not change\nthe file list of the project.\n" "Вы можете\n - добавить текущий список файлов в\n - заменить текущим списком\n - удалить\n - не изменять\nсписок файлов в проекте.\n"
{Add} {Добавить}
{Substitute} {Заменить}
{Delete} {Удалить}
Expand Down Expand Up @@ -334,13 +334,14 @@ namespace eval ::alited {
{Tint:} {Оттенок:}
"For the settings to be active\nthe application should be restarted.\n\nRestart it just now?" "Чтобы изменения вступили в силу,\nприложение надо перезапустить.\n\nСделать это прямо сейчас?"
{Preferable locale:} {Предпочтительная локаль:}
"Mostly this is a country code,\nfor example: ru, ua, cz." "Чаще всего это код страны,\nнапример: ru, ua, cz."
"This is a country code: ru, ua, cz...\nIn alited, \"en\" means American English." "Это код страны: ru, ua, cz...\nВ alited \"en\" значит American English."
{Small font size:} {Размер малого шрифта:}
{Middle font size:} {Размер среднего шрифта:}
{Cursor width:} {Ширина курсора:}
{Notes:} {Заметки:}
"Sort of diary.\nList of TODOs etc." "Типа дневника.\nСписок TODO и пр."
{Light / Dark} {Светлая / Темная}
{Makes colors darker .. lighter} {Делает цвета темнее .. светлее}
}

### ________________________ Editor _________________________ ###
Expand Down Expand Up @@ -457,10 +458,10 @@ namespace eval ::alited {
{Deletes a line.} {Удаляет строку.}
{separator} {разделитель}
{Item} {Пункт}
{If 'yes', means a separator of the toolbar/menu.} {Если включено, означает разделитель в строке/меню.}
{If 'yes', means a separator of the toolbar/menu.} {Если включено, означает разделитель в тулбаре/меню.}
{Before Run...} {Перед Запуском...}
{Commands:} {Команды:}
{Command before "Run"} {Команда перед "Запуском"}
{Commands before "Run"} {Команды перед "Запуском"}
"\n Enter commands to be run before running a current file with \"Tools/Run\".\n It can be necessary for a specific project. Something like an initialization before \"Run\". \n" "\n Введите команды, выполняемые перед \"Снасти/Запуск\".\n Это может быть полезно в некоторых проектах. Что-то типа инициализации перед запуском. \n"
}

Expand All @@ -473,7 +474,7 @@ namespace eval ::alited {
{Consistency of {} } {Соответствие {}}
{Consistency of []} {Соответствие []}
{Consistency of ()} {Соответствие ()}
{all of session files} {все файлы сессии}
{all of session files} {все файлы сеанса}
{current file} {текущий файл}
{Found %f file error(s), %u unit error(s).} {Найдено ошибок: %f файлов, %u юнитов.}
{No errors found.} {Ошибок не найдено.}
Expand Down
Loading

0 comments on commit 6d6ef21

Please sign in to comment.