Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

how to get the list of text editor from registry


1 reply to this topic

angp

angp
  • Full Members
  • 49 posts

Posted 02 November 2005 - 04:10

Hi All,

Which registry entry shows the available text editor in the user's machine?

Best regards,
angp

FrankSpierings

FrankSpierings
  • Members
  • 22 posts

Posted 30 December 2005 - 11:16

For the default text editor, i think you should rely on the extensions.

HKCR\.txt\default = txtfile
HKCR\txtfile\shell\open\command\default = %SystemRoot%\system32\Notepad.exe "%1"

But available text editors is whole different ball game. Because how are you going to know which program is a text editor ? I don't think u really can.
Example: Total commander has a built-in text editor (i think). But the system doesn't keep track of that fact.

So i still think you should use the extension.

May i ask why you want to know the available text editors ?