the-carlisle-group / Acre-Desktop

A simple Dyalog APL IDE plugin that introduces "projects" and allows you to keep your source code in Unicode text files.
MIT License
11 stars 1 forks source link

How to open log window? #148

Closed norberturkiewicz closed 5 years ago

norberturkiewicz commented 5 years ago

@PhilLast, how do we reopen the log window after it's been closed?

aplteam commented 5 years ago

⎕se.acreAPI.log

norberturkiewicz commented 5 years ago

I can get that last n count of items but this doesn't reopen the window for me.

aplteam commented 5 years ago

⎕se.acreAPI.log 'show'

norberturkiewicz commented 5 years ago

⎕se.acreAPI.log 'show'

Perfect.

PhilLast commented 5 years ago

Also implemented as a command:

      ]?log
Command "ACRE.Log". Syntax:
Accepts modifiers -help -messages[=]

 Hide, show, clear or request all or n msgs from the log
 Syntax: ]acre.Log "hide" | "show" | "file" | "clear" | "all" | number
 https://github.com/the-carlisle-group/Acre-Desktop/wiki/Command-Reference#log

Script location: "C:\Users\[user]\AppData\Local\acre\acre14.0\acre.dyalog"

Note URL above for more.

norberturkiewicz commented 5 years ago

]log ... works great.