XhmikosR / notepad2-mod

LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
https://xhmikosr.github.io/notepad2-mod/
Other
1.45k stars 270 forks source link

Implementing export to RTF/PDF/HTML #114

Closed kofifus closed 9 years ago

kofifus commented 9 years ago

I implemented export to RTF/PDF/HTML on the existing codebase and want to see if there is interest in committing it.

I created a supporting environment which allows compiling of exporters.cxx from the SciTE codebase and calling the relevant functions. I could not get syntax coloring to work so everything is exported as plain text, however the infrastructure is there so maybe I can collaborate with someone more knowledgeable on that.

~~You can try the executable here See Export from the File menu~~

Please let me know what you think

adanski commented 9 years ago

You could post your code instead of attaching unknown binaries.

XhmikosR commented 9 years ago

Please don't post random binaries. Make pull requests instead.