Code::Blocks
September 02, 2010, 10:02:41 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: New release 10.05 is ready. Grab it while it's hot!!!
 
   Home   Help Search Login Register  :: WebsiteWiki  
Pages: 1 2 3 [4]
  Send this topic  |  Print  
Author Topic: The 14 February 2009 build (5456) is out.  (Read 36309 times)
nausea
Almost regular
**
Posts: 149


« Reply #45 on: March 05, 2009, 10:22:37 am »

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

Greetings from Asturias

nausea

Logged

architect with some spare time  -  c::b compiled from last svn  -   SuSE 11.1 x86_64  -  AMD Athlon 64 X2 +4200
MortenMacFly
Administrator
Lives here!
*****
Posts: 4691



WWW
« Reply #46 on: March 05, 2009, 04:32:51 pm »

I really hope I did not offend anybody ...
Don't you worry...

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.
« Last Edit: March 05, 2009, 04:34:50 pm by MortenMacFly » Logged

Logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
Compiling help
Debugging help
Portable C::B
Loaden
Lives here!
****
Posts: 521



WWW
« Reply #47 on: March 06, 2009, 04:14:05 am »

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
Logged

Ubuntu & XP -|- GCC & VC  -|- Code::Blocks SVN Latest
------------------------------------------
Index for my patches
JGM
Regular
***
Posts: 492


Got to practice :)


« Reply #48 on: March 06, 2009, 09:03:58 am »

Quote
Be sure companies will start contributing.

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

Grom
Almost regular
**
Posts: 203



« Reply #49 on: March 06, 2009, 07:23:56 pm »

Just publish some nighties as 8.2.XXX.
Logged

gcc+winXP+suse.
geiermeier
Advanced newcomer
*
Posts: 19


« Reply #50 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.
Logged
marco_silva85
Newcomer
*
Posts: 2


« Reply #51 on: March 13, 2009, 03:42:01 pm »

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 Wink
Logged
stahta01
Lives here!
****
Posts: 2443


WWW
« Reply #52 on: March 13, 2009, 09:18:43 pm »

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 Wink

The KDE people did not like the results when they released 4.0 of Alpha/Beta grade.
Tim S.
Logged

C Programmer working to learn more about C++.
OS: Win 6.1 AKA Win7
Compiler: mingw gcc 4.4 API 3.13 Runtime 3.15.2
IDE: Code::Blocks SVN + patches
wxMSW: SVN 2.9 Trunk & SVN 2.8 branch
SVN: 1.6.x
Loaden
Lives here!
****
Posts: 521



WWW
« Reply #53 on: March 15, 2009, 11:47:47 am »

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
Logged

Ubuntu & XP -|- GCC & VC  -|- Code::Blocks SVN Latest
------------------------------------------
Index for my patches
stahta01
Lives here!
****
Posts: 2443


WWW
« Reply #54 on: March 18, 2009, 04:13:38 pm »

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
Logged

C Programmer working to learn more about C++.
OS: Win 6.1 AKA Win7
Compiler: mingw gcc 4.4 API 3.13 Runtime 3.15.2
IDE: Code::Blocks SVN + patches
wxMSW: SVN 2.9 Trunk & SVN 2.8 branch
SVN: 1.6.x
MortenMacFly
Administrator
Lives here!
*****
Posts: 4691



WWW
« Reply #55 on: March 18, 2009, 04:40:56 pm »

I have not had time to verify the release works and has this fix it it.
It has. Smile
Logged

Logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
Compiling help
Debugging help
Portable C::B
Wolf
Advanced newcomer
*
Posts: 30


« Reply #56 on: March 18, 2009, 09:37:20 pm »

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*
« Last Edit: March 18, 2009, 09:43:33 pm by Wolf » Logged
ollydbg
Lives here!
****
Posts: 1533


Interests on OpenCV and Robotics


WWW
« Reply #57 on: July 15, 2009, 01:54:12 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.codeblocks.org/index.php/topic,10845.msg74221.html#msg74221

Thanks.
« Last Edit: July 16, 2009, 06:40:23 am by ollydbg » Logged

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
Advanced newcomer
*
Posts: 43


« Reply #58 on: July 16, 2009, 06:32:06 am »

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 Razz

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



Logged
Pages: 1 2 3 [4]
  Send this topic  |  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!