You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2024. It is now read-only.
I have an action thatI use frequently (I'd say almost daily). And now I noticed it no longer works. But then I've been sick for a few days - so it may have stopped working last week - but I can't relate that to any updates of egomobile. I also went back to 1.84.2 which I swear it once worked with - and it does not.
Admittedly this is crazy weird - it's confusing and I have no idea what to do :(
Well, except...the only idea I had was to open Termin>Output>ego and it showed the opening msg with the commandline and on [OK] suffix. Copying that commandline into a DOS console worked.
Is there anything else I could do to dig deeper into this?
BTW, in case it matters, the button def is:
{
"text": "$(file) DyaEdit",
"ifFile": "(.dyalog|.mipage|.aplf|.aplc|.apln|.dyascript)$",
"priority": 1030,
"tooltip": "Opens the Dyalog Editor from 19.0 on current file",
"action": {
"type": "shell",
"command": "\"C:/Program Files/Dyalog/Dyalog APL-64 19.0 Unicode/dyaedit.exe\" \"${activeFile}\"",
},
"onEditorChanged": " $v['button'].update() "
},
it opens an alternative editor on the curent file.
The text was updated successfully, but these errors were encountered:
2024-03-13: updated def - still can't get it to work :(
Also experimented with "command": "\"C:\\Program Files\\Dyalog\\Dyalog APL-64 19.0 Unicode\\dyaedit.exe\" \"${activeFile}\"",
in case the forward slashes would be a problem (which they were not).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have an action thatI use frequently (I'd say almost daily). And now I noticed it no longer works. But then I've been sick for a few days - so it may have stopped working last week - but I can't relate that to any updates of egomobile. I also went back to 1.84.2 which I swear it once worked with - and it does not.
Admittedly this is crazy weird - it's confusing and I have no idea what to do :(
Well, except...the only idea I had was to open Termin>Output>ego and it showed the opening msg with the commandline and on [OK] suffix. Copying that commandline into a DOS console worked.
Is there anything else I could do to dig deeper into this?
BTW, in case it matters, the button def is:
it opens an alternative editor on the curent file.
The text was updated successfully, but these errors were encountered: