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
复制网页和富文本时经常会遇到不明原因而在段落间有很多空行的问题,而由于QT的bug我没办法用正则搜 \n\n\n 这种来清除空行。 能不能内置一个功能删除多余的空行(比如多空行统一变为一空行)? 或者说因为QT的bug在程序内部进行这种操作也很困难呢? 谢谢!
\n\n\n
The text was updated successfully, but these errors were encountered:
后面会考虑提供另一个替换功能,敬请期待。
Sorry, something went wrong.
加油!
No branches or pull requests
复制网页和富文本时经常会遇到不明原因而在段落间有很多空行的问题,而由于QT的bug我没办法用正则搜
\n\n\n
这种来清除空行。能不能内置一个功能删除多余的空行(比如多空行统一变为一空行)?
或者说因为QT的bug在程序内部进行这种操作也很困难呢?
谢谢!
The text was updated successfully, but these errors were encountered: