Sublime Forum

Find / Replace not working - build 3176

#1

Hello,

I’m trying to do a find and replace (CTRL H) in sublime text 3 on following line:
dut_ctrl_inter_buffer_data_reset <= ‘0’;

Find is unable to find anything. It seems it is looking for the chars of the line with escape chars “” in front of special chars.
It returns something like:
Unable to find \b dut_ctrl_inter_buffer_data_reset <= ‘0’;\b

Please fix, this is very annoying :slight_smile:
I remember doing that kind of things in the past without any issue.

Thanks,
Regards,
Guerric

0 Likes

#2

you can “fix” it yourself by unticking the “whole word” option in the find panel

0 Likes

#3

Hello,
It has nothing to do with “whole word” option.
I now see that my post was changed: in my problem, there are 4 space chars in front of dut_ctrl_…
I see that when I use a tab instead of 4 space chars, the problem is not present. Moving to tabs instead of space chars is not an option for me.

Any fix or advise?

Thanks,
Regards,
Guerric

0 Likes

#4

I retried in my original file and it seems problem is fixed now.

Thanks,
Regards,
Guerric

0 Likes