Lightweight Qt5 Plain-Text Editor for Linux
FeatherPad is a lightweight Qt5 plain-text editor for Linux. It is independent of any desktop environment and has:
* Drag-and-drop support, including tab detachment and attachment;
* X11 virtual desktop awareness (using tabs on current desktop but opening a new window on another);
* An optionally permanent search-bar with a different search entry for each tab;
* Instant highlighting of found matches when searching;
* A docked window for text replacement;
* Support for showing line numbers and jumping to a specific line;
* Automatic detection of text encoding as far as possible and optional saving with encoding;
* Syntax highlighting for common programming languages;
* Printing;
* Text zooming;
* Appropriate but non-interrupting prompts;
- Developed at X11:LXQt
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/featherpad && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
V0.17.1.tar.gz | 0000921108 900 KB | |
featherpad.changes | 0000015433 15.1 KB | |
featherpad.spec | 0000002832 2.77 KB |
Revision 18 (latest revision is 34)
- Update to 0.17.1: * Avoided making the cursor busy from a separate thread - Update to 0.17.0: Main changes: * Now, FeatherPad can save as root without a root instance when the user doesn't have the permission to write. Polkit's pkexec is used (as a run-time dependency) for gaining the root privilege. * Printing is done in a separate thread, so that, if it takes a long time, other windows of FeatherPad could still be used. * Workarounds are added for bugs in Qt's default printing. Qt can't handle dark color schemes and the reverse order with printing; FeatherPad supports both. Other changes: * Made the warning bar more flexible for use with saving to root as well as printing. * Guarantee that the session dialog has focus after opening a session. * Added LaTex to the recognized syntaxes. * Added simple support for gvfs' admin. * Fixes to Perl syntax highlighting. * Several fixes to various small issues.
Comments 0