News:

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

Main Menu

The 14 February 2009 build (5456) is out.

Started by killerbot, February 15, 2009, 09:00:09 AM

Previous topic - Next topic

frithjofh

Hi Morten,

I wanted to relativate mi post: I myself am very, but very, pleased by your work and absolutely agree with your form of managing the c::b project. I see the nightlies as true updates too. And: I am definitely not one of the c::b developers, nor any "real" programmer at all, I did by no means want to offend anybody or even talk in the name of the c::b developers by posting my opinion :oops: I really hope I did not offend anybody ...

And as to that second point in my post: for me it works perfectly, and so it does for many people out there, to update c::b by downloading and copying some files to my folders and having a working nightly version (well, now I'm even using the svn directly, after succeeding to mitigate some minor problems I had  :wink: these I take as learning effort).  Implementing something like a one-click-update-to the-last nightly was an idea of which I don't even know how much work it could be and thence if it be justified just to silence the complainer of the week ... :|

Greetings from Asturias

nausea

architect with some spare time  -  c::b compiled from last svn  -   openSuSE leap x86_64  -  AMD FX-4100

MortenMacFly

#46
Quote from: nausea on March 05, 2009, 10:22:37 AM
I really hope I did not offend anybody ...
Don't you worry...

Quote from: nausea on March 05, 2009, 10:22:37 AM
Implementing something like a one-click-update-to the-last nightly [...]
Well - the script to build the installer(s) are in SVN, too. So everybody can create the installation themselves if (s)he likes to have an installer that can also update an old version. It's very easy! For example: On Windows all you need is NSIS, the NSI script file from SVN and a compiled C::B (nightly). It should work right out-of-the-box. in addition the WiKi features a lot help on that topic, too.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Loaden

Bug? svn build rev 5480 (2009-03-04T10:38:26.560460Z) gcc 4.3.3 Windows/unicode

When build a DLL project, it's create D:\~temp\ps\bin\libgui.dll.a
buf in svn5477, it's  D:\~temp\ps\bin\libgui.a

JGM

Quote
Be sure companies will start contributing.

They should be contributing right now since the project is already all good to go :D so companies start paying codeblocks developers for all the hardwork all this years :D

Grom

gcc+winXP+suse.

geiermeier

We're using Code::Blocks in production.

I want to vote for just renaming the "nighties" into something like "updates" or whatever, put them in an installer and link to them from the main page via the download link. It will improve CB's popularity of which all will profit.

marco_silva85

Quote from: geiermeier on March 10, 2009, 08:56:40 AM
We're using Code::Blocks in production.

I want to vote for just renaming the "nighties" into something like "updates" or whatever, put them in an installer and link to them from the main page via the download link. It will improve CB's popularity of which all will profit.

I agree too, many people shift to other IDEs because they think codeblocks is dead. I like codeblocks and I would like to see more people using it, because it is full-featured, multi-platform, really cool IDE ;)

stahta01

Quote from: marco_silva85 on March 13, 2009, 03:42:01 PM
Quote from: geiermeier on March 10, 2009, 08:56:40 AM
We're using Code::Blocks in production.

I want to vote for just renaming the "nighties" into something like "updates" or whatever, put them in an installer and link to them from the main page via the download link. It will improve CB's popularity of which all will profit.

I agree too, many people shift to other IDEs because they think codeblocks is dead. I like codeblocks and I would like to see more people using it, because it is full-featured, multi-platform, really cool IDE ;)

The KDE people did not like the results when they released 4.0 of Alpha/Beta grade.
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]

Loaden

CDB not work now!
Press F7, it's stop.

svn build rev 5481 (2009-03-07T20:42:04.021208Z) gcc 4.3.3 Windows/unicode

stahta01

Quote from: killerbot on February 15, 2009, 09:00:09 AM
Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)

This should be fixed by the wxWidgets 2.8.10 release; it was fixed in SVN.
I have not had time to verify the release works and has this fix it it.

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]

MortenMacFly

Quote from: stahta01 on March 18, 2009, 04:13:38 PM
I have not had time to verify the release works and has this fix it it.
It has. :-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Wolf

#56
I like the idea of having customizable shortcuts, but seriously, who came up with the default ones? I mean, Ctrl+Delete (which is used to delete a word instead of one character) actually goes to the definition of the word we're trying to delete. That added to the Ctrl+Alt+. which is used in some keyboard languages to create the less-than character. What else? Ctrl+S to create a new file? =P

*goes into options to edit all those shortcuts*

At least we can change them. ; )

EDIT: Wait a minute, I disabled the shortcuts plug-in, but that shortcut is still working? Please, don't tell me you guys hardcoded that Ctrl+Delete shortcut... That would be the lamest "feature" I've seen so far. *goes back to older Code::Blocks version*

ollydbg

#57
Quote from: dje on February 20, 2009, 09:08:33 PM
Hi,

If my memory is good enough, wxTextFile is used to parse files.
I have no problem if I use UTF8 for encoding.
Some details at this thread.

I have no time for development for now. The two items on my TODO list are this one and the size optimization for small screens with yesno patch.

Dje



Hi, Dje.
Can we solve this problem by enabling encoding detection?
see my new post here:

http://forums.next.codeblocks.org/index.php/topic,10845.msg74221.html#msg74221

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

Wavesonics

hhhmm... i was reading the wxAuiNotebook thread in the dev forum, isn't that update in this release, didn't see it mentioned in the release notes? Or am I missing something...

On the topic of C::B updates, i think it would be cool to have a roadmap, just show what sorts of things are being worked on, and worked toward. Even just for us regulars, and to show other people that stuff is being done.

I use C::B at work too, instead of silly 'ol CW :P

Would actually be really cool to get a dev blog going about wahts being wroked on, like hows the new code completetion code going?