|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<component type="desktop-application"> |
| 3 | + <id>io.github.eteran.nedit_ng</id> |
| 4 | + |
| 5 | + <name>NEdit-ng</name> |
| 6 | + <summary>Qt port of the Nirvana Editor</summary> |
| 7 | + |
| 8 | + <metadata_license>CC0-1.0</metadata_license> |
| 9 | + <project_license>GPL-2.0-or-later</project_license> |
| 10 | + |
| 11 | + <developer id="io.github.eteran"> |
| 12 | + <name>Evan Teran</name> |
| 13 | + </developer> |
| 14 | + |
| 15 | + <description> |
| 16 | + <p> |
| 17 | + NEdit-ng is a Qt port of the Nirvana Editor (NEdit) version 5.6. It is |
| 18 | + intended to be a drop-in replacement for nedit, preserving the original |
| 19 | + look, feel, and macro language while modernizing the codebase on top of |
| 20 | + Qt. |
| 21 | + </p> |
| 22 | + <p>Features include:</p> |
| 23 | + <ul> |
| 24 | + <li>Syntax highlighting for many languages</li> |
| 25 | + <li>Tabbed multi-document editing</li> |
| 26 | + <li>Regular expression search and replace</li> |
| 27 | + <li>Macro language for extending and automating the editor</li> |
| 28 | + <li>Rectangular block selection and editing</li> |
| 29 | + <li>Shell command integration and configurable user menus</li> |
| 30 | + <li>Ctags-based tag lookup</li> |
| 31 | + </ul> |
| 32 | + </description> |
| 33 | + |
| 34 | + <launchable type="desktop-id">io.github.eteran.nedit_ng.desktop</launchable> |
| 35 | + |
| 36 | + <url type="homepage">https://github.com/eteran/nedit-ng</url> |
| 37 | + <url type="bugtracker">https://github.com/eteran/nedit-ng/issues</url> |
| 38 | + <url type="vcs-browser">https://github.com/eteran/nedit-ng</url> |
| 39 | + |
| 40 | + <categories> |
| 41 | + <category>Utility</category> |
| 42 | + <category>TextEditor</category> |
| 43 | + <category>Development</category> |
| 44 | + </categories> |
| 45 | + |
| 46 | + <keywords> |
| 47 | + <keyword>NEdit</keyword> |
| 48 | + <keyword>Nirvana</keyword> |
| 49 | + <keyword>editor</keyword> |
| 50 | + <keyword>text</keyword> |
| 51 | + </keywords> |
| 52 | + |
| 53 | + <provides> |
| 54 | + <binary>nedit-ng</binary> |
| 55 | + <binary>nc-ng</binary> |
| 56 | + </provides> |
| 57 | + |
| 58 | + <supports> |
| 59 | + <control>pointing</control> |
| 60 | + <control>keyboard</control> |
| 61 | + <control>touch</control> |
| 62 | + </supports> |
| 63 | + |
| 64 | + <content_rating type="oars-1.1" /> |
| 65 | + |
| 66 | + <releases> |
| 67 | + <release version="2025.1" date="2025-01-01"> |
| 68 | + <description> |
| 69 | + <p>Initial Flatpak packaging of NEdit-ng.</p> |
| 70 | + </description> |
| 71 | + </release> |
| 72 | + </releases> |
| 73 | +</component> |
0 commit comments