Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #4706
    yongfa365
    Member

    1.is numal
    2.When I search a long char ,then I click this image’s “3”
    show images 3
    3.old search don’t see Because long char’s length>window.length :oops: :cry:

    #4742
    yongfa365
    Member

    this image is a findbar

    If post 1 like this image’s method will very good

    #4743
    xxx_pic
    Member

    Tools -> Customize… -> History -> Clear History

    #4745
    yongfa365
    Member

    Can but I want to use old, so click,then all clear :-?

    #4754
    me75
    Member

    Drop down the history list and use “Delete” key to delete the item directly.
    Maybe this method is better.
    Just as GreenBrowser’s.
    http://www.morequick.com/Download.htm

    #4758
    Yutaka Emura
    Keymaster

    This will be fixed on beta 12 by enabling horizontal scroll bar for the drop-down list.

    #4767
    yongfa365
    Member

    beta 12 also don’t see old search
    only see long char

    you changed findbar history list
    this is Findbox or replacebox ‘s history list

    #4768
    xxx_pic
    Member

    That may use a “CutStr” function to solve the problem!

    vbscript sample code:

    Function CutStr(byVal Str,byVal StrLen)
    Dim l,t,c,i
    l=Len(str)
    t=0
    For i=1 To l
    c=AscW(Mid(str,i,1))
    If c255 Then t=t+2 Else t=t+1
    IF t>=StrLen Then
    CutStr=left(Str,i)&”…”
    Exit For
    Else
    CutStr=Str
    End If
    Next
    End Function

    #4770
    Yutaka Emura
    Keymaster

    yongfa365 wrote:
    beta 12 also don’t see old search
    only see long char

    you changed findbar history list
    this is Findbox or replacebox ‘s history list

    This will be fixed on beta 13.

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.