Massively Parallel PO Editor Code
Status: Pre-Alpha
Brought to you by:
tabbernuk
File | Date | Author | Commit |
---|---|---|---|
MEditorPane.java | 2009-01-01 | tabbernuk | [r2] |
MHighlighter.java | 2009-01-01 | tabbernuk | [r2] |
MIndexListener.java | 2009-01-05 | tabbernuk | [r7] smarter parsing |
MIndexedTextPane.java | 2009-01-05 | tabbernuk | [r13] opera format fix etc |
MPPOEdit.gif | 2009-01-05 | tabbernuk | [r6] transparency and some noise |
MPPOEdit.java | 2009-01-06 | tabbernuk | [r15] |
MRootEditorPane.java | 2009-11-27 | tabbernuk | [r16] fixing the error sindre once reported |
MUtil.java | 2009-01-05 | tabbernuk | [r10] cosmetic things |
README | 2009-01-05 | tabbernuk | [r10] cosmetic things |
VERSION 0.0.2 The Second Experimental Release Simple text editor for editing multiple gettext PO files or key=value files in parallel, scrolling through corresponding reference keys automatically. Purpose of the program is to help reviewing existing translations comparing them to other translations. Jar created with Fat Jar (http://fjep.sourceforge.net/) Java must be installed to run (http://java.com/en/download/manual.jsp) More information: http://sourceforge.net/projects/mp-poedit/ TODO * 1. More extensive comparison methods * 2. Adding of entries from open model files * 3. Smarter highlighting -- better hightlighting when moving up with cursor???! * 3a. highlighting PO elements? * 4. File open dialogs? * 5. Some kind of report of differences? Version history 0.0.2 The Second Experimental Release Parsing and parallel scrolling improved Now gets along with not very standard PO files If MSGID has changed, tries to fit reference IDs 0.0.1 The First Experimental Release