Find in Files Bug

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Find in Files Bug

Post by MudGuard »

Code: Select all

Searching for: getYearString
DateUtil.java(743): public static int getYearString(Date date)
DateUtil.class(60): getYearStringFound 2 occurrence(s) in 2 file(s)
1. the hit in the binary .class files misses a line break (thus the final message ends up on the same line)

2. on the screen, the "d" of "Found" is invisible (I was surprised it exists when I copy the Search result window ...)


Textpad 7.0.9, Windows 7
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post by MudGuard »

The problem still exists - when doing a find in files, with some files (e.g. java compiled classes .class, but also files with a hit in the last line if the last line is not terminated ...) the hit does not have a line break, such the next hit is displayed in the same line (and thus possibly hidden, as it is outside the visible portion of the window.
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post by MudGuard »

seems to be fixed in 7.2.0
Post Reply