📄 makefile.am
字号:
SUBDIRS = resources
INCLUDES = $(WX_CXXFLAGS) \
-I$(top_srcdir)/src/plugins/astyle/astyle \
-I$(top_srcdir)/src/sdk \
-I$(top_srcdir)/src/sdk/wxscintilla/include
libdir = $(pkgdatadir)/plugins
lib_LTLIBRARIES = libastyle.la
libastyle_la_LDFLAGS = -module -version-info 0:1:0 -shared -no-undefined -avoid-version
libastyle_la_LIBADD = ../../sdk/libcodeblocks.la \
../../sdk/wxscintilla/libwxscintilla.la
libastyle_la_SOURCES = astyleconfigdlg.cpp \
astyleplugin.cpp \
formattersettings.cpp \
astyle/ASBeautifier.cpp \
astyle/ASFormatter.cpp
noinst_HEADERS = astyleconfigdlg.h \
astyleplugin.h \
formattersettings.h \
astyle/astyle.h \
astyle/compiler_defines.h
EXTRA_DIST = astyle/astyle.html \
astyle/astyle_main.cpp \
astyle/astyle_release_notes.html \
astyle/INSTALL.TXT \
astyle/license.html
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -