1 Star 0 Fork 1

张规化/wxMEdit

forked from 小众镜像/wxMEdit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wxmedit_wxsmith.cbp 4.80 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="wxmedit_wxsmith" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="default">
<Option output="wxmedit_wxsmith" prefix_auto="1" extension_auto="1" />
<Option type="0" />
<Option compiler="gcc" />
</Target>
</Build>
<Unit filename="WXMNumbering.cpp" />
<Unit filename="WXMNumbering.h" />
<Unit filename="src/dialog/wxm_conv_enc_dialog.cpp" />
<Unit filename="src/dialog/wxm_conv_enc_dialog.h" />
<Unit filename="src/dialog/wxm_file_association_dialog.cpp" />
<Unit filename="src/dialog/wxm_file_association_dialog.h" />
<Unit filename="src/dialog/wxm_find_in_files_dialog.cpp" />
<Unit filename="src/dialog/wxm_find_in_files_dialog.h" />
<Unit filename="src/dialog/wxm_highlighting_dialog.cpp" />
<Unit filename="src/dialog/wxm_highlighting_dialog.h" />
<Unit filename="src/dialog/wxm_purge_histories_dialog.cpp" />
<Unit filename="src/dialog/wxm_purge_histories_dialog.h" />
<Unit filename="src/dialog/wxm_search_replace_dialog.cpp" />
<Unit filename="src/dialog/wxm_search_replace_dialog.h" />
<Unit filename="src/dialog/wxm_sort_dialog.cpp" />
<Unit filename="src/dialog/wxm_sort_dialog.h" />
<Unit filename="src/dialog/wxm_word_count_dialog.cpp" />
<Unit filename="src/dialog/wxm_word_count_dialog.h" />
<Unit filename="src/dialog/wxmedit_about_dialog.cpp" />
<Unit filename="src/dialog/wxmedit_about_dialog.h" />
<Unit filename="src/dialog/wxmedit_options_dialog.cpp" />
<Unit filename="src/dialog/wxmedit_options_dialog.h" />
<Unit filename="wxsmith/wxm_conv_enc_dialog.wxs" />
<Unit filename="wxsmith/wxm_enumeration.wxs" />
<Unit filename="wxsmith/wxm_file_association_dialog.wxs" />
<Unit filename="wxsmith/wxm_find_in_files_dialog.wxs" />
<Unit filename="wxsmith/wxm_highlighting_dialog.wxs" />
<Unit filename="wxsmith/wxm_purge_histories_dialog.wxs" />
<Unit filename="wxsmith/wxm_search_replace_dialog.wxs" />
<Unit filename="wxsmith/wxm_sort_dialog.wxs" />
<Unit filename="wxsmith/wxm_word_count_dialog.wxs" />
<Unit filename="wxsmith/wxmedit_about_dialog.wxs" />
<Unit filename="wxsmith/wxmedit_options_dialog.wxs" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
<wxsmith version="1">
<gui name="wxWidgets" src="" main="" init_handlers="necessary" language="CPP" />
<resources>
<wxDialog wxs="wxsmith/wxm_sort_dialog.wxs" src="src/dialog/wxm_sort_dialog.cpp" hdr="src/dialog/wxm_sort_dialog.h" fwddecl="0" i18n="1" name="WXMSortDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxm_conv_enc_dialog.wxs" src="src/dialog/wxm_conv_enc_dialog.cpp" hdr="src/dialog/wxm_conv_enc_dialog.h" fwddecl="0" i18n="1" name="WXMConvEncDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxm_word_count_dialog.wxs" src="src/dialog/wxm_word_count_dialog.cpp" hdr="src/dialog/wxm_word_count_dialog.h" fwddecl="0" i18n="1" name="WXMWordCountDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxm_file_association_dialog.wxs" src="src/dialog/wxm_file_association_dialog.cpp" hdr="src/dialog/wxm_file_association_dialog.h" fwddecl="0" i18n="1" name="WXMFileAssociationDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxm_search_replace_dialog.wxs" src="src/dialog/wxm_search_replace_dialog.cpp" hdr="src/dialog/wxm_search_replace_dialog.h" fwddecl="0" i18n="1" name="WXMSearchReplaceDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxm_find_in_files_dialog.wxs" src="src/dialog/wxm_find_in_files_dialog.cpp" hdr="src/dialog/wxm_find_in_files_dialog.h" fwddecl="0" i18n="1" name="WXMFindInFilesDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxm_highlighting_dialog.wxs" src="src/dialog/wxm_highlighting_dialog.cpp" hdr="src/dialog/wxm_highlighting_dialog.h" fwddecl="0" i18n="1" name="WXMHighlightingDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxm_purge_histories_dialog.wxs" src="src/dialog/wxm_purge_histories_dialog.cpp" hdr="src/dialog/wxm_purge_histories_dialog.h" fwddecl="0" i18n="1" name="WXMPurgeHistoriesDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxmedit_about_dialog.wxs" src="src/dialog/wxmedit_about_dialog.cpp" hdr="src/dialog/wxmedit_about_dialog.h" fwddecl="0" i18n="1" name="WXMEditAboutDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxmedit_options_dialog.wxs" src="src/dialog/wxmedit_options_dialog.cpp" hdr="src/dialog/wxmedit_options_dialog.h" fwddecl="0" i18n="1" name="WXMEditOptionsDialog" language="CPP" />
<wxDialog wxs="wxsmith/wxm_enumeration_dialog.wxs" src="src/dialog/wxm_enumeration_dialog.cpp" hdr="src/dialog/wxm_enumeration_dialog.h" fwddecl="0" i18n="1" name="WXMEnumerationDialog" language="CPP" />
</resources>
</wxsmith>
</Extensions>
</Project>
</CodeBlocks_project_file>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ghzhangz/wxMEdit.git
git@gitee.com:ghzhangz/wxMEdit.git
ghzhangz
wxMEdit
wxMEdit
master

搜索帮助