News:

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

Main Menu

The 25 September 2016 build (10912) is out.

Started by killerbot, September 29, 2016, 10:41:50 PM

Previous topic - Next topic

GbaLog

The initialization from C++11 doesn't work.
If I write:
std::string str{}; // with braces
If after that I writing str. , methods of this class does not displayed.
I observe this and in 16.01 and in this build.
Sorry for my English, it's don't my native language.

oBFusCATed

Quote from: GbaLog on November 07, 2016, 02:06:06 PM
The initialization from C++11 doesn't work.
Have you switched to c++11 mode for your project? Have you installed c++11 enabled compiler? Does it work on the command line?
(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!]

janissl

Quote from: Khram on September 30, 2016, 01:38:58 AM
SpellCheck !!! no working.

A spellcheck does not have any influence on code compilation, right? Then why bother developers with complaints about a non-core feature?

Therefore, my suggestion: For coding and compilation continue to use Code::Blocks, for presentation purposes - use a simple source code editor like Notepad++ or SciTE and make screenshots, export image files etc. from them if you need.

Otherwise, I cannot imagine the reason why a spellcheck functionality is so important or even mandatory for a developer.
In specialibus generalia quaerimus

GbaLog

Quote from: oBFusCATed on November 07, 2016, 10:18:57 PM
Quote from: GbaLog on November 07, 2016, 02:06:06 PM
The initialization from C++11 doesn't work.
Have you switched to c++11 mode for your project? Have you installed c++11 enabled compiler? Does it work on the command line?
It's not related with compiler. But for you - yes, i have c++11 compiler. This construction is compiled successfully, but I'm talking about the autocomplete. It's not possible for him.

ollydbg

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.

GbaLog

Quote from: ollydbg on November 10, 2016, 03:48:58 PM
right?
Yes.
I see this on all pages in your link: labels: --> CodeCompletion
What does it mean?
I can anything do with this problem? If you can, explain more in detail, or give a link to an explanation.
Maybe I don't understand this, because my English to low. :(

oBFusCATed

Quote from: janissl on November 10, 2016, 09:48:00 AM
Otherwise, I cannot imagine the reason why a spellcheck functionality is so important or even mandatory for a developer.
It saves time and embarrassment when someone else is reviewing your code.
(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!]

ollydbg

Quote from: GbaLog on November 10, 2016, 08:37:33 PM
I see this on all pages in your link: labels: --> CodeCompletion
What does it mean?
It means this bug is belong to CodeCompletion plugin.

Quote
I can anything do with this problem? If you can, explain more in detail, or give a link to an explanation.
Maybe I don't understand this, because my English to low. :(
You can try to fix it by sending us patches.  :)
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.

GbaLog

QuoteYou can try to fix it by sending us patches.  :)
My level in programming too low for this, sorry. But I hope, that any expert fix this soon.  :)

jeffsturmann

How do i make the code completion work in this version? I'm trying it with mingw64-gcc-6.1.0 and it doesn't work at all.

killerbot

An updated wx dll, to avoid the compiler optimization bug.


A link to the unicode windows wxWidget dll for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw28u_gcc_cb_wx2812_gcc510-TDM-2.7z

Note the '-2'.