Skip to content

Commit 7455ebd

Browse files
committed
Update for 2020-12-17 release.
1 parent 29b2300 commit 7455ebd

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

ReadMe.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ ReadMe.txt - Requirements, Installation Instructions, File List, Known Issues,
4747
Filtering, copying, and searching are unaffected.]" is included at the end of the
4848
line to indicate truncation. Filtering, searching, and copying are all still
4949
performed on the complete text of the line.
50-
* The .NET Framework's improper handling of vertical and horizontal scrollbar
51-
messages for ListBoxes can cause rendering problems for files with very many
52-
or very long lines.
5350
* Checkboxes don't always repaint properly due to a .NET Framework bug.
5451
* There is extra flicker when resizing the window. This is due to a workaround
5552
for an even worse .NET Framework repainting bug.
@@ -82,6 +79,12 @@ all circumstances, but is ultimately bound by the resources available to it.
8279
-- History --
8380
-------------
8481

82+
2020-12-17 by Vince Curley
83+
----------
84+
* Fixed a bug that would truncate lines prematurely.
85+
* Fixed a bug that would cause a crash when reloading a changed file.
86+
* Fixed the scrollbar so dragging the thumb will correctly update the view of the file.
87+
8588
2018-11-20 by Vince Curley and Jenny Leung
8689
----------
8790
* Add new function in ITextAnalysisToolPlugin to support configurable plug-ins

TextAnalysisTool.NET.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ View
152152
possible; otherwise it is kept as near to its
153153
previous location as possible)
154154
Show Line Numbers Toggles showing/hiding of line numbers
155+
Show Filter Tool Tip Toggles showing/hiding a tool tip with the
156+
matching filters for each line
155157
Show Markers
156158
Always Always show the markers left of the text
157159
Never Never show the markers left of the text

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h3>
3636
Includes:
3737
</h3>
3838
<ul class="notes">
39-
<li>Version <code>2018-11-20</code> for .NET 4+ (32- and 64-bit)</li>
39+
<li>Version <code>2020-12-17</code> for .NET 4+ (32- and 64-bit)</li>
4040
<li>Version <code>2013-05-07</code> for .NET 2+ (32- and 64-bit)</li>
4141
<li>Version <code>2006-12-04</code> for .NET 1.1+ (32-bit only)</li>
4242
<li>Version <code>2001-12-28</code> for x86 (32-bit only)</li>

0 commit comments

Comments
 (0)