2003-03-29 07:09:13 +00:00
|
|
|
|
/**
|
2007-04-26 04:41:58 +00:00
|
|
|
|
* \file BufferList.cpp
|
2003-03-29 07:09:13 +00:00
|
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
|
* Licence details can be found in the file COPYING.
|
2002-03-21 17:27:08 +00:00
|
|
|
|
*
|
2003-03-29 07:09:13 +00:00
|
|
|
|
* \author Lars Gullik Bj<EFBFBD>nnes
|
1999-09-27 18:44:28 +00:00
|
|
|
|
*
|
2003-08-23 00:17:00 +00:00
|
|
|
|
* Full author contact details are available in file CREDITS.
|
1999-09-27 18:44:28 +00:00
|
|
|
|
*/
|
|
|
|
|
|
2001-12-10 20:06:59 +00:00
|
|
|
|
#include <config.h>
|
|
|
|
|
|
2007-04-26 04:41:58 +00:00
|
|
|
|
#include "BufferList.h"
|
2003-09-06 18:38:02 +00:00
|
|
|
|
|
2007-04-26 04:41:58 +00:00
|
|
|
|
#include "Author.h"
|
|
|
|
|
#include "Buffer.h"
|
|
|
|
|
#include "BufferParams.h"
|
|
|
|
|
#include "Session.h"
|
|
|
|
|
#include "LyX.h"
|
2003-11-05 12:06:20 +00:00
|
|
|
|
#include "output_latex.h"
|
2006-03-23 20:11:06 +00:00
|
|
|
|
#include "ParagraphList.h"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
2007-04-28 20:44:46 +00:00
|
|
|
|
#include "frontends/alert.h"
|
2001-12-10 20:06:59 +00:00
|
|
|
|
|
2007-12-17 18:37:13 +00:00
|
|
|
|
#include "support/ExceptionMessage.h"
|
2007-11-29 07:04:28 +00:00
|
|
|
|
#include "support/debug.h"
|
2001-12-10 20:06:59 +00:00
|
|
|
|
#include "support/filetools.h"
|
2007-11-29 07:04:28 +00:00
|
|
|
|
#include "support/gettext.h"
|
2007-11-13 23:50:28 +00:00
|
|
|
|
#include "support/lstrings.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/Package.h"
|
2001-12-10 20:06:59 +00:00
|
|
|
|
|
2008-04-30 08:26:40 +00:00
|
|
|
|
#include "support/lassert.h"
|
2002-08-20 20:04:24 +00:00
|
|
|
|
#include <boost/bind.hpp>
|
|
|
|
|
|
2004-11-06 15:23:12 +00:00
|
|
|
|
#include <algorithm>
|
|
|
|
|
#include <functional>
|
|
|
|
|
|
2004-01-31 15:30:24 +00:00
|
|
|
|
using boost::bind;
|
|
|
|
|
|
2007-12-12 10:16:00 +00:00
|
|
|
|
using namespace std;
|
2007-12-12 18:57:56 +00:00
|
|
|
|
using namespace lyx::support;
|
2007-07-17 17:40:44 +00:00
|
|
|
|
|
|
|
|
|
namespace lyx {
|
|
|
|
|
|
2006-10-07 16:47:54 +00:00
|
|
|
|
namespace Alert = lyx::frontend::Alert;
|
|
|
|
|
|
1999-11-15 12:27:25 +00:00
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
|
BufferList::BufferList()
|
2000-01-20 01:41:55 +00:00
|
|
|
|
{}
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
|
|
|
2000-02-03 17:09:33 +00:00
|
|
|
|
bool BufferList::empty() const
|
1999-09-27 18:44:28 +00:00
|
|
|
|
{
|
1999-11-05 06:02:34 +00:00
|
|
|
|
return bstore.empty();
|
1999-09-27 18:44:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2006-11-26 16:39:39 +00:00
|
|
|
|
BufferList::iterator BufferList::begin()
|
|
|
|
|
{
|
|
|
|
|
return bstore.begin();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BufferList::const_iterator BufferList::begin() const
|
|
|
|
|
{
|
|
|
|
|
return bstore.begin();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BufferList::iterator BufferList::end()
|
|
|
|
|
{
|
|
|
|
|
return bstore.end();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BufferList::const_iterator BufferList::end() const
|
|
|
|
|
{
|
|
|
|
|
return bstore.end();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2003-02-15 19:21:11 +00:00
|
|
|
|
void BufferList::release(Buffer * buf)
|
|
|
|
|
{
|
2008-04-10 21:49:34 +00:00
|
|
|
|
LASSERT(buf, /**/);
|
2005-01-05 20:21:27 +00:00
|
|
|
|
BufferStorage::iterator const it =
|
|
|
|
|
find(bstore.begin(), bstore.end(), buf);
|
2003-02-15 19:21:11 +00:00
|
|
|
|
if (it != bstore.end()) {
|
|
|
|
|
Buffer * tmp = (*it);
|
2008-04-10 21:49:34 +00:00
|
|
|
|
LASSERT(tmp, /**/);
|
2003-02-15 19:21:11 +00:00
|
|
|
|
bstore.erase(it);
|
|
|
|
|
delete tmp;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2005-01-05 20:21:27 +00:00
|
|
|
|
Buffer * BufferList::newBuffer(string const & s, bool const ronly)
|
2003-02-15 19:21:11 +00:00
|
|
|
|
{
|
2007-12-17 18:37:13 +00:00
|
|
|
|
auto_ptr<Buffer> tmpbuf;
|
2008-03-15 00:22:54 +00:00
|
|
|
|
try {
|
|
|
|
|
tmpbuf.reset(new Buffer(s, ronly));
|
2007-12-17 18:37:13 +00:00
|
|
|
|
} catch (ExceptionMessage const & message) {
|
|
|
|
|
if (message.type_ == ErrorException) {
|
|
|
|
|
Alert::error(message.title_, message.details_);
|
|
|
|
|
exit(1);
|
|
|
|
|
} else if (message.type_ == WarningException) {
|
|
|
|
|
Alert::warning(message.title_, message.details_);
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
2003-09-09 09:47:59 +00:00
|
|
|
|
tmpbuf->params().useClassDefaults();
|
2007-11-15 20:04:51 +00:00
|
|
|
|
LYXERR(Debug::INFO, "Assigning to buffer " << bstore.size());
|
2003-11-03 17:47:28 +00:00
|
|
|
|
bstore.push_back(tmpbuf.get());
|
|
|
|
|
return tmpbuf.release();
|
2003-02-15 19:21:11 +00:00
|
|
|
|
}
|
2003-03-04 09:27:27 +00:00
|
|
|
|
|
2003-02-15 19:21:11 +00:00
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
|
void BufferList::closeAll()
|
|
|
|
|
{
|
2007-12-04 22:21:25 +00:00
|
|
|
|
while (!bstore.empty())
|
|
|
|
|
release(bstore.front());
|
1999-09-27 18:44:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-09-14 17:53:12 +00:00
|
|
|
|
vector<string> const BufferList::getFileNames() const
|
1999-09-27 18:44:28 +00:00
|
|
|
|
{
|
2000-01-20 01:41:55 +00:00
|
|
|
|
vector<string> nvec;
|
2004-11-06 15:23:12 +00:00
|
|
|
|
transform(bstore.begin(), bstore.end(),
|
|
|
|
|
back_inserter(nvec),
|
2007-10-20 10:03:45 +00:00
|
|
|
|
boost::bind(&Buffer::absFileName, _1));
|
2000-01-20 01:41:55 +00:00
|
|
|
|
return nvec;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
1999-11-05 06:02:34 +00:00
|
|
|
|
Buffer * BufferList::first()
|
1999-09-27 18:44:28 +00:00
|
|
|
|
{
|
2002-03-12 17:15:44 +00:00
|
|
|
|
if (bstore.empty())
|
|
|
|
|
return 0;
|
1999-11-05 06:02:34 +00:00
|
|
|
|
return bstore.front();
|
1999-09-27 18:44:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2006-11-26 15:47:45 +00:00
|
|
|
|
Buffer * BufferList::last()
|
|
|
|
|
{
|
|
|
|
|
if (bstore.empty())
|
|
|
|
|
return 0;
|
|
|
|
|
return bstore.back();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2007-10-02 22:10:33 +00:00
|
|
|
|
Buffer * BufferList::getBuffer(unsigned int choice)
|
1999-09-27 18:44:28 +00:00
|
|
|
|
{
|
2002-03-12 17:15:44 +00:00
|
|
|
|
if (choice >= bstore.size())
|
|
|
|
|
return 0;
|
1999-11-05 06:02:34 +00:00
|
|
|
|
return bstore[choice];
|
1999-09-27 18:44:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2004-10-26 21:16:44 +00:00
|
|
|
|
Buffer * BufferList::next(Buffer const * buf) const
|
2004-10-22 10:24:55 +00:00
|
|
|
|
{
|
2008-04-10 21:49:34 +00:00
|
|
|
|
LASSERT(buf, /**/);
|
2005-01-05 20:21:27 +00:00
|
|
|
|
|
2004-10-22 10:24:55 +00:00
|
|
|
|
if (bstore.empty())
|
|
|
|
|
return 0;
|
2004-10-26 21:16:44 +00:00
|
|
|
|
BufferStorage::const_iterator it = find(bstore.begin(),
|
2004-10-22 10:24:55 +00:00
|
|
|
|
bstore.end(), buf);
|
2008-04-10 21:49:34 +00:00
|
|
|
|
LASSERT(it != bstore.end(), /**/);
|
2004-10-22 10:24:55 +00:00
|
|
|
|
++it;
|
|
|
|
|
if (it == bstore.end())
|
|
|
|
|
return bstore.front();
|
|
|
|
|
else
|
|
|
|
|
return *it;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2004-10-26 21:16:44 +00:00
|
|
|
|
Buffer * BufferList::previous(Buffer const * buf) const
|
2004-10-22 10:24:55 +00:00
|
|
|
|
{
|
2008-04-10 21:49:34 +00:00
|
|
|
|
LASSERT(buf, /**/);
|
2005-01-05 20:21:27 +00:00
|
|
|
|
|
2004-10-22 10:24:55 +00:00
|
|
|
|
if (bstore.empty())
|
|
|
|
|
return 0;
|
2004-10-26 21:16:44 +00:00
|
|
|
|
BufferStorage::const_iterator it = find(bstore.begin(),
|
2004-10-22 10:24:55 +00:00
|
|
|
|
bstore.end(), buf);
|
2008-04-10 21:49:34 +00:00
|
|
|
|
LASSERT(it != bstore.end(), /**/);
|
2004-10-22 10:24:55 +00:00
|
|
|
|
if (it == bstore.begin())
|
|
|
|
|
return bstore.back();
|
|
|
|
|
else
|
|
|
|
|
return *(it - 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2007-10-20 10:03:45 +00:00
|
|
|
|
void BufferList::updateIncludedTeXfiles(string const & masterTmpDir,
|
2003-11-05 12:06:20 +00:00
|
|
|
|
OutputParams const & runparams)
|
1999-09-27 18:44:28 +00:00
|
|
|
|
{
|
2001-12-28 13:26:54 +00:00
|
|
|
|
BufferStorage::iterator it = bstore.begin();
|
|
|
|
|
BufferStorage::iterator end = bstore.end();
|
|
|
|
|
for (; it != end; ++it) {
|
2007-10-20 10:03:45 +00:00
|
|
|
|
if (!(*it)->isDepClean(masterTmpDir)) {
|
|
|
|
|
string writefile = addName(masterTmpDir, (*it)->latexName());
|
|
|
|
|
(*it)->makeLaTeXFile(FileName(writefile), masterTmpDir,
|
2003-07-26 21:37:10 +00:00
|
|
|
|
runparams, false);
|
2007-10-20 10:03:45 +00:00
|
|
|
|
(*it)->markDepClean(masterTmpDir);
|
1999-11-05 06:02:34 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
1999-09-27 18:44:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void BufferList::emergencyWriteAll()
|
|
|
|
|
{
|
2000-10-11 21:06:43 +00:00
|
|
|
|
for_each(bstore.begin(), bstore.end(),
|
2004-01-31 15:30:24 +00:00
|
|
|
|
bind(&BufferList::emergencyWrite, this, _1));
|
2000-10-11 21:06:43 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2008-02-29 08:10:51 +00:00
|
|
|
|
docstring BufferList::emergencyWrite(Buffer * buf)
|
2000-10-11 21:06:43 +00:00
|
|
|
|
{
|
2005-01-05 20:21:27 +00:00
|
|
|
|
// Use ::assert to avoid a loop, BOOST_ASSERT ends up calling ::assert
|
|
|
|
|
// compare with 0 to avoid pointer/interger comparison
|
2007-10-02 18:27:20 +00:00
|
|
|
|
// ::assert(buf != 0);
|
|
|
|
|
if (!buf)
|
2008-02-29 08:10:51 +00:00
|
|
|
|
return _("No file open!");
|
2002-03-21 17:27:08 +00:00
|
|
|
|
|
2000-10-11 21:06:43 +00:00
|
|
|
|
// No need to save if the buffer has not changed.
|
2002-08-04 23:11:50 +00:00
|
|
|
|
if (buf->isClean())
|
2008-02-29 08:10:51 +00:00
|
|
|
|
return docstring();
|
2002-03-21 17:27:08 +00:00
|
|
|
|
|
2002-08-24 22:02:30 +00:00
|
|
|
|
string const doc = buf->isUnnamed()
|
2007-10-20 10:03:45 +00:00
|
|
|
|
? onlyFilename(buf->absFileName()) : buf->absFileName();
|
2002-11-21 18:33:09 +00:00
|
|
|
|
|
2008-02-29 08:10:51 +00:00
|
|
|
|
docstring user_message = bformat(
|
|
|
|
|
_("LyX: Attempting to save document %1$s\n"), from_utf8(doc));
|
2000-10-11 21:06:43 +00:00
|
|
|
|
|
2003-05-13 09:48:57 +00:00
|
|
|
|
// We try to save three places:
|
2000-10-11 21:06:43 +00:00
|
|
|
|
// 1) Same place as document. Unless it is an unnamed doc.
|
|
|
|
|
if (!buf->isUnnamed()) {
|
2007-10-20 10:03:45 +00:00
|
|
|
|
string s = buf->absFileName();
|
2000-10-11 21:06:43 +00:00
|
|
|
|
s += ".emergency";
|
|
|
|
|
lyxerr << " " << s << endl;
|
2006-11-30 16:59:50 +00:00
|
|
|
|
if (buf->writeFile(FileName(s))) {
|
2002-08-04 23:11:50 +00:00
|
|
|
|
buf->markClean();
|
2008-02-29 08:10:51 +00:00
|
|
|
|
user_message += _(" Save seems successful. Phew.\n");
|
|
|
|
|
return user_message;
|
2000-10-11 21:06:43 +00:00
|
|
|
|
} else {
|
2008-02-29 08:10:51 +00:00
|
|
|
|
user_message += _(" Save failed! Trying...\n");
|
1999-11-05 06:02:34 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2002-03-21 17:27:08 +00:00
|
|
|
|
|
2000-10-11 21:06:43 +00:00
|
|
|
|
// 2) In HOME directory.
|
2007-10-20 10:03:45 +00:00
|
|
|
|
string s = addName(package().home_dir().absFilename(), buf->absFileName());
|
2000-10-11 21:06:43 +00:00
|
|
|
|
s += ".emergency";
|
2002-11-27 10:30:28 +00:00
|
|
|
|
lyxerr << ' ' << s << endl;
|
2006-11-30 16:59:50 +00:00
|
|
|
|
if (buf->writeFile(FileName(s))) {
|
2002-08-04 23:11:50 +00:00
|
|
|
|
buf->markClean();
|
2008-02-29 08:10:51 +00:00
|
|
|
|
user_message += _(" Save seems successful. Phew.\n");
|
|
|
|
|
return user_message;
|
2000-10-11 21:06:43 +00:00
|
|
|
|
}
|
2002-03-21 17:27:08 +00:00
|
|
|
|
|
2008-02-29 08:10:51 +00:00
|
|
|
|
user_message += _(" Save failed! Trying...\n");
|
2002-03-21 17:27:08 +00:00
|
|
|
|
|
2000-10-11 21:06:43 +00:00
|
|
|
|
// 3) In "/tmp" directory.
|
|
|
|
|
// MakeAbsPath to prepend the current
|
|
|
|
|
// drive letter on OS/2
|
2007-10-20 10:03:45 +00:00
|
|
|
|
s = addName(package().temp_dir().absFilename(), buf->absFileName());
|
2000-10-11 21:06:43 +00:00
|
|
|
|
s += ".emergency";
|
2002-11-27 10:30:28 +00:00
|
|
|
|
lyxerr << ' ' << s << endl;
|
2006-11-30 16:59:50 +00:00
|
|
|
|
if (buf->writeFile(FileName(s))) {
|
2002-08-04 23:11:50 +00:00
|
|
|
|
buf->markClean();
|
2008-02-29 08:10:51 +00:00
|
|
|
|
user_message += _(" Save seems successful. Phew.\n");
|
|
|
|
|
return user_message;
|
2000-10-11 21:06:43 +00:00
|
|
|
|
}
|
2008-02-29 08:10:51 +00:00
|
|
|
|
|
|
|
|
|
user_message += _(" Save failed! Bummer. Document is lost.");
|
|
|
|
|
return user_message;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-02-03 17:09:33 +00:00
|
|
|
|
bool BufferList::exists(string const & s) const
|
1999-09-27 18:44:28 +00:00
|
|
|
|
{
|
2000-10-11 21:06:43 +00:00
|
|
|
|
return find_if(bstore.begin(), bstore.end(),
|
2004-11-06 16:14:22 +00:00
|
|
|
|
bind(equal_to<string>(),
|
2007-10-20 10:03:45 +00:00
|
|
|
|
bind(&Buffer::absFileName, _1),
|
2004-11-06 16:14:22 +00:00
|
|
|
|
s))
|
2001-04-24 15:25:26 +00:00
|
|
|
|
!= bstore.end();
|
1999-09-27 18:44:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-02-03 17:09:33 +00:00
|
|
|
|
bool BufferList::isLoaded(Buffer const * b) const
|
|
|
|
|
{
|
2008-04-10 21:49:34 +00:00
|
|
|
|
LASSERT(b, /**/);
|
2000-02-03 17:09:33 +00:00
|
|
|
|
BufferStorage::const_iterator cit =
|
|
|
|
|
find(bstore.begin(), bstore.end(), b);
|
|
|
|
|
return cit != bstore.end();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
1999-11-05 06:02:34 +00:00
|
|
|
|
Buffer * BufferList::getBuffer(string const & s)
|
1999-09-27 18:44:28 +00:00
|
|
|
|
{
|
2000-10-11 21:06:43 +00:00
|
|
|
|
BufferStorage::iterator it =
|
|
|
|
|
find_if(bstore.begin(), bstore.end(),
|
2004-11-06 16:14:22 +00:00
|
|
|
|
bind(equal_to<string>(),
|
2007-10-20 10:03:45 +00:00
|
|
|
|
bind(&Buffer::absFileName, _1),
|
2004-11-06 16:14:22 +00:00
|
|
|
|
s));
|
|
|
|
|
|
2000-10-11 21:06:43 +00:00
|
|
|
|
return it != bstore.end() ? (*it) : 0;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2003-10-14 11:35:50 +00:00
|
|
|
|
Buffer * BufferList::getBufferFromTmp(string const & s)
|
|
|
|
|
{
|
|
|
|
|
BufferStorage::iterator it = bstore.begin();
|
|
|
|
|
BufferStorage::iterator end = bstore.end();
|
|
|
|
|
for (; it < end; ++it)
|
|
|
|
|
if (prefixIs(s, (*it)->temppath()))
|
|
|
|
|
return *it;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2006-12-21 13:58:28 +00:00
|
|
|
|
void BufferList::setCurrentAuthor(docstring const & name, docstring const & email)
|
2003-02-08 19:18:01 +00:00
|
|
|
|
{
|
|
|
|
|
BufferStorage::iterator it = bstore.begin();
|
|
|
|
|
BufferStorage::iterator end = bstore.end();
|
2007-10-20 10:03:45 +00:00
|
|
|
|
for (; it != end; ++it)
|
2003-09-09 17:00:19 +00:00
|
|
|
|
(*it)->params().authors().record(0, Author(name, email));
|
2007-10-20 10:03:45 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2007-12-12 19:28:07 +00:00
|
|
|
|
int BufferList::bufferNum(string const & name) const
|
2007-10-20 10:03:45 +00:00
|
|
|
|
{
|
|
|
|
|
vector<string> buffers = getFileNames();
|
|
|
|
|
vector<string>::const_iterator cit =
|
2007-12-12 19:28:07 +00:00
|
|
|
|
find(buffers.begin(), buffers.end(), name);
|
2007-10-20 10:03:45 +00:00
|
|
|
|
if (cit == buffers.end())
|
|
|
|
|
return 0;
|
|
|
|
|
return int(cit - buffers.begin());
|
2003-02-08 19:18:01 +00:00
|
|
|
|
}
|
2006-10-21 00:16:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} // namespace lyx
|