All files have local copies. I can open and edit them just fine, but using the "Go to Definition" always opens it in read only mode.

The folder setting was previously "src" I guess by default. I've tried null and various forms of the path for the "folder" setting.

Our Git repository is d:\Repos

The atelier setting is true

The path for an example class I have open is

d:\Repos\PATS\Server\Namespaces\AXIS\Axis\Pat\Display.cls

If I use F12 (Go to Definition) on the following I get the file in read only mode:

##class(Axis.Pat.Lib).PatKeyToPatNum(Pat)

Even though the file exists as:

d:\Repos\PATS\Server\Namespaces\AXIS\Axis\Pat\Lib.cls

That is, they are both in same directory.

It is unclear how much of the path should be in the "folder" setting.

Should I just call Support?

The "open declaration" doesn't seem to work when editing a routine (int code).  F12 would open that routine in a new tab and jump to the correct tag. Atelier just beeps and reports "Current text selection does not resolve to a Script element".

The Eclipse bookmarks are cumbersome and not nearly as convenient as Studio. I don't want to give it some bookmark name, I just want to mark that location like I could in Studio. A simple on/off toggle is all I need. That way I could mark a spot and quickly jump back there as necessary. It is extremely useful.