📄 makefile.am
字号:
# Process this file with automake to produce Makefile.inSUBDIRS = dialogsINCLUDES = \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DGEDIT_PLUGINDIR=\""$(libdir)/gedit/plugins"\" \ -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" \ -I$(includedir) \ -I$(top_srcdir) \ -I$(srcdir)/dialogs \ -I$(top_srcdir)/intl \ -I$(top_builddir)/intl \ $(GNOME_INCLUDEDIR) \ $(EXTRA_GNOME_CFLAGS)if HAVE_ORBITcorba_libs = @ORBIT_LIBS@endifif HAVE_LIBGNORBAlibgnorba_libs = -lgnorbaendifbin_PROGRAMS = geditgedit_SOURCES = \ auto.c \ auto.h \ commands.c \ commands.h \ document.c \ document.h \ file.c \ file.h \ gedit.c \ menus.c \ menus.h \ plugin.c \ plugin.h \ prefs.c \ prefs.h \ print.c \ print.h \ print-doc.c \ print-doc.h \ print-util.c \ print-util.h \ recent.c \ recent.h \ search.c \ search.h \ undo.c \ undo.h \ utils.c \ utils.h \ view.c \ view.h \ window.c \ window.hgedit_LDADD = \ dialogs/libdialogs.a \ $(GNOME_LIBDIR) \ $(GNOMEUI_LIBS) \ $(corba_libs) \ $(libgnorba_libs) \ $(INTLLIBS) \ $(EXTRA_GNOME_LIBS)EXTRA_DIST =
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -