InsetTabular.h:

- remove things from the todo list that we already support
- add authors

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33417 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-02-11 01:47:06 +00:00
parent 3c2ede2dc6
commit ae1720fd4a

View File

@ -8,19 +8,16 @@
* \author Matthias Ettrich
* \author André Pönitz
* \author Jürgen Vigna
* \author Edwin Leuven
* \author Uwe Stöhr
*
* Full author contact details are available in file CREDITS.
*/
// This is Juergen's rewrite of the tabular (table) support.
// Things to think of when designing the new tabular support:
// - color support (colortbl, color)
// - decimal alignment (dcloumn)
// - custom lines (hhline)
// - rotation
// - multicolumn
// - multirow
// - column styles
#ifndef INSET_TABULAR_H