User commands dialog display problem

SALT, SPICE, Subversion, etc...

User commands dialog display problem

Postby Phil Last on Fri Feb 17, 2017 2:40 pm

Using the Options - Configure - User Commands dialog I can add new folders for SALT to scan for .dyalog files defining user commands. When I do this all the folders are neatly displayed in the list below the edit window each time I return to the dialog.

I can also add them using any of:
      ⎕SE.SALT.Settings 'cmddir ...'
⎕SE.UCMD 'settings cmddir ...'
]settings cmddir ...
In these three cases I can retrieve the existing folders:
      'settings cmddir'
as a ';' separated string and catenate my addition before reestablishing the entire existing list with:
      'settings cmddir ',string,';',newfolder
Or I can use a shorthand using a comma as in:
      'settings cmddir ,newfolder'
which catenates the addition without overwriting the previous list.

I can also add a modifier -permanent which means that my changes are retained for further sessions - without it they are for this session only.

In any of these cases what I seem to get back the next time I run the command is a '∘' separated string.

And using the dialog again displays the whole lot in one line as that '∘' separated string instead of the neat list we started with.

Is there any way we can use the programmatic interface - ⎕SE.SALT.Settings, ⎕SE.UCMD'settings' or ]settings and not permanently ruin the output in the dialog?

I'm not about to start fishing into the code that runs all this but my guess is that somewhere there's a mismatch caused by permitting alternative separators or historically changing the separator from ';' to '∘' and the display is still looking for ';'s while the program interface has changed them to '∘'s. Only a guess.
User avatar
Phil Last
 
Posts: 624
Joined: Thu Jun 18, 2009 6:29 pm
Location: Wessex

Re: User commands dialog display problem

Postby kai on Mon Feb 20, 2017 9:57 am

Yes, this seems to be a bug in SALT's "Settings" function.

In my version line 44 reads

val←↑{⍺,'∘',⍵}/val ⍝ merge paths

and that's causing the problem.

That should be fixed asap.
User avatar
kai
 
Posts: 137
Joined: Thu Jun 18, 2009 5:10 pm
Location: Hillesheim / Germany

Re: User commands dialog display problem

Postby kai on Mon Feb 20, 2017 10:03 am

And this:

:Field Public shared PATHDEL←'∘',':;'[1+WIN] ⍝ delimiter accepted on input for SALT/UCMD paths

needs attention as well.
User avatar
kai
 
Posts: 137
Joined: Thu Jun 18, 2009 5:10 pm
Location: Hillesheim / Germany


Return to Source Code Management

Who is online

Users browsing this forum: No registered users and 1 guest