lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Point and Click does not work on Windows


From: ArnoldTheresius
Subject: Re: Point and Click does not work on Windows
Date: Wed, 17 Apr 2013 03:29:33 -0700 (PDT)

Eluze wrote
> ...
> it would be nice to add a few more editors, e.g. (for windows)
> 
> context.exe            /g
> <column>
> :
> <line>
>  file
> notepad++.exe       -n
> <line>
>  -c
> <column>
>  file
> pspad.exe              -
> <line>
>  file
> 
> and finally (?) if the editor associated with the .ly file extension could
> be launched… (it is stored in
> HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ly\userchoice)
> 
> thanks!
> Eluze

The first three should be simple:
  ("context" . "context /g%(column)s:%(line)s %(file)s")
  ("notepad++" . "notepad++ -n%(line)s -c%(column)s %(file)s")
  ("pspad" . "pspad -%(line)s %(file)s")

To select on than it's enough to set the env. var. like
   LYEDITOR=pspad

For the last one I need to check how scheme can read the windows registry.
Hopefully I find this information.

ArnoldTheresius



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Point-and-Click-does-not-work-on-Windows-tp115986p144634.html
Sent from the Dev mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]