These bugs apply to version 1.9.4 and systems are WinXP and Win2000.
1) If you find something using "Search..." and the cursor is so that highlight of brackets is used and you hit F3 to find next one then the highlighting doesn't go off but continues to show.
2) If you have a very long line and then you go to a closing bracket and there is opening bracket just outside of left side so that opening bracket is "under" column numbers. The opening bracket will highlight and it will go off only if you use arrow keys.
3) If you put a word with capital initial at "Search..." and use match case it finds the word in right way, but if you hit F3 after that to find next one it will be searched as if match case hadn't applied. That continues as long as you hit F3.
4) If you have a multiline string and there is for example \" at the begining of line it will interpret it as if that \ is normal char and not control char.
I hope you can do something to these bugs.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here is more information to third bug. Looks like the "Whole word" option also stops working after hitting F3 because if I try to find for example "id" it will find with F3 also "messageid" and so on. So it looks like it drops all the options after first search.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have also found out that if you click in replace on "Replace", it will accept the click and what it does is appending the searched word at the place of cursor even if you haven't searched and also after search you can click it as many times you want. This is quite unexpected behaviour and should be changed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
These bugs apply to version 1.9.4 and systems are WinXP and Win2000.
1) If you find something using "Search..." and the cursor is so that highlight of brackets is used and you hit F3 to find next one then the highlighting doesn't go off but continues to show.
2) If you have a very long line and then you go to a closing bracket and there is opening bracket just outside of left side so that opening bracket is "under" column numbers. The opening bracket will highlight and it will go off only if you use arrow keys.
3) If you put a word with capital initial at "Search..." and use match case it finds the word in right way, but if you hit F3 after that to find next one it will be searched as if match case hadn't applied. That continues as long as you hit F3.
4) If you have a multiline string and there is for example \" at the begining of line it will interpret it as if that \ is normal char and not control char.
I hope you can do something to these bugs.
Here is more information to third bug. Looks like the "Whole word" option also stops working after hitting F3 because if I try to find for example "id" it will find with F3 also "messageid" and so on. So it looks like it drops all the options after first search.
I have also found out that if you click in replace on "Replace", it will accept the click and what it does is appending the searched word at the place of cursor even if you haven't searched and also after search you can click it as many times you want. This is quite unexpected behaviour and should be changed.