Author Topic: Configuration: WOrkspace history  (Read 2865 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Configuration: WOrkspace history
« on: July 16, 2016, 12:38:45 AM »
Configuration:
If the intent is to be able to copy user.cfg.xml between machines
Does it make sense to include machine specific paths - like recent workspaces?

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6866
  • Hero Points: 528
Re: Configuration: WOrkspace history
« Reply #1 on: July 16, 2016, 01:17:38 AM »
The recent workspace history data is stored in vrestore.slk.

I think you're talking about def_workspace_info which is really user configurable data (Project>All Workspaces).

In general, it allows paths but it's not supposed copy Windows paths to Unix, or Mac. It needs to use the "config" attribute to specify the platform. We will fix this. Good catch!