User forums > Nightly builds
The 16 June 2013 build (9158) is out.
Jenna:
--- Quote from: ToApolytoXaos on June 20, 2013, 04:39:14 pm ---
--- Quote from: jens on June 18, 2013, 06:40:06 am ---
--- Quote from: ToApolytoXaos on June 18, 2013, 01:31:02 am ---I have compiled it with make and works fine. I hope certain issues do not exist with 9158, like the green highlight color when you insert for example double quotes and you continue typing, it remains highlighted until to enter semicolon at the end of your current line, or use the arrows to interrupt it.
--- End quote ---
Since which revision do you get this ?
Might it be related to newer scintilla sources ?
Probably a new feature ? ;)
--- End quote ---
Update: Issue remains with svn9161. To reproduce it, type
--- Code: ---("") << ("") << ("")
--- End code ---
, go to the most right bracket pair and use your left arrow to move towards the first pair. See how the right double quotes get highlighted all together.
--- End quote ---
I was not clear enough, that's what I wanted to say:
--- Quote from: jens on June 19, 2013, 12:38:33 am ---svn r9078 seems to be is the first bad revision ("* SDK: major update to core component wxScintilla: Pumped underlying scintilla to v3.3.1").
--- End quote ---
I did a bisecting, so I'm sure it starts with this revision !
ToApolytoXaos:
--- Quote from: eckard_klotz on June 20, 2013, 05:30:36 pm ---Hello ToApolytoXaos
Thankyou for your tip.
To be honest I don't uses namespaces for functional reasons but for a better display in the C::B symbol-browser. Unfortunatly all classes wil be displayed on top level even if they are child-classes of other classes. Only nested namespaces where displayed nested in the past. Thus I put around every class a namespace and and put a using-line at the end of the associated header. You are absolutly right, if you say that this is a very confusing behaviour. But is there an other posibility to avoid long lists in the symbol-browser?
I would expect that only parentless classes or classes where the parents are not defined in project-sources would be displayed on toplevel. I would expect child classes under there parents. Alternativly an user specified folder-system (like they have implemented in Dev-C++) would be nice that gives the user the posibility to sort all ellements in the symbol-browser acording to his own wishes. This would be extreemly helpfull in c projects where in C::B all functions of a project are displayed in a long list as well as all variables all preprocessor-definitions all...
Best regards,
Eckard Klotz.
--- End quote ---
Can you please Eckard provide an example with your issue? I would like to test it on my system.
ToApolytoXaos:
@jens: That makes things much clearer now :) thanks.
MortenMacFly:
--- 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 (see attached image).
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...?!
Jenna:
--- 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.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version