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.
_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel