Visual Formula Editor for LibreOffice Math ========================================== This file contains a list of things to do for the visual formula editor. The visual formula editor hack was started by Jonas during GSoC... He is, as of writing this, still working on this features, but do by all means feel free to help out. Here is the list of things to be done. They are organized by complexity and necessity, note that some of the items are wishful thinking... If you have questions please feel free to ping me (Jonas) on IRC (jopsen) or e-mail me at jopsen@gmail.com. Easy ---- 1. SmGraphicWidget::KeyInput relies on comparison of char, a better way must be available for CTRL+c 2. Code style (missing spaces, linebreaks and a few renames) 3. More documentation 4. Extend NodeToTextVisitor to update token offsets so SmNode::GetRow and SmNode::GetColumn will work. (These methods can be used to enable synchronization of caret positions between visual and non-visual editor). Medium ------ 1. SmCursor::InsertCol() method for added columns to matrices should be implemented. 2. SmCursor` should support deletion of lines, rows, cols and sub-/superscripts. 3. SmCursor::InsertSubSup() should wrap the body in a SmBraceNode if the body is an SmOperNode, SmBinVerNode, etc. 4. When OpenOffice Math runs in standalone mode it centers the current formula, this is not nice for visual editing. Complex ------- 1. SmAlignNode and SmFontNode are ignored by visual editor, figure out how these should work. 2. Solve the flickering issue when drawing formulas (See dev@gsl.OpenOffice.org) 3. Make " a shortcut for creating an SmTextNode with FNT_TEXT, also check that SmNodeToTextVisitor supports this. 4. parse.cxx merges multiple blanks into one SmBlankNode, the visual editor doesn't... Complex and non-essential ------------------------- * Global clipboard integration * Consider improving GUI for "Formula Elements"-dialog, most buttons work with visual editor * Consider allowing users to enter commands in visual editor, by prefixing the command... * Optimize things, for instance SmCursor::AnnotateSelection() is called way too many places... * Improve handling of MoveUp and MoveDown in SmCursor::Move, SmCaretPos2LineVisitor might need improvement. * Synchronized command text caret and visual editor caret. .3-3.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework/util
AgeCommit message (Expand)Author
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)
2021-03-23use single-use attribute for ContextChangeEventMultiplexerNoel Grandin
2021-03-22use single-use attribute for GlobalAcceleratorConfigurationNoel Grandin
2021-03-22use single-use attribute for PathSettingsNoel Grandin
2021-03-22use single-use attribute for JobExecutorNoel Grandin
2021-03-22use single-use attribute for AutoRecoveryNoel Grandin
2021-03-21use single-use attribute for TaskCreatorServiceNoel Grandin
2021-03-21use single-use attribute for ModuleManagerNoel Grandin
2021-03-21use single-use attribute for SubstitutePathVariablesNoel Grandin
2021-03-20use single-use attribute for StatusBarControllerFactoryNoel
2021-03-20use single-use attribute for UICommandDescriptionNoel
2021-03-20use single-use attribute for UICategoryDescriptionNoel
2021-03-20use single-use attribute for ToolbarControllerFactoryNoel
2021-03-19use single-use attribute for PopupMenuControllerFactoryNoel
2021-03-19use single-use attribute for WindowStateConfigurationNoel
2021-03-19use single-use attribute for ModuleUIConfigurationManagerSupplierNoel
2021-03-19use single-use attribute for UIElementFactoryManagerNoel
2021-03-19use single-use attribute for WindowContentFactoryManagerNoel
2020-08-28MenuBarManager: Extract the window list to own controllerMaxim Monastirsky
2020-07-09framework: create instances with uno constructorsNoel Grandin
2020-07-08framework: create instances with uno constructorsNoel Grandin
2020-07-07framework: create instances with uno constructorsNoel Grandin
2020-07-04reduce number of framework librariesNoel Grandin
2020-01-21remove unused GSOC 2005 "Tabbed Document Windows for OOo"Caolán McNamara
2018-04-02tdf#115131 made a common submenu for toolbars and notebookbarsKshitij Pathania