Author Topic: The 22 october 2006 build is out.  (Read 17393 times)

Offline eranif

  • Regular
  • ***
  • Posts: 256
Re: The 22 october 2006 build is out.
« Reply #15 on: October 23, 2006, 10:58:51 pm »
Tab dragging is good but it should have better drop hints where the moving tab will be placed like the Firefox purple arrow.

Note take  :wink:

Eran

Offline severach

  • Multiple posting newcomer
  • *
  • Posts: 44
Re: The 22 october 2006 build is out.
« Reply #16 on: October 24, 2006, 02:55:28 am »
CodeBlocks needs to delete the .obj file on compile error or the executable on linker error. Some compilers fail to do this and it makes for some pretty messed up compiles. Eventually this should be configurable because someone will find a reason why the something ends in an error but the result is still usable.

The executable should be deleted any time one of the object files about to be recompiled. The compilers can't do this and an obj compile error leaves the previous executable there which makes it look like the bug hasn't been fixed yet.

I've never seen tab control requires the focus before the
  • appears and now that I've seen one I don't like it.

« Last Edit: October 24, 2006, 11:40:09 pm by severach »