📄 makefile.am
字号:
bin_PROGRAMS = cooledit smalledit coolmanbin_SCRIPTS = cooledit-gdb coolprojectINCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl @PYTHON_INCLUDES@cooledit_SOURCES = cooledit.c find.c editoptions.c mancmd.c options.c \ debug.c cooleditmenus.c shell.c shell.h copyright.h mail.c complete.c \ manpage.c percentsubs.c _coolpython.c find.h postscript.c postscript.h \ print.c rxvt.csmalledit_SOURCES = smalledit.c copyright.h trivoptions.ccoolman_SOURCES = coolman.c manpage.c trivoptions.ccooledit_LDADD = ../rxvt/librxvt.a ../widget/libCw.la -lX11 @INTLLIBS@ @PYTHON_LIBS@smalledit_LDADD = ../widget/libCw.la -lX11 @INTLLIBS@coolman_LDADD = ../widget/libCw.la -lX11 @INTLLIBS@datadir = $(prefix)/@DATADIRNAME@localedir = $(datadir)/localeDEFS = -DLOCALEDIR=\"$(localedir)\" -DLIBDIR=\"${exec_prefix}/lib/cooledit\" @DEFS@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -