Skip to content

CharacterCount, a plug-in for EmEditor, counts the sums of various types of characters in your document.

License

Notifications You must be signed in to change notification settings

Emurasoft/CharacterCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CharacterCount

Copyright © Emurasoft Inc. 2020
Licensed under the MIT license. See LICENSE for details.

This is the source code for CharacterCount, a plug-in for EmEditor. Release binaries are found in bin/CharacterCount. More information about this program are written in bin/CharacterCount/readMeEnglish.md.

Build instructions

  1. Download the submodules: git submodule update --init --recursive
  2. Open CharacterCount.sln in Microsoft Visual Studio and build.
  3. In EmEditor, go to Tools > Plug-ins > Customize Plug-ins... and import the compiled DLL.

Test

cd googletest/googletest
mkdir build
cd build
cmake ..
# Build gtest.sln
# Build and run test.vcxproj

About

CharacterCount, a plug-in for EmEditor, counts the sums of various types of characters in your document.

Resources

License

Stars

Watchers

Forks

Packages

No packages published