Giter Site home page Giter Site logo

mwsoverdick / npp_exportplugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chcg/npp_exportplugin

0.0 1.0 0.0 67 KB

Import latest version from http://npp-plugins.cvs.sourceforge.net/viewvc/npp-plugins/NppPlugins/NppExport/

C 33.04% C++ 66.96%

npp_exportplugin's Introduction

NPP_Export

Notepad++ Plugin NppExport unofficial repo with sourcecode of https://sourceforge.net/projects/npp-plugins/files/NppExport/

Build Status

AppVeyor VS2013 and VS2015 Build status

Description

Plugin to export selection or file to clipboard or file in RTF or HTML.

Build

Build with visual studio 2013 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 ;).

npp_exportplugin's People

Contributors

chcg avatar mwsoverdick avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.