installation instructions.txt
来自「非常好用的可移植的多平台C/C++源代码编辑器」· 文本 代码 · 共 11 行
TXT
11 行
Supossing %CODEBLOCKS% is the root of your Code::Blocks Installation...
Copy "\bin\codestat.dll" to "%CODEBLOCKS%\share\CodeBlocks\plugins\"
Under Linux you need to compile the plugin yourself for now (Well, you'd have a .so instead of a dll).
Copy "\bin\codestat.zip" to "%CODEBLOCKS%\share\CodeBlocks\"
Or similar under Linux.
Notice the provided binaries are linked against wxWidgets 2.4.2 to work with the current v1.0-RC1.1 of Code::Blocks, so you'll have problems if using another version with your Code::Blocks Installation. If you run into such troubles, then you'll have to compile the plugin yourself to match the exact options of the wxwidgets binaries your Code::Blocks installation is using (e.g wxwidgets 2.6.1 or unicode support)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?