]> git.lyx.org Git - features.git/commit
Centralize substitution of python commands
authorScott Kostyshak <skostysh@lyx.org>
Mon, 3 Feb 2014 15:57:52 +0000 (10:57 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Wed, 14 May 2014 19:45:20 +0000 (15:45 -0400)
commit1821c6d8a32fe9cfac4f705038f19161814f6700
treeb852c6bae23835cb7b6e47fa54c112bca59f344d
parent8b66f9cedf5c32026c66d1a8ac0276adcb864c8e
Centralize substitution of python commands

The code for detecting python commands and substituting in the
correct prefix is now merged with what used to be libScriptSearch()
and is now renamed to commandPrep(). This commit does not change
any functionality and just improves organization to reduce the
chance of bugs in the future.
src/support/ForkedCalls.cpp
src/support/ForkedCalls.h
src/support/Systemcall.cpp
src/support/Systemcall.h
src/support/filetools.cpp
src/support/filetools.h