]> git.lyx.org Git - lyx.git/commit
Properly warn on missing pygmentize command
authorEnrico Forestieri <forenr@lyx.org>
Mon, 31 Jul 2017 09:32:28 +0000 (11:32 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Mon, 31 Jul 2017 09:32:28 +0000 (11:32 +0200)
commit44babaf6569898deaa9ba02b1f3170e7144e6791
tree693b4888176d12de169a0df40a7c13964953f8ea
parentaccb4846a88766f138dcf267c88ee74511e01565
Properly warn on missing pygmentize command

- Do not warn when the document properties pane is opened but only
  when minted is selected and the pygmentize command was not found.
- Warn before launching latex if minted is selected and the document
  actually uses listings insets.
src/Converter.cpp
src/frontends/qt4/GuiDocument.cpp