chcg/NPP_ExportPlugin
Fork: 14 Star: 94 (更新于 2024-11-04 21:55:42)
license: 暂无
Language: C .
Import latest version from http://npp-plugins.cvs.sourceforge.net/viewvc/npp-plugins/NppPlugins/NppExport/
最后发布版本: 0.4.0 ( 2022-02-05 04:16:52)
NPP_Export
Notepad++ Plugin NppExport unofficial repo with sourcecode of https://sourceforge.net/projects/npp-plugins/files/NppExport/
Build Status
Description
Plugin to export selection or file to clipboard or file in RTF or HTML.
Build
Build with visual studio 2015 or higher
Changes
0.2.8
- Add UNICODE caps.
- Export all formats now includes CF_TEXT
- Reverted to static menu name
0.2.7
- Fix missing characters above 127 (ie 'eating accented characters').
- Filters out indicator flags, should prevent out of bounds problems.
- HTML uses UTF-8 encoding tag when Scintilla is set to UTF-8.
- HTML uses <pre> tag, spaces and tab characters take one space.
- HTML uses sc## tag instead of StyleClass## (smaller files).
- RTF parses UTF8 data to enable unicode characters.
- RTF uses new system for tabstops (better accuracy).
0.2.6
- split exporter types in classes.
- Add option to clipboard RTF and HTML.
0.2.5:
- Fix HTML clipboard.
0.2:
- Allow copy to clipboard.
- Fix some RTF stuff.
0.0.0.1:
- Initial release.
Notes
Scintilla uses the default style to determine the tabstops (every tabsize spaces) These tabstops are used for every style, so tabs may not match the use of spaces, especially on non-proportional fonts (and using UTF8 makes things even worse, although it should have no effect on indents). HTML makes it very hard to mimick this behaviour, so tabs may not always align your text as they do in Scintilla. For best results just use the same font for all styles, its usually the colors that make most of the difference anyway ;).
最近版本更新:(数据更新于 2024-09-19 16:09:28)
2022-02-05 04:16:52 0.4.0
2019-10-30 02:30:27 0.3.0
2019-06-20 08:28:36 0.2.9.21
2018-01-06 08:28:54 0.2.8.16
2018-01-06 07:55:16 0.2.8.14
2016-12-27 22:16:32 0.2.8.6
主题(topics):
notepad-plusplus-plugin
chcg/NPP_ExportPlugin同语言 C最近更新仓库
2024-11-05 10:48:49 EdgeTX/edgetx
2024-11-04 17:16:21 redis/redis
2024-10-31 09:06:25 Spooks4576/Ghost_ESP
2024-10-21 23:21:37 pbatard/rufus
2024-10-19 07:55:53 EpicGamesExt/raddebugger
2024-10-15 20:35:06 Mbed-TLS/mbedtls