2003-02-28 09:49:49 +00:00
|
|
|
/**
|
2007-04-26 04:41:58 +00:00
|
|
|
* \file Format.cpp
|
2003-02-28 09:49:49 +00:00
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
* Licence details can be found in the file COPYING.
|
|
|
|
*
|
|
|
|
* \author Dekel Tsur
|
|
|
|
*
|
2003-08-23 00:17:00 +00:00
|
|
|
* Full author contact details are available in file CREDITS.
|
2003-02-28 09:49:49 +00:00
|
|
|
*/
|
|
|
|
|
2003-05-23 13:54:09 +00:00
|
|
|
#include <config.h>
|
|
|
|
|
2007-04-26 04:41:58 +00:00
|
|
|
#include "Format.h"
|
|
|
|
#include "Buffer.h"
|
|
|
|
#include "BufferParams.h"
|
|
|
|
#include "LyXRC.h"
|
2003-02-28 09:49:49 +00:00
|
|
|
#include "debug.h"
|
|
|
|
#include "gettext.h"
|
2007-04-29 16:22:46 +00:00
|
|
|
#include "ServerSocket.h"
|
2003-02-28 09:49:49 +00:00
|
|
|
|
2006-09-22 12:34:13 +00:00
|
|
|
#include "frontends/Application.h"
|
2007-04-28 20:44:46 +00:00
|
|
|
#include "frontends/alert.h" //to be removed?
|
2003-02-28 09:49:49 +00:00
|
|
|
|
|
|
|
#include "support/filetools.h"
|
2006-05-17 22:13:33 +00:00
|
|
|
#include "support/lstrings.h"
|
|
|
|
#include "support/os.h"
|
Rename files in src/support, step one.
src/support/package.h src/support/Package.h Package
src/support/package.C.in src/support/Package.C.in Package
src/support/path.h src/support/Path.h Path
src/support/fs_extras.h src/support/fs_extras.h NOCLASSES
src/support/RandomAccessList.h src/support/RandomAccessList.h RandomAccessList
src/support/lyxmanip.h src/support/lyxmanip.h NOCLASSES
src/support/rename.C src/support/rename.cpp NOCLASSES
src/support/abort.C src/support/abort.cpp NOCLASSES
src/support/lyxlib.h src/support/lyxlib.h NOCLASSES
src/support/ExceptionMessage.h src/support/ExceptionMessage.h ExceptionMessage
src/support/copy.C src/support/copy.cpp NOCLASSES
src/support/limited_stack.h src/support/limited_stack.h limited_stack
src/support/filefilterlist.C src/support/FileFilterList.cpp ['FileFilterList', 'Filter']
src/support/cow_ptr.h src/support/cow_ptr.h cow_ptr
src/support/os_unix.C src/support/os_unix.cpp NOCLASSES
src/support/socktools.h src/support/socktools.h NOCLASSES
src/support/forkedcontr.h src/support/ForkedcallsController.h ForkedcallsController
src/support/os.h src/support/os.h NOCLASSES
src/support/FileMonitor.h src/support/FileMonitor.h FileMonitor
src/support/copied_ptr.h src/support/copied_ptr.h copied_ptr
src/support/translator.h src/support/Translator.h Translator
src/support/filetools.C src/support/filetools.cpp NOCLASSES
src/support/unlink.C src/support/unlink.cpp NOCLASSES
src/support/os_win32.C src/support/os_win32.cpp GetFolderPath
src/support/lstrings.C src/support/lstrings.cpp NOCLASSES
src/support/qstring_helpers.C src/support/qstring_helpers.cpp NOCLASSES
src/support/getcwd.C src/support/getcwd.cpp NOCLASSES
src/support/systemcall.C src/support/Systemcall.cpp Systemcall
src/support/lyxalgo.h src/support/lyxalgo.h NOCLASSES
src/support/filefilterlist.h src/support/FileFilterList.h ['FileFilterList', 'Filter']
src/support/unicode.C src/support/unicode.cpp IconvProcessor
src/support/userinfo.C src/support/userinfo.cpp NOCLASSES
src/support/lyxtime.C src/support/lyxtime.cpp NOCLASSES
src/support/kill.C src/support/kill.cpp NOCLASSES
src/support/docstring.C src/support/docstring.cpp to_local8bit_failure
src/support/os_cygwin.C src/support/os_cygwin.cpp NOCLASSES
src/support/lyxsum.C src/support/lyxsum.cpp NOCLASSES
src/support/environment.C src/support/environment.cpp NOCLASSES
src/support/filetools.h src/support/filetools.h NOCLASSES
src/support/textutils.C src/support/textutils.cpp NOCLASSES
src/support/mkdir.C src/support/mkdir.cpp NOCLASSES
src/support/forkedcall.C src/support/Forkedcall.cpp ['ForkedProcess', 'Forkedcall']
src/support/tempname.C src/support/tempname.cpp NOCLASSES
src/support/os_win32.h src/support/os_win32.h GetFolderPath
src/support/types.h src/support/types.h NOCLASSES
src/support/lstrings.h src/support/lstrings.h NOCLASSES
src/support/forkedcallqueue.C src/support/ForkedCallQueue.cpp ForkedCallQueue
src/support/qstring_helpers.h src/support/qstring_helpers.h NOCLASSES
src/support/convert.C src/support/convert.cpp NOCLASSES
src/support/filename.C src/support/FileName.cpp ['FileName', 'DocFileName']
src/support/tests/convert.C src/support/tests/convert.cpp NOCLASSES
src/support/tests/filetools.C src/support/tests/filetools.cpp NOCLASSES
src/support/tests/lstrings.C src/support/tests/lstrings.cpp NOCLASSES
src/support/tests/boost.C src/support/tests/boost.cpp NOCLASSES
src/support/docstream.C src/support/docstream.cpp ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/std_istream.h src/support/std_istream.h NOCLASSES
src/support/systemcall.h src/support/Systemcall.h Systemcall
src/support/chdir.C src/support/chdir.cpp NOCLASSES
src/support/std_ostream.h src/support/std_ostream.h NOCLASSES
src/support/unicode.h src/support/unicode.h IconvProcessor
src/support/path.C src/support/Path.cpp Path
src/support/fs_extras.C src/support/fs_extras.cpp NOCLASSES
src/support/userinfo.h src/support/userinfo.h NOCLASSES
src/support/lyxtime.h src/support/lyxtime.h NOCLASSES
src/support/docstring.h src/support/docstring.h to_local8bit_failure
src/support/debugstream.h src/support/debugstream.h basic_debugstream
src/support/environment.h src/support/environment.h NOCLASSES
src/support/textutils.h src/support/textutils.h NOCLASSES
src/support/forkedcall.h src/support/Forkedcall.h ['ForkedProcess', 'Forkedcall']
src/support/socktools.C src/support/socktools.cpp NOCLASSES
src/support/forkedcallqueue.h src/support/ForkedCallQueue.h ForkedCallQueue
src/support/forkedcontr.C src/support/ForkedcallsController.cpp ForkedcallsController
src/support/os.C src/support/os.cpp NOCLASSES
src/support/convert.h src/support/convert.h NOCLASSES
src/support/filename.h src/support/FileName.h ['FileName', 'DocFileName']
src/support/docstream.h src/support/docstream.h ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/FileMonitor.C src/support/FileMonitor.cpp FileMonitor
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18024 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 05:12:52 +00:00
|
|
|
#include "support/Systemcall.h"
|
2003-02-28 09:49:49 +00:00
|
|
|
|
2007-09-16 10:36:57 +00:00
|
|
|
using std::find_if;
|
2007-07-17 17:46:54 +00:00
|
|
|
using std::string;
|
|
|
|
using std::distance;
|
|
|
|
|
2006-10-21 00:16:43 +00:00
|
|
|
|
|
|
|
namespace lyx {
|
|
|
|
|
|
|
|
using support::absolutePath;
|
|
|
|
using support::bformat;
|
|
|
|
using support::compare_ascii_no_case;
|
|
|
|
using support::contains;
|
2006-11-26 21:30:39 +00:00
|
|
|
using support::FileName;
|
2006-10-21 00:16:43 +00:00
|
|
|
using support::libScriptSearch;
|
|
|
|
using support::makeDisplayPath;
|
|
|
|
using support::onlyPath;
|
|
|
|
using support::quoteName;
|
|
|
|
using support::subst;
|
|
|
|
using support::Systemcall;
|
|
|
|
using support::token;
|
2003-06-30 23:56:22 +00:00
|
|
|
|
2006-10-21 00:16:43 +00:00
|
|
|
namespace Alert = frontend::Alert;
|
|
|
|
namespace os = support::os;
|
2006-05-17 22:13:33 +00:00
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
namespace {
|
|
|
|
|
2007-03-20 21:53:01 +00:00
|
|
|
string const token_from_format("$$i");
|
|
|
|
string const token_path_format("$$p");
|
|
|
|
string const token_socket_format("$$a");
|
2003-02-28 09:49:49 +00:00
|
|
|
|
2004-01-31 15:30:24 +00:00
|
|
|
|
|
|
|
class FormatNamesEqual : public std::unary_function<Format, bool> {
|
|
|
|
public:
|
|
|
|
FormatNamesEqual(string const & name)
|
|
|
|
: name_(name) {}
|
|
|
|
bool operator()(Format const & f) const
|
|
|
|
{
|
|
|
|
return f.name() == name_;
|
|
|
|
}
|
|
|
|
private:
|
|
|
|
string name_;
|
|
|
|
};
|
|
|
|
|
2004-11-09 19:08:34 +00:00
|
|
|
|
|
|
|
class FormatExtensionsEqual : public std::unary_function<Format, bool> {
|
|
|
|
public:
|
|
|
|
FormatExtensionsEqual(string const & extension)
|
|
|
|
: extension_(extension) {}
|
|
|
|
bool operator()(Format const & f) const
|
|
|
|
{
|
|
|
|
return f.extension() == extension_;
|
|
|
|
}
|
|
|
|
private:
|
|
|
|
string extension_;
|
|
|
|
};
|
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
} //namespace anon
|
|
|
|
|
|
|
|
bool operator<(Format const & a, Format const & b)
|
|
|
|
{
|
|
|
|
// use the compare_ascii_no_case instead of compare_no_case,
|
|
|
|
// because in turkish, 'i' is not the lowercase version of 'I',
|
|
|
|
// and thus turkish locale breaks parsing of tags.
|
|
|
|
|
|
|
|
return compare_ascii_no_case(a.prettyname(), b.prettyname()) < 0;
|
|
|
|
}
|
|
|
|
|
2006-05-20 12:03:40 +00:00
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
Format::Format(string const & n, string const & e, string const & p,
|
2006-05-20 12:03:40 +00:00
|
|
|
string const & s, string const & v, string const & ed,
|
2007-05-28 22:27:45 +00:00
|
|
|
int flags)
|
2006-05-20 12:03:40 +00:00
|
|
|
: name_(n), extension_(e), prettyname_(p), shortcut_(s), viewer_(v),
|
2006-10-03 08:34:59 +00:00
|
|
|
editor_(ed), flags_(flags)
|
2003-02-28 09:49:49 +00:00
|
|
|
{}
|
|
|
|
|
|
|
|
|
|
|
|
bool Format::dummy() const
|
|
|
|
{
|
|
|
|
return extension().empty();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool Format::isChildFormat() const
|
|
|
|
{
|
|
|
|
if (name_.empty())
|
|
|
|
return false;
|
|
|
|
return isdigit(name_[name_.length() - 1]);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
string const Format::parentFormat() const
|
|
|
|
{
|
|
|
|
return name_.substr(0, name_.length() - 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// This method should return a reference, and throw an exception
|
|
|
|
// if the format named name cannot be found (Lgb)
|
|
|
|
Format const * Formats::getFormat(string const & name) const
|
|
|
|
{
|
|
|
|
FormatList::const_iterator cit =
|
|
|
|
find_if(formatlist.begin(), formatlist.end(),
|
2004-01-31 15:30:24 +00:00
|
|
|
FormatNamesEqual(name));
|
2003-02-28 09:49:49 +00:00
|
|
|
if (cit != formatlist.end())
|
|
|
|
return &(*cit);
|
|
|
|
else
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-11-26 21:30:39 +00:00
|
|
|
string Formats::getFormatFromFile(FileName const & filename) const
|
2004-11-09 19:08:34 +00:00
|
|
|
{
|
|
|
|
if (filename.empty())
|
|
|
|
return string();
|
|
|
|
|
2007-10-20 17:35:27 +00:00
|
|
|
string const format = filename.guessFormatFromContents();
|
2004-11-09 19:08:34 +00:00
|
|
|
if (!format.empty())
|
|
|
|
return format;
|
|
|
|
|
|
|
|
// try to find a format from the file extension.
|
2007-10-20 17:35:27 +00:00
|
|
|
string const ext = support::getExtension(filename.absFilename());
|
2006-04-05 23:56:29 +00:00
|
|
|
if (!ext.empty()) {
|
2004-11-09 19:08:34 +00:00
|
|
|
// this is ambigous if two formats have the same extension,
|
|
|
|
// but better than nothing
|
|
|
|
Formats::const_iterator cit =
|
|
|
|
find_if(formatlist.begin(), formatlist.end(),
|
2006-04-05 23:56:29 +00:00
|
|
|
FormatExtensionsEqual(ext));
|
2004-11-09 19:08:34 +00:00
|
|
|
if (cit != formats.end()) {
|
2007-04-01 10:09:49 +00:00
|
|
|
LYXERR(Debug::GRAPHICS)
|
2004-11-09 19:08:34 +00:00
|
|
|
<< "\twill guess format from file extension: "
|
|
|
|
<< ext << " -> " << cit->name() << std::endl;
|
|
|
|
return cit->name();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
2006-05-17 22:13:33 +00:00
|
|
|
|
2007-10-20 17:35:27 +00:00
|
|
|
static string fixCommand(string const & cmd, string const & ext,
|
2006-05-17 22:13:33 +00:00
|
|
|
os::auto_open_mode mode)
|
|
|
|
{
|
|
|
|
// configure.py says we do not want a viewer/editor
|
|
|
|
if (cmd.empty())
|
|
|
|
return cmd;
|
|
|
|
|
|
|
|
// Does the OS manage this format?
|
|
|
|
if (os::canAutoOpenFile(ext, mode))
|
|
|
|
return "auto";
|
|
|
|
|
|
|
|
// if configure.py found nothing, clear the command
|
2006-05-25 11:57:22 +00:00
|
|
|
if (token(cmd, ' ', 0) == "auto")
|
2006-05-17 22:13:33 +00:00
|
|
|
return string();
|
|
|
|
|
|
|
|
// use the command found by configure.py
|
|
|
|
return cmd;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void Formats::setAutoOpen()
|
|
|
|
{
|
|
|
|
FormatList::iterator fit = formatlist.begin();
|
|
|
|
FormatList::iterator const fend = formatlist.end();
|
|
|
|
for ( ; fit != fend ; ++fit) {
|
|
|
|
fit->setViewer(fixCommand(fit->viewer(), fit->extension(), os::VIEW));
|
|
|
|
fit->setEditor(fixCommand(fit->editor(), fit->extension(), os::EDIT));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2004-11-09 19:08:34 +00:00
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
int Formats::getNumber(string const & name) const
|
|
|
|
{
|
|
|
|
FormatList::const_iterator cit =
|
|
|
|
find_if(formatlist.begin(), formatlist.end(),
|
2004-01-31 15:30:24 +00:00
|
|
|
FormatNamesEqual(name));
|
2003-02-28 09:49:49 +00:00
|
|
|
if (cit != formatlist.end())
|
2004-01-31 15:30:24 +00:00
|
|
|
return distance(formatlist.begin(), cit);
|
2003-02-28 09:49:49 +00:00
|
|
|
else
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void Formats::add(string const & name)
|
|
|
|
{
|
|
|
|
if (!getFormat(name))
|
2006-10-03 08:34:59 +00:00
|
|
|
add(name, name, name, string(), string(), string(),
|
|
|
|
Format::document);
|
2003-02-28 09:49:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void Formats::add(string const & name, string const & extension,
|
2004-10-05 10:11:42 +00:00
|
|
|
string const & prettyname, string const & shortcut,
|
2007-05-28 22:27:45 +00:00
|
|
|
string const & viewer, string const & editor,
|
|
|
|
int flags)
|
2003-02-28 09:49:49 +00:00
|
|
|
{
|
|
|
|
FormatList::iterator it =
|
|
|
|
find_if(formatlist.begin(), formatlist.end(),
|
2004-01-31 15:30:24 +00:00
|
|
|
FormatNamesEqual(name));
|
2003-02-28 09:49:49 +00:00
|
|
|
if (it == formatlist.end())
|
|
|
|
formatlist.push_back(Format(name, extension, prettyname,
|
2007-05-28 22:27:45 +00:00
|
|
|
shortcut, viewer, editor, flags));
|
2004-04-13 10:36:09 +00:00
|
|
|
else
|
2006-05-20 12:03:40 +00:00
|
|
|
*it = Format(name, extension, prettyname, shortcut, viewer,
|
2006-10-03 08:34:59 +00:00
|
|
|
editor, flags);
|
2003-02-28 09:49:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void Formats::erase(string const & name)
|
|
|
|
{
|
|
|
|
FormatList::iterator it =
|
|
|
|
find_if(formatlist.begin(), formatlist.end(),
|
2004-01-31 15:30:24 +00:00
|
|
|
FormatNamesEqual(name));
|
2003-02-28 09:49:49 +00:00
|
|
|
if (it != formatlist.end())
|
|
|
|
formatlist.erase(it);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void Formats::sort()
|
|
|
|
{
|
|
|
|
std::sort(formatlist.begin(), formatlist.end());
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void Formats::setViewer(string const & name, string const & command)
|
|
|
|
{
|
|
|
|
add(name);
|
|
|
|
FormatList::iterator it =
|
|
|
|
find_if(formatlist.begin(), formatlist.end(),
|
2004-01-31 15:30:24 +00:00
|
|
|
FormatNamesEqual(name));
|
2003-02-28 09:49:49 +00:00
|
|
|
if (it != formatlist.end())
|
|
|
|
it->setViewer(command);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-11-26 21:30:39 +00:00
|
|
|
bool Formats::view(Buffer const & buffer, FileName const & filename,
|
2004-10-05 10:11:42 +00:00
|
|
|
string const & format_name) const
|
2003-02-28 09:49:49 +00:00
|
|
|
{
|
2007-10-18 19:29:32 +00:00
|
|
|
if (filename.empty() || !filename.exists()) {
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Cannot view file"),
|
|
|
|
bformat(_("File does not exist: %1$s"),
|
2006-11-26 21:30:39 +00:00
|
|
|
from_utf8(filename.absFilename())));
|
2003-02-28 09:49:49 +00:00
|
|
|
return false;
|
2006-05-17 22:13:33 +00:00
|
|
|
}
|
2003-02-28 09:49:49 +00:00
|
|
|
|
|
|
|
Format const * format = getFormat(format_name);
|
|
|
|
if (format && format->viewer().empty() &&
|
|
|
|
format->isChildFormat())
|
|
|
|
format = getFormat(format->parentFormat());
|
|
|
|
if (!format || format->viewer().empty()) {
|
2006-05-17 22:13:33 +00:00
|
|
|
// FIXME: I believe this is the wrong place to show alerts, it should be done
|
|
|
|
// by the caller (this should be "utility" code)
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Cannot view file"),
|
|
|
|
bformat(_("No information for viewing %1$s"),
|
2003-05-13 09:48:57 +00:00
|
|
|
prettyName(format_name)));
|
|
|
|
return false;
|
2003-02-28 09:49:49 +00:00
|
|
|
}
|
2006-05-17 22:13:33 +00:00
|
|
|
// viewer is 'auto'
|
|
|
|
if (format->viewer() == "auto") {
|
2006-11-26 21:30:39 +00:00
|
|
|
if (os::autoOpenFile(filename.absFilename(), os::VIEW))
|
2006-05-17 22:13:33 +00:00
|
|
|
return true;
|
|
|
|
else {
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Cannot view file"),
|
|
|
|
bformat(_("Auto-view file %1$s failed"),
|
2006-11-26 21:30:39 +00:00
|
|
|
from_utf8(filename.absFilename())));
|
2006-05-17 22:13:33 +00:00
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
2003-02-28 09:49:49 +00:00
|
|
|
|
2006-04-08 22:31:11 +00:00
|
|
|
string command = libScriptSearch(format->viewer());
|
2003-02-28 09:49:49 +00:00
|
|
|
|
|
|
|
if (format_name == "dvi" &&
|
|
|
|
!lyxrc.view_dvi_paper_option.empty()) {
|
|
|
|
command += ' ' + lyxrc.view_dvi_paper_option;
|
2003-09-09 09:47:59 +00:00
|
|
|
string paper_size = buffer.params().paperSizeName();
|
2003-02-28 09:49:49 +00:00
|
|
|
if (paper_size == "letter")
|
|
|
|
paper_size = "us";
|
|
|
|
command += ' ' + paper_size;
|
2003-09-09 09:47:59 +00:00
|
|
|
if (buffer.params().orientation == ORIENTATION_LANDSCAPE)
|
2003-02-28 09:49:49 +00:00
|
|
|
command += 'r';
|
|
|
|
}
|
|
|
|
|
2007-03-20 21:53:01 +00:00
|
|
|
if (!contains(command, token_from_format))
|
|
|
|
command += ' ' + token_from_format;
|
2003-02-28 09:49:49 +00:00
|
|
|
|
2007-03-20 21:53:01 +00:00
|
|
|
command = subst(command, token_from_format, quoteName(filename.toFilesystemEncoding()));
|
|
|
|
command = subst(command, token_path_format, quoteName(onlyPath(filename.toFilesystemEncoding())));
|
2007-04-29 16:22:46 +00:00
|
|
|
command = subst(command, token_socket_format, quoteName(theServerSocket().address()));
|
2007-04-01 10:09:49 +00:00
|
|
|
LYXERR(Debug::FILES) << "Executing command: " << command << std::endl;
|
2006-11-26 21:30:39 +00:00
|
|
|
// FIXME UNICODE utf8 can be wrong for files
|
2006-10-21 00:16:43 +00:00
|
|
|
buffer.message(_("Executing command: ") + from_utf8(command));
|
2003-02-28 09:49:49 +00:00
|
|
|
|
|
|
|
Systemcall one;
|
|
|
|
int const res = one.startscript(Systemcall::DontWait, command);
|
|
|
|
|
|
|
|
if (res) {
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Cannot view file"),
|
|
|
|
bformat(_("An error occurred whilst running %1$s"),
|
2006-04-08 22:31:11 +00:00
|
|
|
makeDisplayPath(command, 50)));
|
2004-04-13 10:36:09 +00:00
|
|
|
return false;
|
|
|
|
}
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-11-26 21:30:39 +00:00
|
|
|
bool Formats::edit(Buffer const & buffer, FileName const & filename,
|
2006-04-05 23:56:29 +00:00
|
|
|
string const & format_name) const
|
2004-04-13 10:36:09 +00:00
|
|
|
{
|
2007-10-18 19:29:32 +00:00
|
|
|
if (filename.empty() || !filename.exists()) {
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Cannot edit file"),
|
|
|
|
bformat(_("File does not exist: %1$s"),
|
2006-11-26 21:30:39 +00:00
|
|
|
from_utf8(filename.absFilename())));
|
2004-04-13 10:36:09 +00:00
|
|
|
return false;
|
2006-05-17 22:13:33 +00:00
|
|
|
}
|
2004-04-13 10:36:09 +00:00
|
|
|
|
|
|
|
Format const * format = getFormat(format_name);
|
|
|
|
if (format && format->editor().empty() &&
|
|
|
|
format->isChildFormat())
|
|
|
|
format = getFormat(format->parentFormat());
|
|
|
|
if (!format || format->editor().empty()) {
|
2006-05-17 22:13:33 +00:00
|
|
|
// FIXME: I believe this is the wrong place to show alerts, it should
|
|
|
|
// be done by the caller (this should be "utility" code)
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Cannot edit file"),
|
|
|
|
bformat(_("No information for editing %1$s"),
|
2004-04-13 10:36:09 +00:00
|
|
|
prettyName(format_name)));
|
|
|
|
return false;
|
|
|
|
}
|
2006-05-17 22:13:33 +00:00
|
|
|
// editor is 'auto'
|
|
|
|
if (format->editor() == "auto") {
|
2006-11-26 21:30:39 +00:00
|
|
|
if (os::autoOpenFile(filename.absFilename(), os::EDIT))
|
2006-05-17 22:13:33 +00:00
|
|
|
return true;
|
|
|
|
else {
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Cannot edit file"),
|
|
|
|
bformat(_("Auto-edit file %1$s failed"),
|
2006-11-26 21:30:39 +00:00
|
|
|
from_utf8(filename.absFilename())));
|
2006-05-17 22:13:33 +00:00
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
2004-04-13 10:36:09 +00:00
|
|
|
|
|
|
|
string command = format->editor();
|
|
|
|
|
2007-03-20 21:53:01 +00:00
|
|
|
if (!contains(command, token_from_format))
|
|
|
|
command += ' ' + token_from_format;
|
2004-04-13 10:36:09 +00:00
|
|
|
|
2007-03-20 21:53:01 +00:00
|
|
|
command = subst(command, token_from_format, quoteName(filename.toFilesystemEncoding()));
|
|
|
|
command = subst(command, token_path_format, quoteName(onlyPath(filename.toFilesystemEncoding())));
|
2007-04-29 16:22:46 +00:00
|
|
|
command = subst(command, token_socket_format, quoteName(theServerSocket().address()));
|
2007-04-01 10:09:49 +00:00
|
|
|
LYXERR(Debug::FILES) << "Executing command: " << command << std::endl;
|
2006-11-26 21:30:39 +00:00
|
|
|
// FIXME UNICODE utf8 can be wrong for files
|
2006-10-21 00:16:43 +00:00
|
|
|
buffer.message(_("Executing command: ") + from_utf8(command));
|
2004-04-13 10:36:09 +00:00
|
|
|
|
|
|
|
Systemcall one;
|
|
|
|
int const res = one.startscript(Systemcall::DontWait, command);
|
|
|
|
|
|
|
|
if (res) {
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Cannot edit file"),
|
|
|
|
bformat(_("An error occurred whilst running %1$s"),
|
2006-04-08 22:31:11 +00:00
|
|
|
makeDisplayPath(command, 50)));
|
2003-02-28 09:49:49 +00:00
|
|
|
return false;
|
|
|
|
}
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-09-11 08:54:10 +00:00
|
|
|
docstring const Formats::prettyName(string const & name) const
|
2003-02-28 09:49:49 +00:00
|
|
|
{
|
|
|
|
Format const * format = getFormat(name);
|
|
|
|
if (format)
|
2006-10-21 00:16:43 +00:00
|
|
|
return from_utf8(format->prettyname());
|
2003-02-28 09:49:49 +00:00
|
|
|
else
|
2006-10-21 00:16:43 +00:00
|
|
|
return from_utf8(name);
|
2003-02-28 09:49:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
string const Formats::extension(string const & name) const
|
|
|
|
{
|
|
|
|
Format const * format = getFormat(name);
|
|
|
|
if (format)
|
|
|
|
return format->extension();
|
|
|
|
else
|
|
|
|
return name;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Formats formats;
|
|
|
|
|
|
|
|
Formats system_formats;
|
2006-10-21 00:16:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
} // namespace lyx
|