mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Conversion for tabular-feature.
I believe this completes the LFUN conversions, at least if RELEASE_NOTES is complete in this respect. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35436 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1e8dc000d8
commit
f3d5390d8b
@ -133,6 +133,10 @@ def paragraph_spacing(line):
|
||||
return (True, newline)
|
||||
|
||||
|
||||
def tabular_feature(line):
|
||||
return simple_renaming(line, "tabular-feature", "inset-modify tabular")
|
||||
|
||||
|
||||
#
|
||||
#
|
||||
###########################################################
|
||||
@ -149,7 +153,8 @@ conversions = [
|
||||
all_insets_toggle,
|
||||
line_insert,
|
||||
toc_insert,
|
||||
paragraph_spacing
|
||||
paragraph_spacing,
|
||||
tabular_feature
|
||||
] # end conversions for format 0
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user