Skip to content

Commit

Permalink
revert previous change 'maxblocksize', fix #82
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Feb 17, 2024
1 parent 4a78175 commit cec2df1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/history.ru.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
 История изменений FarColorer.
Информацию, об изменениях в библиотеке схем (базах) смотрите в файле base\CHANGELOG.md

Версия 1.4.23 . 17.02.2024
1. откачено "maxblocksize не всегда работал правильно, раскраска залезала за границы. Теперь раскраска заканчивается именно по этой границе."

Версия 1.4.22 . 16.02.2024
1. Исправлена ошибка определения типа файла без расширения. Потеряли в 1.4.20.
2. maxblocksize не всегда работал правильно, раскраска залезала за границы. Теперь раскраска заканчивается именно по этой границе.
Expand Down
2 changes: 1 addition & 1 deletion external/colorer
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#define PLUGIN_VER_MAJOR 1
#define PLUGIN_VER_MINOR 4
#define PLUGIN_VER_PATCH 22
#define PLUGIN_VER_PATCH 23
#define PLUGIN_DESC L"FarColorer - Syntax Highlighting for Far Manager 3" PLATFORM
#define PLUGIN_NAME L"FarColorer"
#define PLUGIN_FILENAME L"colorer.dll"
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "farcolorer",
"version": "1.4.21",
"version": "1.4.23",
"dependencies": [
{
"name": "xerces-c",
Expand Down

0 comments on commit cec2df1

Please sign in to comment.