Author Topic: The 11 october 2006 build is out.  (Read 35829 times)

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 11 october 2006 build is out.
« Reply #15 on: October 12, 2006, 09:25:26 am »
Hello all!

Why there isn't the FC5 rpms , have stopped this build ?
The suse rpm works with Fedora ?
FC5 nightlies are available in the extra repository (should be enabled by default).
And no, suse packages don't work with fedora :(
Nightly builds for openSUSE

darus

  • Guest
Re: The 11 october 2006 build is out.
« Reply #16 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"

Offline Jan van den Borst

  • Multiple posting newcomer
  • *
  • Posts: 99
Re: The 11 october 2006 build is out.
« Reply #17 on: October 12, 2006, 09:51:12 am »
Hi all
I have a problem with the new advance tabbing with 2 monitors.
The ctrl-shift-tab works but puts the "opened tabs:" dialog on monitor 1 (with enhanced monitor support on+move to head up pos.) not on 2 where the main codeblocks window is placed at
Regards
Jan

Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: The 11 october 2006 build is out.
« Reply #18 on: October 12, 2006, 09:57:15 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"

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.

I'll report it to Berlios.

Edit: bug #9080

    Arto
« Last Edit: October 12, 2006, 10:07:59 am by artoj »

darus

  • Guest
Re: The 11 october 2006 build is out.
« Reply #19 on: October 12, 2006, 10:04:14 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.

I'll report it to Berlios.

Thanks!

PDEE

  • Guest
Re: The 11 october 2006 build is out.
« Reply #20 on: October 12, 2006, 06:09:53 pm »
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.

Offline rjmyst3

  • Multiple posting newcomer
  • *
  • Posts: 117
    • wxFormBuilder
Re: The 11 october 2006 build is out.
« Reply #21 on: October 12, 2006, 07:10:34 pm »
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

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.

Offline BCCISProf

  • Multiple posting newcomer
  • *
  • Posts: 60
    • Professor Langsam's Home Page
Re: The 11 october 2006 build is out.
« Reply #22 on: October 12, 2006, 07:26:22 pm »
When editing sources, an error keeps popping all the time:

"Assertion [cpMax <= pdoc->Length()] failed at sdk\wxscintilla\src\scintilla\src\Editor.cxx 5977"

The error continues in the October 12th Nightly build as well.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 11 october 2006 build is out.
« Reply #23 on: October 12, 2006, 07:38:12 pm »
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
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...  :(
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: The 11 october 2006 build is out.
« Reply #24 on: October 12, 2006, 09:01:28 pm »
Unluckily, it does not reproduce on my machine

Code
int main() {
|
}

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...
« Last Edit: October 12, 2006, 09:09:12 pm by artoj »

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: The 11 october 2006 build is out.
« Reply #25 on: October 12, 2006, 09:23:01 pm »
Unluckily, it does not reproduce on my machine

Code
int main() {
|
}

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...

I get an assert if i type "this(" but not "this." neither "this->"  :shock:
Edit: Adding a space after "()" works for me...
« Last Edit: October 12, 2006, 09:26:13 pm by kkez »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 11 october 2006 build is out.
« Reply #26 on: October 13, 2006, 12:13:45 am »
Looks like the makefile is still having jet-lag from its trip :)
*lol* ;-)

In case somebody is wondering why we moved the build_tools into a sperate folder: The reason is to have in there tools that need to build at first. In the (now) other tools are also tools that require e.g. the SDK to be built first. Using autotools I wasn't able to compile a folder in a sub-directory (e.g. autorevision), switch back to a higher level directory (e.g. SDK) and then come back to this sub-directory again to build the remaining tools (e.g. cb_share_config). It might have been possible somehow but in this way we have also achived a nice separation of concerns: Splitting the content in pre- and post-SDK and having an extra folder for additional stand-alone tools that are no (contrib) plugins.

With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 11 october 2006 build is out.
« Reply #27 on: October 13, 2006, 12:23:31 am »
I get an assert if i type "this(" but not "this." neither "this->"
I can't reproduce. But: I'm using version 1.71.1 of wxScintilla. This this might not be a C::B bug at all?! Thomas: Given this new information, can you reproduce?
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 11 october 2006 build is out.
« Reply #28 on: October 13, 2006, 09:19:21 am »
I can't reproduce it neither. Does the file have to be in project, or stand alone file, is it already save with the contents you show ?

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: The 11 october 2006 build is out.
« Reply #29 on: October 13, 2006, 09:33:41 am »
ican reproduce it when i do the following

start CB
create a new empty file
type
Code
int x(){
    this(

when typing the '(' the assertion message pops up