mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Sort and format comments
The last code change shuffled the comments out of place
This commit is contained in:
parent
44e0940d75
commit
95a7440b0e
@ -19,27 +19,22 @@
|
|||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
# count_pars_in_inset, del_complete_lines, del_token, find_end_of,
|
# Uncomment only what you need to import, please (lyx2lyx_tools):
|
||||||
# find_end_of_layout,
|
# convert_info_insets, get_ert, hex2ratio, insert_to_preamble,
|
||||||
# find_token_backwards, find_token_exact, get_bool_value,
|
# length_in_bp, lyx2latex, lyx2verbatim, put_cmd_in_ert,
|
||||||
# get_containing_inset, get_containing_layout, get_option_value,
|
# revert_flex_inset, revert_flex_inset, revert_font_attrs,
|
||||||
# get_quoted_value, is_in_inset,
|
# revert_language, str2bool
|
||||||
# del_value,
|
|
||||||
# find_complete_lines,
|
|
||||||
# find_re, find_substring,
|
|
||||||
# set_bool_value
|
|
||||||
# find_tokens, check_token
|
|
||||||
from lyx2lyx_tools import add_to_preamble, latex_length
|
from lyx2lyx_tools import add_to_preamble, latex_length
|
||||||
|
|
||||||
# Uncomment only what you need to import, please.
|
# Uncomment only what you need to import, please (parser_tools):
|
||||||
|
# check_token, count_pars_in_inset, del_complete_lines, del_token,
|
||||||
|
# del_value, find_complete_lines, find_end_of, find_end_of_layout,
|
||||||
|
# find_re, find_substring, find_token_backwards, find_token_exact,
|
||||||
|
# find_tokens, get_bool_value, get_containing_inset,
|
||||||
|
# get_containing_layout, get_option_value, get_quoted_value,
|
||||||
|
# is_in_inset, set_bool_value
|
||||||
from parser_tools import find_end_of_inset, find_re, find_token, get_value
|
from parser_tools import find_end_of_inset, find_re, find_token, get_value
|
||||||
|
|
||||||
# put_cmd_in_ert, insert_to_preamble, lyx2latex,
|
|
||||||
# revert_language, revert_flex_inset, str2bool,
|
|
||||||
# revert_font_attrs,
|
|
||||||
# get_ert, lyx2verbatim, length_in_bp, convert_info_insets
|
|
||||||
# revert_flex_inset, hex2ratio
|
|
||||||
|
|
||||||
####################################################################
|
####################################################################
|
||||||
# Private helper functions
|
# Private helper functions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user