How to: Preview APL script files in Windows Explorer
Forum rules
The FAQ is a read-only forum which is in general updated only by employees of Dyalog Ltd. It replaces the FAQ page which existed under http://www.dyalog.com. Rather than rejecting other posts to this forum, such posts will be put in a moderation queue, and moved to a more appropriate forum.
The FAQ is a read-only forum which is in general updated only by employees of Dyalog Ltd. It replaces the FAQ page which existed under http://www.dyalog.com. Rather than rejecting other posts to this forum, such posts will be put in a moderation queue, and moved to a more appropriate forum.
1 post
• Page 1 of 1
How to: Preview APL script files in Windows Explorer
.dyalog and .dyapp script files in the Preview pane of Windows Explorer. To open the Preview pane:
Having Dyalog installed is not required, but you must be running at least Windows 7 SP1 or Windows Server 2008 R2 SP1. You also need the APL385 Unicode font for proper formatting. It is installed with Dyalog (even the Classic version), but can also be downloaded.
An upcoming set of installers for version 14.1 will automatically add the registry values, but even if you already have Dyalog installed you can easily enable previewing by doing the following:
It is possible to view the contents of - Windows 7: Select Preview pane under the menu item Layout on Explorer’s Organize menu.
- Windows 8, 8.1, and 10: Click the Preview button in the Panes section of the View tab.
Having Dyalog installed is not required, but you must be running at least Windows 7 SP1 or Windows Server 2008 R2 SP1. You also need the APL385 Unicode font for proper formatting. It is installed with Dyalog (even the Classic version), but can also be downloaded.
An upcoming set of installers for version 14.1 will automatically add the registry values, but even if you already have Dyalog installed you can easily enable previewing by doing the following:
- Click SELECT ALL in the CODE box below, then press Ctrl+C.
- Open Notepad, then press Ctrl+V.
- If you want keep your current font settings, remove the last four lines.
- Save the file as preview.reg.
- Find the file you just saved in Windows Explorer and double-click on it.
- Confirm at the dialog box, then close the confirmation message.
- Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.dyalog]
@="dyalogfile"
"PerceivedType"="text"
[HKEY_CLASSES_ROOT\.dyapp]
@="dyappfile"
"PerceivedType"="text"
; OPTIONAL LINES:
[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"lfWeight"=dword:00000190
"lfItalic"=dword:00000000
"lfFaceName"="APL385 Unicode"
-
Adam|Dyalog - Posts: 143
- Joined: Thu Jun 25, 2015 1:13 pm
1 post
• Page 1 of 1
Return to Frequently Asked Questions (FAQ)
Who is online
Users browsing this forum: No registered users and 1 guest
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group