User forums > Nightly builds
The 11 october 2006 build is out.
PDEE:
Hi all, code::blocks is looking damn fine. Great work. When i want to start another project i always get a box popping up asking me if i want to save the changes even when no changes have been made to the project. Why is this? And is there any chance of having a little checkbox in the corner of this popup to tell it not to ask me again? Or an option in the editor settings to turn it off or on? If it's not possible, no problem.
Thank You.
rjmyst3:
--- Quote ---upgrade to wxFlatNotebook 2.0 and introducing 2 new CB features :
a) "X" close button on every tab in the EditorManager (old "X" button removed)
b) ctrl-shift-tab advanced tabbing (turn this on in settings->environment->notebooks appearance->Use Smart Tab-switching scheme
--- End quote ---
Fantastic!!
Very nice.
I also really like the new drop-down list in flatnotebook 2.0 - could you implement that as well? Maybe as an option (or even the default :D)?
Thanks.
BCCISProf:
--- Quote from: artoj on October 12, 2006, 09:57:15 am ---
--- Quote from: darus on October 12, 2006, 09:32:23 am ---When editing sources, an error keeps popping all the time:
"Assertion [cpMax <= pdoc->Length()] failed at sdk\wxscintilla\src\scintilla\src\Editor.cxx 5977"
--- End quote ---
--- End quote ---
The error continues in the October 12th Nightly build as well.
thomas:
--- Quote from: artoj on October 12, 2006, 09:57:15 am ---This was in the 9th day build but isn't in the 8th day build so it gives us regression window between revisions 3036 - 3050, and looking at the SVN logs I would say that it's because of commit in revision 3038
--- End quote ---
It is probably the patch that fixes some misbehaviour of code completion. If I understand the issue correct, it is the GetCharAt(GetPositionFromline(...)) which is throwing up...
Unluckily, it does not reproduce on my machine, and I have no clue what exactly the piece of code in question is supposed to do... :(
artoj:
--- Quote from: thomas on October 12, 2006, 07:38:12 pm ---Unluckily, it does not reproduce on my machine
--- End quote ---
--- Code: ---int main() {
|
}
--- End code ---
Delete the pipe symbol and write "this->" to that spot and the error occurs (on my machine at least). Move the opening brace to new line or add space after "()" and the error does not occur.
Edit: adding the space didn't work after all...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version