lyx_mirror/src/insets
Enrico Forestieri 46028a6914 Due to the increased accuracy of line counting and registering, when a
latex error occurs inside a table, the exact faulty table row is spotted.
However, if all cells of a table row are output on the same line, lyx is
not able to tell what cell caused the error and highlights the last cell
of the row. This patch allows to output each cell of a table on its own
line, such that the exact point where the error occurred can be highlighted.
Note that this is only done when exporting for preview, and in normal (nice)
exports everything goes as usual.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37643 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-14 01:02:12 +00:00
..
ExternalSupport.cpp Revert r36654. 2010-12-04 23:01:59 +00:00
ExternalSupport.h
ExternalTemplate.cpp fix warning 2010-05-10 12:34:34 +00:00
ExternalTemplate.h
ExternalTransforms.cpp TR1: use std::tr1 regex with msvc10 2010-06-29 17:09:40 +00:00
ExternalTransforms.h
Inset.cpp Finish disentangling tocString(). We introduce a new method, forToc(), 2010-12-20 21:55:09 +00:00
Inset.h Remove unused funcion Inset::scroll(). 2011-02-13 09:41:13 +00:00
InsetArgument.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetArgument.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetBibitem.cpp Try to finally fix #6930. All the paths that did not come from context 2010-12-08 09:24:04 +00:00
InsetBibitem.h Simplify some of the bibliography update code. There is really no reason 2010-12-03 20:08:04 +00:00
InsetBibtex.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetBibtex.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetBox.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetBox.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetBranch.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetBranch.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetCaption.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetCaption.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetCitation.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetCitation.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetCode.h fix compiler warnings in pedantic mode: remove trailing comma after last enum member 2010-12-17 19:56:51 +00:00
InsetCollapsable.cpp Trivial cleanup. 2010-12-14 23:18:48 +00:00
InsetCollapsable.h Rename InsetXXX::contextMenu to InsetXXX::contextMenuName. Now this function doesn't need all the parameters and we split the functionality of choosing which context menu to return, from the functionality of supplying the name for the Inset itself. Now, the InsetText context menu is returned for InsetCollapsables when the button is not hit by the mouse. There is no (intended) change in functionality for insets without a button, collapsed insets. This fixes partly bug #6642. A fix for InsetTabular and for insets with no button will follow. 2010-11-29 21:27:25 +00:00
InsetCommand.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetCommand.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetCommandParams.cpp Fix gcc 4.6 compilation. 2011-02-12 22:08:32 +00:00
InsetCommandParams.h Fix bug #6962. I hadn't see how these were being escaped. 2010-10-21 17:56:00 +00:00
InsetERT.cpp Try to finally fix #6930. All the paths that did not come from context 2010-12-08 09:24:04 +00:00
InsetERT.h Rename InsetXXX::contextMenu to InsetXXX::contextMenuName. Now this function doesn't need all the parameters and we split the functionality of choosing which context menu to return, from the functionality of supplying the name for the Inset itself. Now, the InsetText context menu is returned for InsetCollapsables when the button is not hit by the mouse. There is no (intended) change in functionality for insets without a button, collapsed insets. This fixes partly bug #6642. A fix for InsetTabular and for insets with no button will follow. 2010-11-29 21:27:25 +00:00
InsetExternal.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetExternal.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetFlex.cpp We need to do the sanity check here, too, as we do in 2010-11-26 16:45:58 +00:00
InsetFlex.h Customize getLayout for InsetFlex and change how we report name() back 2010-10-12 15:37:02 +00:00
InsetFloat.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetFloat.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetFloatList.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetFloatList.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetFoot.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetFoot.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetFootlike.cpp Next headers 2010-03-31 19:38:05 +00:00
InsetFootlike.h Uniformize Inset construction (passing Buffer * everywhere). Lots of cleanup to do still... 2009-11-08 15:53:21 +00:00
InsetGraphics.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetGraphics.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetGraphicsParams.cpp DocFileName.outputFilename -> DocFileName.outputFileName 2010-04-21 01:19:25 +00:00
InsetGraphicsParams.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
InsetHyperlink.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetHyperlink.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetInclude.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetInclude.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetIndex.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetIndex.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetInfo.cpp We have lyx_version, for PACKAGE_VERSION. 2011-02-09 17:23:20 +00:00
InsetInfo.h fix compiler warnings in pedantic mode: remove trailing comma after last enum member 2010-12-17 19:56:51 +00:00
InsetLabel.cpp Inset::addToToc() can and should be const. It wasn't, I take it, because 2011-01-12 22:23:27 +00:00
InsetLabel.h Inset::addToToc() can and should be const. It wasn't, I take it, because 2011-01-12 22:23:27 +00:00
InsetLayout.cpp Introduce a wrapper class for odocstream to help ensuring that no 2011-01-29 02:41:13 +00:00
InsetLayout.h Introduce a wrapper class for odocstream to help ensuring that no 2011-01-29 02:41:13 +00:00
InsetLine.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetLine.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetListings.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetListings.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetListingsParams.cpp fix compiler warnings in pedantic mode: remove trailing comma after last enum member 2010-12-17 19:56:51 +00:00
InsetListingsParams.h More include frenzy. 2010-10-31 01:26:50 +00:00
InsetMarginal.cpp Inset::addToToc() can and should be const. It wasn't, I take it, because 2011-01-12 22:23:27 +00:00
InsetMarginal.h Inset::addToToc() can and should be const. It wasn't, I take it, because 2011-01-12 22:23:27 +00:00
InsetNewline.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetNewline.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetNewpage.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetNewpage.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetNomencl.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetNomencl.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetNote.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetNote.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetPhantom.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetPhantom.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetPreview.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetPreview.h Rename InsetXXX::contextMenu to InsetXXX::contextMenuName. Now this function doesn't need all the parameters and we split the functionality of choosing which context menu to return, from the functionality of supplying the name for the Inset itself. Now, the InsetText context menu is returned for InsetCollapsables when the button is not hit by the mouse. There is no (intended) change in functionality for insets without a button, collapsed insets. This fixes partly bug #6642. A fix for InsetTabular and for insets with no button will follow. 2010-11-29 21:27:25 +00:00
InsetQuotes.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetQuotes.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetRef.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetRef.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetScript.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetScript.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetSpace.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetSpace.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetSpecialChar.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetSpecialChar.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetTabular.cpp Due to the increased accuracy of line counting and registering, when a 2011-02-14 01:02:12 +00:00
InsetTabular.h Remove unused funcion Inset::scroll(). 2011-02-13 09:41:13 +00:00
InsetText.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetText.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetTOC.cpp Fix bug #7176: Clicking TOC doesn't bring up outline 2010-12-17 13:12:43 +00:00
InsetTOC.h Fix bug #7176: Clicking TOC doesn't bring up outline 2010-12-17 13:12:43 +00:00
InsetVSpace.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetVSpace.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetWrap.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetWrap.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
RenderBase.h Correct the return and parameter types to match the type of RenderBase::state_. 2011-02-13 09:56:54 +00:00
RenderButton.cpp
RenderButton.h
RenderGraphic.cpp Using "using namespace std" with msvc10 makes also std::tr1::bind visible and generates conflicts with boost::bind. 2010-04-22 11:16:58 +00:00
RenderGraphic.h Fix bug #6134: Reload context menu for graphics inset. 2009-08-13 17:21:59 +00:00
RenderPreview.cpp Allow images to be export even when LyXRC says no previews. 2010-07-29 15:17:58 +00:00
RenderPreview.h Allow images to be export even when LyXRC says no previews. 2010-07-29 15:17:58 +00:00