Board logo

Subject: 关于代码格式化的问题 [Print This Page]

Author: inbreak    Time: 2024-11-19 17:02     Subject: 关于代码格式化的问题

输入{(*} 与 {*)} 特别的不方便。如果是需要使用到的地方很少,都没有所谓。

if then 这种使用频率太高了。所以才希望能简单;

比如:

if A=B then C:=A else C:=B;

格式化后就成:

if A=B then
  C:=A
else
  C:=B;

还有如图这种;

if not Q.Active then Exit;

格式化就成了

if not Q.Active then
  Exit;

感觉。格式化前估计更好些

Image Attachment: PixPin_2024-11-19_16-52-51.png (2024-11-19 17:02, 46.92 K) / Download count 2
http://bbs.cnpack.org/attachment.php?aid=1176


Author: Passion    Time: 2024-11-20 08:54

一个偏门的法子是,选中语句,浮动按钮的“代码嵌入”里有用{(*} 与 {*)} 包围的选项。。。
Author: inbreak    Time: 2024-11-20 11:22



QUOTE:
原帖由 <i>Passion</i> 于 2024-11-20 08:54 发表<br />
一个偏门的法子是,选中语句,浮动按钮的“代码嵌入”里有用{(*} 与 {*)} 包围的选项。。。

<br />


这个好,一直没有发现。。。谢谢。




Welcome to CnPack Forum (http://bbs.cnpack.org/) Powered by Discuz! 5.0.0