📄 readme.win32
字号:
EiC under Win32
----------------
EiC has been ported to the WIN32 platform using MSVC++.
Just type `make all' from EiC root directory to build EiC. No modules are
used. Then go to src directory, where you can find the EiC
executable, Launch eic, and then try to run the following program :
#include <stdio.h>
printf("Hello world !\n");
To be able to run EiC from any directory you must
place the eic.exe in your PATH list and define the
environmental variable HOMEofEiC (assuming that
you have installed EiC on the C drive):
set HOMEofEiC=c:\eic
Actually, it is only if EiC is not istalled in c:\eic
do you have worry about setting HOMEofEiC.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -