News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 10 May 2018 build (11400) is out.

Started by killerbot, May 10, 2018, 09:16:55 PM

Previous topic - Next topic

killerbot


IMPORTANT : THIS IS THE FIRST BUILD THAT USES WX 311 AND IS A 64 BIT APPLICATION.



Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll(s) for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx311_gcc510-TDM.7z


The 10 May 2018 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2018/CB_20180510_rev11400_win64.7z
  - Linux :
   none

The current SDK version is : 1.36.0

Resolved Fixed:


  • wxSmith: Fix assert when using the wxGridBagSizer (ticket #664, thanks bluehazzard)
  • editor config: Make it possible to type in the syntax highlight preview
  • debugger: Make the line for the current possition during debugging to use the same colour as the caret line (ticket #659)
  • envvars: Using the configuration dialog could set incorrect variables (ticket #641, thanks homertp)
  • SmartIndent: Improve brace completion for Fortran (ticket #667, thanks darmar)
  • UI: Prevent the splash screen from staying on top from the compiler selector dialog
  • rnggen: Better explanation of the purpose and usage of the plugin (ticket #648, thanks Miguel Gimenez)
  • BrowseTracker - Internationalize ConfigPanel
  • scintilla-patch: Fix occurrence highlight rendering after the update to 3.7.x when building with wx2.8 on Windows (ticket #681)

Regressions/Confirmed/Annoying/Common bugs:




ivan braga

#1
As an image speaks more than a thousand words.

After compiling wxwidgets 3.1.1 with the following command:

../configure --enable-debug \
        --with-opengl \
        --enable-xrc \
        --enable-monolithic \
        --enable-unicode

I compiled the code :: blocks with the following command:

./bootstrap
./configure --prefix = / opt / codeblocks --with-contrib-plugins = all

Everything followed without errors, but when I try to execute the code :: blocks, what happens in the image happens.

It remains stuck in the startup screen, and begins to consume all ram, until the system hangs.

Any suggestions for solving the problem?




oBFusCATed

Use gdb to find out where it is stuck.
Another option is to use memory tracking tool like heaptrack to see where the memory is being allocated.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

cyuyan

When I drag the toolbar back and forth, something will happen below. Please look at the picture.

oBFusCATed

cyuyan:
What is the DPI of your monitor?
What is the scaling in windows you've set?
Are you using windows in the first place?
Which windows version or os version?
What is the size of the toolbar icons?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

cyuyan

#5
 oBFusCATed:
I use WINDOWS 10 1803, my DPI is 100%, the scaling in windows is 100%,
I don't know how to measure the size of the toolbar icons.
I use WINDOWS 7,also have this problem.

ollydbg

Quote from: cyuyan on May 15, 2018, 04:53:33 PM
When I drag the toolbar back and forth, something will happen below. Please look at the picture.
this is a known issue, see my last post in our forum.

http://forums.next.codeblocks.org/index.php/topic,20938.msg153842.html#msg153842
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

nelson777

I'm trying to find the last nightly build for Linux, but serveral posts has Linux: none in them. Whats the last version ? Or is there a different procedure I have to follow to use nightly builds in Linux ? I couldn't find any info in the "How to use a nightly build" post.

Xaviou

Quote from: nelson777 on May 17, 2018, 05:01:19 PM
I'm trying to find the last nightly build for Linux, but serveral posts has Linux: none in them. Whats the last version ? Or is there a different procedure I have to follow to use nightly builds in Linux ? I couldn't find any info in the "How to use a nightly build" post.
Witch distib are you using ?

Regatrds
Xav'
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

W0LF

Hello!
What a Scintilla's message used for setting that foreground text color (indicated by arrows)?
Screenshot

oBFusCATed

Why do you need an answer to such question?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

W0LF

Quote from: oBFusCATed on July 04, 2018, 07:29:05 PM
Why do you need an answer to such question?
I use a Notepad++ to write some sources. Notepad++ use an old library of Scintilla. I had tried many Scintilla's messages for tune the colors of selected text and indicators but did not receive the desired result. And suddenly I saw what I need in CB! So that is my question.

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

W0LF