Thread: Beta-testing: new hexeditor feature

  1. #1
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072

    Beta-testing: new hexeditor feature

    I have implemented a new feature on my (relatively) old hexeditor HyperEdit.

    The new feature is a search function that allows approximate matches.
    If the user searches for "cprogrammign" in the text "This is a c-programming forum" the program still finds the string, even though one '-' is missing and two characters has switched places.

    If you're interested, download the program here: HyperEdit (815kB)

    The tolerance is given in %. If the tolerance is set to 80% and the word is 5 characters long, no more than .20*5=1 differences may be present to render a match. Thus, a tolerance of 100% requires a perfect match.

    I'd like this function to be tested, but you are always welcome to submit bugs on other functions as well.

    (Edit) BTW, Do you know of any hexeditor/word processor that has a similar function, I can't seem to find one in, for example, Word.
    Last edited by Sang-drax; 01-05-2003 at 06:34 PM.
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Windows 7 RC, Visual Studio 2010 Beta, Office 2010 beta, anyone in?
    By indigo0086 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 05-20-2009, 01:57 PM
  2. Beta version compiled with -DWINVER=0x0500
    By wow in forum Windows Programming
    Replies: 3
    Last Post: 03-20-2006, 07:35 AM
  3. MS Visual Studio .NET 2005 beta 1
    By Vader in forum C++ Programming
    Replies: 8
    Last Post: 09-21-2004, 07:14 PM
  4. Natrual Language Programming - Beta Release
    By andy668 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 01-16-2002, 01:24 AM
  5. Visual Studio .NET beta 2
    By Marky_Mark in forum C++ Programming
    Replies: 1
    Last Post: 11-05-2001, 11:28 AM