Skip to content

Commit

Permalink
updating the version
Browse files Browse the repository at this point in the history
  • Loading branch information
d0vgan committed May 4, 2022
1 parent e5f938a commit 045645b
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 8 deletions.
6 changes: 5 additions & 1 deletion Docs/XBrackets-Eng.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ When you activate the plugin it automatically re-reads its settings.
--------
History:
--------
v.7.8 (May 2022)
+ improved behavior on AkelPad startup
+ small refactoring for OnEditGetActiveBrackets

v.7.7 (April 2021)
+ added: nearestbr.selto_flags = 2 (widens the nearest brackets selection)

Expand Down Expand Up @@ -509,7 +513,7 @@ of this plugin.
-----------------------------------------------------------
The icon by se7h.
-----------------------------------------------------------
(C) Oct 2006 - Apr 2021, Vitaliy Dovgan aka DV
(C) Oct 2006 - May 2022, Vitaliy Dovgan aka DV
dvv81 <at> ukr <dot> net

This plugin is freeware (free for both personal and commercial usage);
Expand Down
6 changes: 5 additions & 1 deletion Docs/XBrackets-Rus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ XBrackets::Settings
--------
�������:
--------
v.7.8 (��� 2022)
+ �������� ��������� ��� ������� AkelPad
+ ��������� ����������� ��� OnEditGetActiveBrackets

v.7.7 (������ 2021)
+ ���������: nearestbr.selto_flags = 2 (��������� ��������� ��������� ������)

Expand Down Expand Up @@ -514,7 +518,7 @@ Instructor
-----------------------------------------------------------
The icon by se7h.
-----------------------------------------------------------
(C) Oct 2006 - Apr 2021, Vitaliy Dovgan aka DV
(C) Oct 2006 - May 2022, Vitaliy Dovgan aka DV
dvv81 <at> ukr <dot> net

���� ������ �������� ���������� (���������� ��� ��� ��������,
Expand Down
10 changes: 5 additions & 5 deletions Source/XBrackets/XBrackets.rc
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ BEGIN
END

VS_VERSION_INFO VERSIONINFO
FILEVERSION 7, 7, 0, 0
PRODUCTVERSION 7, 7, 0, 0
FILEVERSION 7, 8, 0, 0
PRODUCTVERSION 7, 8, 0, 0
FILEOS 0x00000004
FILETYPE 0x00000002
BEGIN
Expand All @@ -56,12 +56,12 @@ BEGIN
VALUE "Comments", "The wall is thin - and our foreheads are hard :-)\0"
VALUE "CompanyName", "Full of Madness Co.\0"
VALUE "FileDescription", "XBrackets plugin for AkelPad text editor\0"
VALUE "FileVersion", "7, 7, 0, 0\0"
VALUE "FileVersion", "7, 8, 0, 0\0"
VALUE "InternalName", "XBrackets\0"
VALUE "LegalCopyright", "(C) Oct 2006 - Apr 2021, Vitaliy Dovgan aka DV\0"
VALUE "LegalCopyright", "(C) Oct 2006 - May 2022, Vitaliy Dovgan aka DV\0"
VALUE "OriginalFilename", "XBrackets.dll\0"
VALUE "ProductName", " XBrackets plugin for AkelPad text editor\0"
VALUE "ProductVersion", "7, 7, 0, 0\0"
VALUE "ProductVersion", "7, 8, 0, 0\0"
END
END
BLOCK "VarFileInfo"
Expand Down
17 changes: 16 additions & 1 deletion Source/XBrackets/изменения.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
Apr 2021
May 2022
--------
+ улучшено: теперь bAkelPadIsStarting устанавливается по AKDN_MAIN_ONSTART_PRESHOW
и снимается по AKDN_MAIN_ONSTART_FINISH.
Добавлен bIsMainWindowShown, который устанавливается по AKDN_MAIN_ONSTART_SHOW
либо из функций плагина при (!pd->bOnStart).
Почему это важно: не имеет смысла считывать информацию про скобки и перерисовывать
их до обработки AKDN_MAIN_ONSTART_FINISH. Тем более что плагин Sessions открывает
файлы из сессии по событию AKDN_MAIN_ONSTART_SHOW. А мы хотим исключить перерисовку
скобок во время открытия файлов сессии.

+ улучшено: теперь OnEditGetActiveBrackets принимает 3 параметра вместо структуры,
в которой всё равно не использовались два поля.


Apr 2021
--------
+ исправлено: в NearestBr_ApplyStateToRange добавлена проверка условия
state->nLeftBrPos < state->nRightBrPos, потому что вызванная перед ней
Expand Down

0 comments on commit 045645b

Please sign in to comment.