txt2qsc.qsc

来自「这是一个数字图像处理的matlab仿真程序」· QSC 代码 · 共 17 行

QSC
17
字号
; ----------------------------------------------------
; This script is designed to convert normal text
; into a reproducable script form. It works on a
; single line basis, load this script and then press
; F12 and it will convert the line to script form.
; EXAMPLE ; Before => This is a test
;           After  => text This is a test{lf}
; ----------------------------------------------------
linestart
text text 
lineend
text {lbrace} lf {rbrace}
selectline
replace  lf **lf
selectline
replace {comment}**{lbrace}comment{rbrace}
down 1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?