发信人: ANSIeditor (走自己的路), 信区: ASCIIArt
标 题: ASCIIArt短期培训班第三讲
发信站: 南京大学小百合站 (Thu Oct 28 13:22:44 2004)
ASCIIArt短期培训班第三讲
我们在熟悉了一些AnsiEditor的简单操作后,再来介绍一下各种term
与AnsiEditor之间的互相粘贴。
以Cterm为例,在Sterm和Fterm中复制粘贴与Cterm中基本相同。
在term上选定你要复制的区域,选择ANSI彩色复制或鼠标右键选ANSI
彩色复制,在AnsiEditor粘帖(ctrl+v),你选定的彩色图案就过来了。
从AnsiEditor粘贴回去,要先改个设置,AnsiEditor菜单中工具―选
项,找到代码选项中ESC控制符项,选择ESC-Fterm Firebird项。
把Cterm菜单中工具―选项―排版―粘贴时使用自动排版前的√去掉。
选定你要复制的区域,然后选编辑―复制(ctrl+c),选择ANSI彩色粘
贴,按ctrl﹢w发表就OK啦。
BBS剪贴簿
这是原样复制别人代码的方法(用AnsiEditor和term转会修改代码),此
法只能在同一个站点同一个id转移;且不能矩形区域操作,无法通过此
法将原码存为文本文件,也不能转到其他站点。
BBS系统为每个ID提供8个剪贴簿,剪贴簿里的数据在被新内容覆盖之
前会一直保留,下站也不丢失,编辑时分别用ESC-I读取和ESC-E写入。
具体操作如下,先将作品转回自己的信箱,用E编辑查看作品的原码,
去掉多余的内容(比如空行、转载信息、日期等),然后按Esc键,再按
E键,这是屏幕左上方出现如下内容:
把整篇文章写入剪贴簿第几页? (0-7) [预设为 0]
即可以使用的8个暂存档,比如这里选0~7中的一个(如1),按1回
车,即将整篇文章copy到了暂存档1中。
在编辑文章的时候按Esc键,再按I键,在左上方出现如下:
读取剪贴簿第几页? (0-7) [预设为 0]
这时就是选要取出哪一个暂存档,刚才的文章存在暂存档1中,按1回
车,即将暂存档1(也就是刚才的文章)取出。
关于Sterm的复制粘贴我提一点,就是在用Sterm彩色复制的内容
不能直接粘贴回Sterm中,否则会使代码中多一个﹡控制符,虽然
在Sterm和Cterm中显示没有问题,但Fterm中会因为这个多余的
﹡使彩色的画面无法正常显示。Sterm复制粘贴最好用AnsiEditor
中转,可保证画面不会出问题。
本文所说各种term均为我在第一讲提供的版本,低版本的操作会有
所不同。
本节作业
今天讲了复制粘贴中要注意的问题,希望大家学完本讲后能自己练
习复制粘贴和BBS剪贴簿操作,不需要交给老师,有疑问可在版
面提出或与老师信笺交流。
第二讲作业没交的学员请尽快完成,稍后我会做点评。
ANSIeditor@lily
下节预告 基本的Ascii控制码
Sender: ANSIeditor go your own way, message area: ASCIIArt
Title: Lecture 3 of ASCIIArt short-term training course
Sending station: Nanjing University Sayuri Station Thu Oct 28 13:22:44 2004
Lecture 3 of ASCIIArt short-term training course
After we are familiar with some simple operations of AnsiEditor, let’s introduce various terms.
Paste between AnsiEditor and AnsiEditor
Taking term as an example, copying and pasting in term and term is basically the same as in term.
Select the area you want to copy on the term and select ANSI color copy or right-click and select ANSI
Color copy and paste in AnsiEditor ctrl v The color pattern you selected will come over
To paste back from AnsiEditor, you need to change the settings first. Select Tools in the AnsiEditor menu.
Item Find the ESC control character item in the code options and select the SC Fterm Firebird item
Remove the Tools option Typesetting in the term menu before using automatic typesetting when pasting.
Select the area you want to copy and then select Edit Copy ctrl c Select ANSI Color Paste
Post it and press ctrl﹢ to publish it.
scrapbook
This is how to copy other people's code as it is. Use AnsiEditor and term transfer to modify the code. This
This method can only transfer the same ID at the same site and cannot operate in a rectangular area. This method cannot be used.
The original code cannot be saved as a text file, nor can it be transferred to other sites.
The BBS system provides 8 scrapbooks for each. The data in the scrapbook will be overwritten by new content.
It will be kept until the next site and will not be lost when editing. Use ESC I to read and ESC E to write respectively.
The specific operations are as follows. First transfer the work back to your own mailbox and use Edit to view the original code of the work.
Remove excess content, such as blank lines, reprint information, dates, etc. Then press the sc key and then press
Key This is the following content that appears in the upper left corner of the screen
On what page should the entire article be written to the clipboard? 0 7 [default is 0]
That is, there are three temporary files that can be used, such as the one selected here. For example, press Return
Che will copy the entire article to the temporary archive.
When editing an article, press the sc key and then press the key. The following will appear in the upper left corner:
Which page of the clipboard is read? 0 7 [default is 0]
At this time, you need to choose which temporary file to take out. The article just now exists in the temporary file. Press Return
The car will be temporarily archived, that is, the article just now will be taken out.
One thing I want to mention about the copy and paste of term is that I am using term to copy the content in color.
You cannot paste it directly back into the term, otherwise there will be an extra * control character in the code.
There is no problem in term and term, but there will be redundant information in term because of this.
﹡The color screen cannot be displayed normally. It is best to use AnsiEditor for term copy and paste.
Transfer ensures that there will be no problems with the screen
The various terms mentioned in this article are the versions I provided in the first lecture. The operations of lower versions will have some problems.
different
Homework for this section
Today I talked about the issues you need to pay attention to when copying and pasting. I hope you can practice it yourself after finishing this lesson.
Learn copy, paste and clipboard operations without leaving it to the teacher. If you have any questions, you can ask them in the
Submit it in person or communicate with the teacher via letter
Students who have not handed in the homework for the second lecture should complete it as soon as possible. I will make comments later.
ANSIeditor@lily
Preview of the next section Basic scii control code