lyx_mirror/development/cmake
Enrico Forestieri 6ffeab01b7 Implement the LyXServer on Windows.
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/branches/BRANCH_1_6_X@31389 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-13 20:49:30 +00:00
..
boost boost::iostreams is not used nor compiled. 2008-05-23 15:49:16 +00:00
doc Backport of chanes made in trunk. 2009-03-20 14:54:54 +00:00
intl cmake: use external libintl on windows 2008-04-19 08:47:33 +00:00
lyx2lyx Backport of chanes made in trunk. 2009-03-20 14:54:54 +00:00
man autogeneration of tex2lyx.1 and lyxclient.1 2009-03-28 11:08:38 +00:00
modules Implement the LyXServer on Windows. 2009-09-13 20:49:30 +00:00
po Change the quote style to satisfy MSVC. 2009-05-03 15:17:02 +00:00
scripts Backport of chanes made in trunk. 2009-03-20 14:54:54 +00:00
src Implement the LyXServer on Windows. 2009-09-13 20:49:30 +00:00
build-debug.bat update cmake build system 2007-09-04 18:41:37 +00:00
build.bat update cmake build system 2007-09-04 18:41:37 +00:00
CMakeLists.txt Added support for build with aiksaurus 2009-04-25 13:33:55 +00:00
config.cpp.cmake rename config.C.cmake to config.cpp.cmake 2007-10-07 11:10:45 +00:00
config.h.cmake Added support for build with aiksaurus 2009-04-25 13:33:55 +00:00
configCompiler.h.cmake Backport of chanes made in trunk. 2009-03-20 14:54:54 +00:00
configCompiler.h.msvc cmake: enable lyxserver on linux 2008-01-05 13:12:37 +00:00
ConfigureChecks.cmake Enable sockets on linux too. Maybe more more portable, than checking for 2009-06-04 14:58:42 +00:00
Install.cmake Backport of chanes made in trunk. 2009-03-20 14:54:54 +00:00
LyX_description.txt Backport of chanes made in trunk. 2009-03-20 14:54:54 +00:00
LyX_license.txt Backport of chanes made in trunk. 2009-03-20 14:54:54 +00:00
LyX_summary.txt Backport of chanes made in trunk. 2009-03-20 14:54:54 +00:00
pcheaders.h remove boost/filesystem/* 2007-11-27 10:07:49 +00:00
PyCompile.cmake Backport of chanes made in trunk. 2009-03-20 14:54:54 +00:00