Jump to content
Muxe Inc Forums
Sign in to follow this  
dandv

Found regular expressions don't replace tabs

Recommended Posts

dandv    0

1. Make sure "Options -> Configuration -> Viewer setup -> Tab replace" is checked

2. Create a 4-byte file containing "a\t\tb", where "\t" denotes a Tab character (0x09).

3. View the file in unwrapped mode (the status bar indicator should read "<=>"). Notice that 'a' and 'b' are not on the same line! But that's another bug.

4. View the file properly in wrapped mode (>=<) and regexp search for

a.*b

5. Notice the highlight being on the first four characters!

 

Hope that helps,

Dan Dascalescu

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×