User forums > Nightly builds
The 22 october 2006 build is out.
jmccay:
I got it running without any errors. I just wanted to say...AWESOME job! I love the latest version! I found out you can drag the tabs around. For example, if you on a cpp file, and then open a few more files. After those action, you open the header file to the first. I found out you can drag the tab of the header file to be next cpp file!
WxSmith is awesome too. I love it. Great work.
Still to questions (not really problems though):
* is there a way to view the tips that pop up in the lower right corner (yellow box) after they disappear?
* Is there some files I could just copy instead to keep my settings and avoid this problem in the future by not copping the whole directory?
Thank you.
jmccay
TDragon:
--- Quote from: jmccay on October 23, 2006, 03:52:41 am ---Is there some files I could just copy instead to keep my settings and avoid this problem in the future by not copping the whole directory?
--- End quote ---
Code::Blocks settings are saved by default in a file named "default.conf" in a system-specific folder. Under Windows XP, this will be Documents and Settings\<user>\Application Data\codeblocks. No settings should be saved in the directory containing your C::B installation; therefore, you may safely delete old builds and copy new builds to an empty folder.
severach:
Tab dragging is good but it should have better drop hints where the moving tab will be placed like the Firefox purple arrow.
Code::Blocks needs to check the time on all the lib files and rebuild the EXE if any lib is newer. It is difficult to build an app and a library together because I must manually delete the executable each time I rebuild the library.
"Compile current file" should always compile without checking times. Change the description to "Build file" or "Build Current File" if you want to check times.
TDragon:
--- Quote from: severach on October 23, 2006, 06:57:54 pm ---Code::Blocks needs to check the time on all the lib files and rebuild the EXE if any lib is newer. It is difficult to build an app and a library together because I must manually delete the executable each time I rebuild the library.
--- End quote ---
To get around this in the meantime, add the library files as external dependency files for the targets in the project's properties.
Belgabor:
--- Quote from: severach on October 23, 2006, 06:57:54 pm ---Tab dragging is good but it should have better drop hints where the moving tab will be placed like the Firefox purple arrow.
Code::Blocks needs to check the time on all the lib files and rebuild the EXE if any lib is newer. It is difficult to build an app and a library together because I must manually delete the executable each time I rebuild the library.
"Compile current file" should always compile without checking times. Change the description to "Build file" or "Build Current File" if you want to check times.
--- End quote ---
I'd like to add that "Compile current file" also should compile the file if I deactivate compilation in it's properties to keep it out of the usual project compilation process.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version