Author Topic: B4: Build errors in message list don't seem to generate correctly  (Read 3267 times)

skywise

  • Senior Community Member
  • Posts: 331
  • Hero Points: 10
B4: Build errors in message list don't seem to generate correctly
« on: September 12, 2014, 07:49:55 PM »
Win 7x64, VS2010, C++ (brief keymode)


Dennis

  • Senior Community Member
  • Posts: 3965
  • Hero Points: 517
Re: B4: Build errors in message list don't seem to generate correctly
« Reply #1 on: September 12, 2014, 08:03:02 PM »
It looks like the column widths in the message browser tool window were not restored correctly.  I'll look into it.

skywise

  • Senior Community Member
  • Posts: 331
  • Hero Points: 10
Re: B4: Build errors in message list don't seem to generate correctly
« Reply #2 on: September 12, 2014, 08:28:20 PM »
Just checked, columns were all on the far left and I can "slide" them out.
FYI, I started with a config directory from Beta2 and that didn't import the configs correctly so I blew away the 19.0.0 folder altogether and restarted SE and let it bring in the configs from my 18.0.0 folder.  Not sure if that has an impact or not.

skywise

  • Senior Community Member
  • Posts: 331
  • Hero Points: 10
Re: B4: Build errors in message list don't seem to generate correctly
« Reply #3 on: September 17, 2014, 05:05:12 PM »
This is better but not quite right for Beta 5, the source file and Description columns seem too short, especially as the entire row barely fills half my screen size - I thought it might be a problem from updating between beta versions so I blew away my 19.0.0 config directory and tried again -

(note Source File had the same column width as Description but I shortened it to hide the paths, the other columns are untouched. :) )




Rodney

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 798
  • Hero Points: 54
Re: B4: Build errors in message list don't seem to generate correctly
« Reply #4 on: September 17, 2014, 05:11:55 PM »
We are still working on this. There is some tool-window initialization that needs to be deferred until after the window is in a layout.

++rodney

Rodney

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 798
  • Hero Points: 54
Re: B4: Build errors in message list don't seem to generate correctly
« Reply #5 on: September 19, 2014, 07:39:55 PM »
Fixed for the next build.

++rodney

skywise

  • Senior Community Member
  • Posts: 331
  • Hero Points: 10
Re: B4: Build errors in message list don't seem to generate correctly
« Reply #6 on: September 19, 2014, 07:42:46 PM »
Thanks!