coco2msg.use

来自「自己写的关于编译原理的实验报告的源代码」· USE 代码 · 共 29 行

USE
29
字号
COCO2MSG Borland C++ 3.1 IDE Message Filter
===========================================

Installation
============

   1-  Select Options->Transfer from the main menu
   2-  Find a white space in the Transfer Dialog, press <Enter>
   3-  Set
       Title = "~Coco/R",
       Path= "your cocor.exe full path",
       Command Line = "$CAP MSG('your coco2msg.exe full path') $EDNAME /Options"
             this means: filter output by coco2msg, parameters are
                         editor name and /Options
       Translator = X
       Hot Key = unassigned
   4-  Select New
   5-  Select Ok

   you are done!!!  :-)

Use:
====

   You can call Coco/R from inside the Borland C++ 3.1 IDE from the tools
   menu.  Try Coco/R's -D option to allow C errors to be reported directly
   in the .ATG file

⌨️ 快捷键说明

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