Hello
I love NP++ but I have endured this bug until I just can't anymore.
I have 2 tabs opened, and in Tab1 the text exceeds a few hundred lines....around 800 let's say.
If I switch to Tab2 and then go back to Tab1, the VIEW that I left when I changed tabs in Tab1 will have "shifted" upwards by a few lines.
so basically every time I change tab I have to scroll down on the initial tab I was on to get to the cursor/line mark I left off at.
VERY VERY annoying specially when you have programming files of more than 9000 lines! and it seems to be proportional! The more lines you have the more it's going to shift up.
Please help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
sorry to contradict you but I do have 4.8.2 and I can assure you it's not fixed.
the only solution I found was to put the second tab in a second view window. but it's not very practical as the size of the windows changes the indentation of the code....
any ideas why I am still experiencing this bug even with a 4.8.2v?
thanks for fast reply
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The view will shift to the first visible line of the wrapped line. The larger the wrapped line is, the bigger the offset may be.
I find it very difficult to correct this offset with Scintilla. Usually, the offset isnt much larger than 2/3 lines so the line you worked on is still visible, but in extreme cases it may be a bit much.
A new Scintilla command like SCI_FIRSTVISIBLELINE might be able to fix this :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I love NP++ but I have endured this bug until I just can't anymore.
I have 2 tabs opened, and in Tab1 the text exceeds a few hundred lines....around 800 let's say.
If I switch to Tab2 and then go back to Tab1, the VIEW that I left when I changed tabs in Tab1 will have "shifted" upwards by a few lines.
so basically every time I change tab I have to scroll down on the initial tab I was on to get to the cursor/line mark I left off at.
VERY VERY annoying specially when you have programming files of more than 9000 lines! and it seems to be proportional! The more lines you have the more it's going to shift up.
Please help!
This bug is fixed in v4.8.2 by Harry BRUIN.
Don
sorry to contradict you but I do have 4.8.2 and I can assure you it's not fixed.
the only solution I found was to put the second tab in a second view window. but it's not very practical as the size of the windows changes the indentation of the code....
any ideas why I am still experiencing this bug even with a 4.8.2v?
thanks for fast reply
PLEASE someone tell me I am not the only one with this issue?
When Word Wrap is enabled, and you switch tab and go back to previous tab, it changes the focus to the biggest "chunk" of text that is wrapped.
anyone?
thank you
The view will shift to the first visible line of the wrapped line. The larger the wrapped line is, the bigger the offset may be.
I find it very difficult to correct this offset with Scintilla. Usually, the offset isnt much larger than 2/3 lines so the line you worked on is still visible, but in extreme cases it may be a bit much.
A new Scintilla command like SCI_FIRSTVISIBLELINE might be able to fix this :)
[quote]
A new Scintilla command like SCI_FIRSTVISIBLELINE might be able to fix this :)
[/quote]
and how do I do that? lol
thanks