News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Two questions related to a feature and changes

Started by speeder, February 08, 2010, 05:39:54 AM

Previous topic - Next topic

speeder

Where I can find a non-broken list of important changes since stable? (I am using stable, so I have no idea of what was been going on with the SVN)

Also, code blocks support or will support realtime error checking like other modern IDEs do?

stahta01

Quote from: speeder on February 08, 2010, 05:39:54 AM
Also, code blocks support or will support realtime error checking like other modern IDEs do?

Does your Compiler/Debugger support realtime error checking?

If yes, then Code::Blocks might; but, more likely with GCC/GDB then VS/CDB.

Note: If not GCC or Visual Studio Compiler/Debugger then most likely answer is no to support.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

oBFusCATed

Quote from: speeder on February 08, 2010, 05:39:54 AM
Also, code blocks support or will support realtime error checking like other modern IDEs do?
Which 'modern' IDE supports this feature for C++ (not VB,C#,Java)?
(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!]

speeder

Indeed, not many support full error checking for C++ in realtime because of its complexity...

But checking syntax errors (like: YOU FORGOT THE ; BAKA!!!!) or some basic flow errors (like: your function does not have a return statement) is possible.

But this was just for curiosity, what I really want to know is the diffrence between 8.02 and the current SVN, and no, I will not read the entire SVN, I do not want to know that you fixed the source files that had the comments aligned wrong or that sort of stuff. I want to know like: WE IMPLEMENTED A WHOLE NEW TOTALLY AWESOME LUA PLUG-IN SYSTEM!, I know that this is not true, it is just an example of a actually important feature, that you should have (the type of feature, not this particular one) in a updated roadmap as done or to-do.

oBFusCATed

#4
This will lead us nowhere...  :shock: :?

Test a nightly or wait for the next release!

BTW, If you could have spend the time to read the log instead of arguing with me (here and on IRC).

p.s. here is a link to another discussion on that topic: http://forums.next.codeblocks.org/index.php/topic,11896.msg81344.html#msg81344
p.p.s. using svn log -r HEAD:4912 | grep ^* you can filter out the minor changes (it the commit has followed the commit policy)
(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!]