Author Topic: Serious regression due to rev 5124  (Read 6878 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Serious regression due to rev 5124
« on: July 20, 2008, 11:54:50 pm »
For example go to the "linker settings : Link libraries". Take for example a project which has more then 1 library.

1) Choose any of those libraries and click edit --> empty selection text

2) adjust for example the second one --> the first one get's replaced by the 'adjusted second one' and the original second on remains in place

This is most probably due to rev 5124 :
Quote
allow multiple selection for libraries in compiler options for all operations (move, copy, delete...)

@Martin : it seems things are not ok with events :
event.GetString() and event.GetSelection(). Are you sure this can/should work as you were intended ??

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Serious regression due to rev 5124
« Reply #1 on: July 21, 2008, 04:29:28 pm »
@Martin : it seems things are not ok with events :
event.GetString() and event.GetSelection(). Are you sure this can/should work as you were intended ??
Ok... it took me a while to reproduce. This is *only* if you click on the "edit" button. If you double-click on the lib (which I do normally) it works as expected. Now that I know when it happens I am starting to research... ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Serious regression due to rev 5124
« Reply #2 on: July 21, 2008, 04:52:00 pm »
Done. Fixed in R5149.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ