📄 astylex.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>AStyle Supplemental Documentation</title> <style type="text/css"> /*<![CDATA[*/ <!-- h1 {color:#0000A0; text-align:center; font-style:italic; font-size:200%;} h2 {color:#0000A0;} h3 {color:#0000A0;} h4 {font-size:105%} p {font-size:105%;} code {color:#0000A0;} pre {color:#0000A0; font-weight:bold;} --> /*]]>*/ </style> </head> <body lang="EN-US"> <blockquote><blockquote> <h1>Artistic Style Supplemental Documentation</h1> <hr/> <h3 id="_break_blocks">Problems with Break Header Blocks, Break All Blocks</h3> <p>The following are known problems with the break header blocks and break all blocks options (<code><strong>--break-blocks, --break-blocks=all</strong></code>).</p> <ul> <li> <p>If a statement is NOT part of a block, the following statements are all double spaced. Statements enclosed in a block are formatted correctly.</p> <blockquote> <p>This:</p> <pre>visStatusHeight = rcStatus.bottom - rcStatus.top;if(!opt.bViewStatus) visStatusHeight = 0;GetClientRect(hwnd, &rcEdit);iEditLeft = rcEdit.left;iEditRight = rcEdit.right - iEditLeft;</pre> <p>Becomes this (with extra lines added where they shouldn't be):</p> <pre>visStatusHeight = rcStatus.bottom - rcStatus.top;if (!opt.bViewStatus) visStatusHeight = 0;GetClientRect(hwnd, &rcEdit);iEditLeft = rcEdit.left;iEditRight = rcEdit.right - iEditLeft;</pre> </blockquote> </li> <li> <p>Comments are broken from the block.</p> <blockquote> <p>This:</p> <pre>// line numbers and select must be done after SCI_STYLECLEARALLif(setDialog) skip = true;</pre> <p>Becomes this (with a line added after the comment):</p> <pre>// line numbers and select must be done after SCI_STYLECLEARALLif(setDialog) skip = true;</pre> </blockquote> </li> </ul> </blockquote></blockquote> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -