1 Star 0 Fork 0

cppcoder/codeblocks

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
startup.script 626 Bytes
一键复制 编辑 原始数据 按行查看 历史
/*
* This file is part of the Code::Blocks IDE and licensed under the GNU General Public License, version 3
* http://www.gnu.org/licenses/gpl-3.0.html
*
* $Revision$
* $Id$
* $HeadURL$
*/
Log(_T("Running startup script"));
// #include any script plugins; this will register them too
// un-comment the line below to register a pointless sample plugin
// Include(_T("sample_plugin.script"));
Include(_T("plugin_find_broken_files.script"));
// add a menu entry to edit this script
GetScriptingManager().RegisterScriptMenu(_("&Settings") + _T("/-") + _("Edit startup script"), _T("edit_startup_script.script"), false);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/yyxtyk/codeblocks.git
git@gitee.com:yyxtyk/codeblocks.git
yyxtyk
codeblocks
codeblocks
master

搜索帮助