Opened 12 years ago
Closed 12 years ago
#9491 closed enhancement (duplicate)
Implement "Export in other format" function using Haiku Data Translators
Reported by: | mmadia | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/StyledEdit | Version: | R1/Development |
Keywords: | Cc: | przemub | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is a patch by przemub for Google Code-In 2012, task 8130210.
The goal of this task is the implementing "Export" feature using Haiku data translators functionality in Haiku StyledEdit application.
Proposed design is some kind the same as current implementation of "Encoding" selection in the Save As.. File Panel. But if you have more clean solution - feel free to propose it! Note that currently Haiku has no native Data Translators with text stream output support so you have to use some provided with free available Gode Productive update. We have prepared a package containing some of them. You should install them into ~/config/settings/add-ons/translators folder in your system.
According to git apply --check <patch>
, this applies cleanly to master (currently hrev45328).
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | gci2012-8130210-commit-035bc0a.diff added |
---|
comment:1 by , 12 years ago
patch: | 0 → 1 |
---|
comment:2 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
dup of #9394