User forums > Nightly builds
The 16 June 2013 build (9158) is out.
ToApolytoXaos:
--- Quote from: jens on June 21, 2013, 10:20:34 am ---
--- Quote from: jens on June 21, 2013, 07:02:04 am ---
--- Quote from: MortenMacFly on June 21, 2013, 06:59:30 am ---
--- Quote from: ToApolytoXaos on June 20, 2013, 04:39:14 pm ---
--- End quote ---
Well sorry to say that, but not for me. Here it works as expected - at least on Windows.
I do have some patches concerning Scintilla applied though, but they they should not affect this functionality.
I can apply them for testing, but I am not sure if this is fine for all...?!
--- End quote ---
I will test it on windows also (hopefully this weekend), but it might be a gtk-issue, so it would probably be better to wait.
--- End quote ---
The issue does not occur on windows.
I will look into it, later.
--- End quote ---
Sorry, but I will disappoint you now. I am on Windows at work with svn-9138 and the issue remains the same.
golgepapaz:
--- Quote from: ToApolytoXaos on June 28, 2013, 07:11:48 am ---Sorry, but I will disappoint you now. I am on Windows at work with svn-9138 and the issue remains the same.
--- End quote ---
Ditto . It's pretty annoying...
Jenna:
--- Quote from: golgepapaz on June 28, 2013, 10:27:55 am ---Ditto . It's pretty annoying...
--- End quote ---
If that is already annoying for you, I hope you will never come in touch with real problems in your life.
ToApolytoXaos:
This is getting really interesting...the issue (with bracket-matching highlighting) remains the same on both Debian jessie and windows.
Jenna:
The issue should be fixed in trunk (svn r9171).
The cause was an incorrect use of IndicatorClearRange in void cbStyledTextCtrl::HighlightRightBrace().
IndicatorClearRange takes a position as first and a length as second parameter, but a position was given for both.
If position + length is greater than the documents length the indicators will not be cleared.
This behaviour has changed with the revision of scintilla we use since our svn r9078.
Older scintilla has cleared the indicators anyway.
That's why it happened since this commit.
Can you please test and give feedback.
By the way one of the green indicators is okay and used by the so called SmartTabJump-feature.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version