⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aspell.cpp

📁 SpellChecker平写检测程序原代码,希望大家喜欢,他非常好用
💻 CPP
📖 第 1 页 / 共 3 页
字号:
/*
This file is part of Notepad++ - interface defines
Copyright (C)2006 Jens Lorenz <jens.plugin.npp@gmx.de>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/

#include "stdafx.h"
#include "PluginInterface.h"
#include "aspell.h"


HINSTANCE   hInstLib = NULL; 


PFUNC_aspell_mutable_container_add                  aspell_mutable_container_add                  = NULL;
PFUNC_aspell_mutable_container_remove               aspell_mutable_container_remove               = NULL;
PFUNC_aspell_mutable_container_clear                aspell_mutable_container_clear                = NULL;
PFUNC_aspell_mutable_container_to_mutable_container aspell_mutable_container_to_mutable_container = NULL;
PFUNC_aspell_key_info_enumeration_at_end            aspell_key_info_enumeration_at_end            = NULL;
PFUNC_aspell_key_info_enumeration_next              aspell_key_info_enumeration_next              = NULL;
PFUNC_delete_aspell_key_info_enumeration            delete_aspell_key_info_enumeration            = NULL;
PFUNC_aspell_key_info_enumeration_clone             aspell_key_info_enumeration_clone             = NULL;
PFUNC_aspell_key_info_enumeration_assign            aspell_key_info_enumeration_assign            = NULL;
PFUNC_new_aspell_config                             new_aspell_config                             = NULL;
PFUNC_delete_aspell_config                          delete_aspell_config                          = NULL;
PFUNC_aspell_config_clone                           aspell_config_clone                           = NULL;
PFUNC_aspell_config_assign                          aspell_config_assign                          = NULL;
PFUNC_aspell_config_error_number                    aspell_config_error_number                    = NULL;
PFUNC_aspell_config_error_message                   aspell_config_error_message                   = NULL;
PFUNC_aspell_config_error                           aspell_config_error                           = NULL;
PFUNC_aspell_config_set_extra                       aspell_config_set_extra                       = NULL;
PFUNC_aspell_config_keyinfo                         aspell_config_keyinfo                         = NULL;
PFUNC_aspell_config_possible_elements               aspell_config_possible_elements               = NULL;
PFUNC_aspell_config_get_default                     aspell_config_get_default                     = NULL;
PFUNC_aspell_config_elements                        aspell_config_elements                        = NULL;
PFUNC_aspell_config_replace                         aspell_config_replace                         = NULL;
PFUNC_aspell_config_remove                          aspell_config_remove                          = NULL;
PFUNC_aspell_config_have                            aspell_config_have                            = NULL;
PFUNC_aspell_config_retrieve                        aspell_config_retrieve                        = NULL;
PFUNC_aspell_config_retrieve_list                   aspell_config_retrieve_list                   = NULL;
PFUNC_aspell_config_retrieve_bool                   aspell_config_retrieve_bool                   = NULL;
PFUNC_aspell_config_retrieve_int                    aspell_config_retrieve_int                    = NULL;
PFUNC_aspell_error_number                           aspell_error_number                           = NULL;
PFUNC_aspell_error_message                          aspell_error_message                          = NULL;
PFUNC_aspell_error                                  aspell_error                                  = NULL;
PFUNC_delete_aspell_can_have_error                  delete_aspell_can_have_error                  = NULL;
PFUNC_new_aspell_speller                            new_aspell_speller                            = NULL;
PFUNC_to_aspell_speller                             to_aspell_speller                             = NULL;
PFUNC_delete_aspell_speller                         delete_aspell_speller                         = NULL;
PFUNC_aspell_speller_error_number                   aspell_speller_error_number                   = NULL;
PFUNC_aspell_speller_error_message                  aspell_speller_error_message                  = NULL;
PFUNC_aspell_speller_error                          aspell_speller_error                          = NULL;
PFUNC_aspell_speller_config                         aspell_speller_config                         = NULL;
PFUNC_aspell_speller_check                          aspell_speller_check                          = NULL;
PFUNC_aspell_speller_add_to_personal                aspell_speller_add_to_personal                = NULL;
PFUNC_aspell_speller_add_to_session                 aspell_speller_add_to_session                 = NULL;
PFUNC_aspell_speller_personal_word_list             aspell_speller_personal_word_list             = NULL;
PFUNC_aspell_speller_session_word_list              aspell_speller_session_word_list              = NULL;
PFUNC_aspell_speller_main_word_list                 aspell_speller_main_word_list                 = NULL;
PFUNC_aspell_speller_save_all_word_lists            aspell_speller_save_all_word_lists            = NULL;
PFUNC_aspell_speller_clear_session                  aspell_speller_clear_session                  = NULL;
PFUNC_aspell_speller_suggest                        aspell_speller_suggest                        = NULL;
PFUNC_aspell_speller_store_replacement              aspell_speller_store_replacement              = NULL;
PFUNC_delete_aspell_filter                          delete_aspell_filter                          = NULL;
PFUNC_aspell_filter_error_number                    aspell_filter_error_number                    = NULL;
PFUNC_aspell_filter_error_message                   aspell_filter_error_message                   = NULL;
PFUNC_aspell_filter_error                           aspell_filter_error                           = NULL;
PFUNC_to_aspell_filter                              to_aspell_filter                              = NULL;
PFUNC_delete_aspell_document_checker                delete_aspell_document_checker                = NULL;
PFUNC_aspell_document_checker_error_number          aspell_document_checker_error_number          = NULL;
PFUNC_aspell_document_checker_error_message         aspell_document_checker_error_message         = NULL;
PFUNC_aspell_document_checker_error                 aspell_document_checker_error                 = NULL;
PFUNC_new_aspell_document_checker                   new_aspell_document_checker                   = NULL;
PFUNC_to_aspell_document_checker                    to_aspell_document_checker                    = NULL;
PFUNC_aspell_document_checker_reset                 aspell_document_checker_reset                 = NULL;
PFUNC_aspell_document_checker_process               aspell_document_checker_process               = NULL;
PFUNC_aspell_document_checker_next_misspelling      aspell_document_checker_next_misspelling      = NULL;
PFUNC_aspell_document_checker_filter                aspell_document_checker_filter                = NULL;
PFUNC_aspell_word_list_empty                        aspell_word_list_empty                        = NULL;
PFUNC_aspell_word_list_size                         aspell_word_list_size                         = NULL;
PFUNC_aspell_word_list_elements                     aspell_word_list_elements                     = NULL;
PFUNC_delete_aspell_string_enumeration              delete_aspell_string_enumeration              = NULL;
PFUNC_aspell_string_enumeration_clone               aspell_string_enumeration_clone               = NULL;
PFUNC_aspell_string_enumeration_assign              aspell_string_enumeration_assign              = NULL;
PFUNC_aspell_string_enumeration_at_end              aspell_string_enumeration_at_end              = NULL;
PFUNC_aspell_string_enumeration_next                aspell_string_enumeration_next                = NULL;
PFUNC_get_aspell_module_info_list                   get_aspell_module_info_list                   = NULL;
PFUNC_aspell_module_info_list_empty                 aspell_module_info_list_empty                 = NULL;
PFUNC_aspell_module_info_list_size                  aspell_module_info_list_size                  = NULL;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -