We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
自动生成书签的正则表达式执行晚于合并同尺寸标签 导致不符合正则表达式的内容被合并入书签
重现问题的步骤 步骤如下:
^([A-Z][a-z]*,?\s*(?:and\s+)?)+
预期的结果或行为
其它 复杂的正则表达式可能导致程序崩溃,比如^(?!\s)(?!(?:\s*(?:[0-9]+\.?)?\s*Proof)).*(?:\s*(?:[0-9]+\.?)?\s*[A-Z]+.*)+$,通常不影响使用,所以就不提issue了。
^(?!\s)(?!(?:\s*(?:[0-9]+\.?)?\s*Proof)).*(?:\s*(?:[0-9]+\.?)?\s*[A-Z]+.*)+$
The text was updated successfully, but these errors were encountered:
这个地方比较麻烦。 旧版本就是先筛选再执行合并的,会比较适合您的场合。 但有些场合下,先合并标签再筛选会更有用。 得再想办法让这个功能适应更多的场合。
Sorry, something went wrong.
我这边无法重现正则表达式导致程序崩溃的情形。如果再遇到崩溃,请看看系统日志是否有相应记录。
No branches or pull requests
自动生成书签的正则表达式执行晚于合并同尺寸标签
导致不符合正则表达式的内容被合并入书签
重现问题的步骤
步骤如下:
2.翻到第21页,在“Elementary Facts”上右键,在菜单中选择 “设置自动书签标签格式(Z)”
^([A-Z][a-z]*,?\s*(?:and\s+)?)+
。勾选:合并同字体尺寸的相邻标题。预期的结果或行为
其它
复杂的正则表达式可能导致程序崩溃,比如
^(?!\s)(?!(?:\s*(?:[0-9]+\.?)?\s*Proof)).*(?:\s*(?:[0-9]+\.?)?\s*[A-Z]+.*)+$
,通常不影响使用,所以就不提issue了。The text was updated successfully, but these errors were encountered: