mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fc97861803
Only for autotools, I don't know how to update cmake and scons, sorry. For cmake and scons, you should make sure that moc is called on Server.h using the -D_WIN32 option. In order to enable the server, specify the LyXServer pipe in Tools->Preferences->Paths. The path to be entered there must have the form "\\.\pipe\nameofyourchoice" (without quotes). After that, you can send commands to LyX. For example, if the pipe path is \\.\pipe\lyxpipe, typing the following in a terminal: echo LYXCMD:test:file-open > \\.\pipe\lyxpipe.in type \\.\pipe\lyxpipe.out brings up the file dialog and returns the acknowledgment from LyX. Beware of spaces when using cmd.exe. For example, the following: echo LYXCMD:test:file-open:foo.lyx> \\.\pipe\lyxpipe.in will correctly load the document named foo.lyx, but echo LYXCMD:test:file-open:foo.lyx > \\.\pipe\lyxpipe.in (notice the space before the redirection) will try to load a document whose name is "foo.lyx .lyx" because cmd.exe will also pass the space (sigh). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31189 a592a061-630c-0410-9148-cb99ea01b6c8 |
||
---|---|---|
.. | ||
common.am | ||
config.guess | ||
config.rpath | ||
config.sub | ||
depcomp | ||
install-sh | ||
lyxinclude.m4 | ||
Makefile.am | ||
missing | ||
mkinstalldirs | ||
pkg.m4 | ||
py-compile | ||
qt4.m4 | ||
spell.m4 |