Project

Profile

Help

Bug #4488

Updated by Michael Kay about 4 years ago

In developing the Gizmo Gizno solution published at 

 https://stackoverflow.com/questions/60777594/add-a-namespace-prefix-to-the-tags-of-the-default-name-space-of-an-xml-document/60782746#60782746 

 I encountered a few glitches. 

 1.    On the load command, auto-completion of absolute filenames (/Users/mike/...) appears not to be working  

 2. If a relative filename is used and tab is pressed while typing the name of the first step in the file path, auto-completion deletes the "load" command and repositions the cursor at the start of the line. 

 3. Paths are supposed to work with the convention that an unprefixed name matches on local name only. This is not working: I needed to use `/*:svg` rather than `/svg` 

Back