Author Topic: 13.0.1 lost my options :(  (Read 4307 times)

evanratt

  • Senior Community Member
  • Posts: 300
  • Hero Points: 23
13.0.1 lost my options :(
« on: June 23, 2008, 11:36:57 PM »
So I was excited to install Slick 13.0.1, but when I did, it seems like my options, color schemes, fonts, and (oddly) some (not all) of my key bindings were lost. I just spent quite a while getting everything back to how I liked it... not fun!

Dennis

  • Senior Community Member
  • Posts: 3961
  • Hero Points: 517
Re: 13.0.1 lost my options :(
« Reply #1 on: June 24, 2008, 01:57:34 PM »
Care to tell us anything more, like what error message you got?  Was vusrdefs.e left open?  Was there an error loading your user macros?  Could you send your 13.0.0 portion of your configuration directory into support so that we could see what may have went awry?

evanratt

  • Senior Community Member
  • Posts: 300
  • Hero Points: 23
Re: 13.0.1 lost my options :(
« Reply #2 on: June 24, 2008, 05:44:23 PM »
Hi Dennis,
Sorry I was so terse - was a bit frustrated yesterday.

In any case, I just renamed my 13.0.1 configuration directory and let Slick convert my 13.0.0 directory again, so I could see exactly what errors came up:

1) There is a dialog box with a Slick-C Error: "Procedure SetEditFont not found"  "file=vusrmacs.ex offset=274".  SetEditFont is in setfont.e/ex in my 13.0.0 directory. It was copied to 13.0.1, but apparently not loaded.

2) There is a Slick-C Stack window (I assume related to the previously mentioned dialog box):
Code: [Select]
Procedure SetEditFont not found
vusrmacs.ex 274 _tbtagwin_form.edit1.\x{c0}()   p_window_id: 35   p_object: OI_EDITOR   p_name: edit1
tbtabgroup.ex 440 _tbLoadTemplateIntoTabGroup(14,487194624,15)   p_window_id: 21   p_object: OI_SSTAB   p_name:
toolbar.ex 1701 _tbSmartLoadTemplate(14,487194624,15,1)   p_window_id: 9   p_object: OI_EDITOR   p_name:
tbview.ex 2179 tbview:autorestore_toolbars(r,53 1 0 4 49 0 N 0,TOOLBARS5)   p_window_id: 9   p_object: OI_EDITOR   p_name:
tbview.ex 4050 _srg_toolbars5(r,53 1 0 4 49 0 N 0,1,<empty>)   p_window_id: 5   p_object: OI_FORM   p_name:
restore.ex 1511 restore:restore2(,<empty>,1,0)   p_window_id: 5   p_object: OI_FORM   p_name:
restore.ex 422 restore(I,0,<empty>,1,0)   p_window_id: 5   p_object: OI_FORM   p_name:

3) vusrdefs.e was left open, with the cursor between the apostrophes in the line reading:
Code: [Select]
def  ''= wfont_zoom;
I'll send my configuration directory to support@slickedit.com as soon as I finish posting this. Thanks for any help.

-Evan

Dennis

  • Senior Community Member
  • Posts: 3961
  • Hero Points: 517
Re: 13.0.1 lost my options :(
« Reply #3 on: June 24, 2008, 05:56:45 PM »
What key [sequence?] did you have bound to wfont_zoom?

evanratt

  • Senior Community Member
  • Posts: 300
  • Hero Points: 23
Re: 13.0.1 lost my options :(
« Reply #4 on: June 24, 2008, 06:07:39 PM »
I don't believe I had any key bound to wfont_zoom. I have keys bound to wfont_zoom_in and wfont_zoom_out, as well as wfont_zoom_standard (which I wrote and is located in my vusrmacs.e file - just zooms back to my original font size), but nothing for wfont_zoom.

-Evan

evanratt

  • Senior Community Member
  • Posts: 300
  • Hero Points: 23
Re: 13.0.1 lost my options :(
« Reply #5 on: June 24, 2008, 06:14:50 PM »
Hmm... I don't know why, but looking at my vusrdefs.e in my 13.0.0 directory, wfont_zoom was assigned to '' as well. I removed that line and reconverted to 13.0.1, and it seems to have worked. Just had to reload my user macros and I was set to go. Out of curiosity, is there a reason that Slick doesn't successfully reload my macros whenever I upgrade it? Not a big deal, but just curious.

In any case, I'm much happier that all of my settings are correct again.

Now the only issue I'm having is the stack trace I still get when I go to the File Extension Manager in the options dialog (posted elsewhere about that).

Thanks for the help,
Evan