]> git.lyx.org Git - lyx.git/commit
Move Lexer to support/ directory (and lyx::support namespace)
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 27 Apr 2024 22:24:46 +0000 (00:24 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 28 Apr 2024 10:23:13 +0000 (12:23 +0200)
commit2660df9b99b8059856b931c22f53ee8f714a1d8e
tree526765e858622adf5d6f354d55ffd45ee66db28a
parented2f3cb9cfa1e871d48a92d41791a77bd218ab67
Move Lexer to support/ directory (and lyx::support namespace)

This requires quite a bit of trivial code shuffling.
128 files changed:
src/Buffer.cpp
src/Buffer.h
src/BufferParams.cpp
src/BufferParams.h
src/BufferView.cpp
src/CiteEnginesList.cpp
src/CmdDef.cpp
src/ConverterCache.cpp
src/Counters.cpp
src/Counters.h
src/Encoding.cpp
src/Font.cpp
src/FontInfo.cpp
src/FontInfo.h
src/KeyMap.cpp
src/LaTeXFonts.cpp
src/LaTeXFonts.h
src/LaTeXPackages.cpp
src/Language.cpp
src/Language.h
src/Layout.cpp
src/Layout.h
src/LayoutFile.cpp
src/Lexer.cpp [deleted file]
src/Lexer.h [deleted file]
src/LyXRC.cpp
src/LyXRC.h
src/Makefile.am
src/ModuleList.cpp
src/PDFOptions.cpp
src/PDFOptions.h
src/ParagraphParameters.cpp
src/ParagraphParameters.h
src/Text.cpp
src/Text.h
src/TextClass.cpp
src/TextClass.h
src/Trans.cpp
src/Trans.h
src/factory.cpp
src/factory.h
src/frontends/qt/GuiApplication.cpp
src/frontends/qt/GuiLog.cpp
src/frontends/qt/GuiParagraph.cpp
src/frontends/qt/GuiView.cpp
src/frontends/qt/Menus.cpp
src/frontends/qt/Menus.h
src/frontends/qt/Toolbars.cpp
src/frontends/qt/Toolbars.h
src/insets/ExternalTemplate.cpp
src/insets/ExternalTemplate.h
src/insets/Inset.h
src/insets/InsetArgument.cpp
src/insets/InsetArgument.h
src/insets/InsetBibitem.cpp
src/insets/InsetBibitem.h
src/insets/InsetBox.cpp
src/insets/InsetBox.h
src/insets/InsetBranch.cpp
src/insets/InsetBranch.h
src/insets/InsetCollapsible.cpp
src/insets/InsetCollapsible.h
src/insets/InsetCommand.cpp
src/insets/InsetCommand.h
src/insets/InsetCommandParams.cpp
src/insets/InsetCommandParams.h
src/insets/InsetERT.cpp
src/insets/InsetExternal.cpp
src/insets/InsetExternal.h
src/insets/InsetFlex.cpp
src/insets/InsetFloat.cpp
src/insets/InsetFloat.h
src/insets/InsetFloatList.cpp
src/insets/InsetFloatList.h
src/insets/InsetGraphics.cpp
src/insets/InsetGraphics.h
src/insets/InsetGraphicsParams.cpp
src/insets/InsetGraphicsParams.h
src/insets/InsetIPA.cpp
src/insets/InsetIPAMacro.cpp
src/insets/InsetIPAMacro.h
src/insets/InsetIndex.cpp
src/insets/InsetIndex.h
src/insets/InsetIndexMacro.cpp
src/insets/InsetIndexMacro.h
src/insets/InsetInfo.cpp
src/insets/InsetInfo.h
src/insets/InsetLayout.cpp
src/insets/InsetLayout.h
src/insets/InsetListings.cpp
src/insets/InsetListings.h
src/insets/InsetListingsParams.cpp
src/insets/InsetListingsParams.h
src/insets/InsetNewline.cpp
src/insets/InsetNewline.h
src/insets/InsetNewpage.cpp
src/insets/InsetNewpage.h
src/insets/InsetNote.cpp
src/insets/InsetNote.h
src/insets/InsetPhantom.cpp
src/insets/InsetPhantom.h
src/insets/InsetQuotes.cpp
src/insets/InsetQuotes.h
src/insets/InsetScript.cpp
src/insets/InsetScript.h
src/insets/InsetSeparator.cpp
src/insets/InsetSeparator.h
src/insets/InsetSpace.cpp
src/insets/InsetSpace.h
src/insets/InsetSpecialChar.cpp
src/insets/InsetSpecialChar.h
src/insets/InsetTabular.cpp
src/insets/InsetTabular.h
src/insets/InsetText.cpp
src/insets/InsetText.h
src/insets/InsetVSpace.cpp
src/insets/InsetVSpace.h
src/insets/InsetWrap.cpp
src/insets/InsetWrap.h
src/mathed/InsetMathHull.h
src/mathed/InsetMathMacroTemplate.cpp
src/mathed/InsetMathMacroTemplate.h
src/mathed/MathParser.cpp
src/mathed/MathParser.h
src/support/Lexer.cpp [new file with mode: 0644]
src/support/Lexer.h [new file with mode: 0644]
src/support/Makefile.am
src/tex2lyx/Preamble.cpp