./editors/featherpad, Lightweight Qt6 plain-text editor

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5.0nb1, Package name: featherpad-1.5.0nb1, Maintainer: pin

FeatherPad is a lightweight Qt6 plain-text editor.
It is independent of any desktop environment and has:
* Drag-and-drop support, including tab detachment and attachment;
* X11 virtual desktop awareness;
* An optionally permanent search-bar;
* Instant highlighting of found matches when searching;
* A docked window for text replacement;
* Support for line numbers and jumping to a specific line;
* Automatic detection of text encoding;
* Syntax highlighting for common programming languages;
* Ability to open URLs with appropriate applications;
* Session management;
* Side-pane mode;
* Auto-saving;
* Spell checking with Hunspell;
* Printing;
* Text zooming;
* Haiku OS and macOS support.


Required to run:
[graphics/hicolor-icon-theme] [textproc/hunspell] [x11/qt5-qtsvg] [x11/qt5-qtx11extras] [x11/qt5-qtbase]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 1061.59 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490)
Log message:
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
   2024-02-19 05:20:26 by pin | Files touched by this commit (4) | Package updated
Log message:
editors/featherpad: update to 1.5.0

V1.5.0
---------
 * Removed Qt5 support.
 * Prevent the cursor position from being changed when files are dropped into
   the text view.
 * Support regex replacement with capturing groups. The credit goes to Marco
   Holmer for suggesting not only this feature but also the way of implementing it.
 * Enhanced the conversion to start case by including 100,000 characters and also
   finding the first letter of each word.
 * Scroll horizontally with mouse wheel inside text view if Alt is pressed and
   horizontal scrollbar is visible.
 * Highlight Openbox's "themerc" files (revived by LabWC).
 * Fixed a rare issue in the geometry of a warning bar animated during window
   resizing.
 * Covered a case of here-strings in bash.
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-09-05 18:33:23 by pin | Files touched by this commit (1)
Log message:
editors/featherpad: correct comment
   2023-09-05 15:43:15 by pin | Files touched by this commit (3)
Log message:
editors/featherpad: enable Qt6

... and switch to it by default.
Thanks to wiz@ for a quick review.
   2023-06-13 12:56:34 by pin | Files touched by this commit (2) | Package updated
Log message:
editors/featherpad: update to 1.4.1

V1.4.1
---------
 * Added more types to C/C++ syntax highlighting.
 * To prevent problems on non-Linux systems, don't handle main arguments before
   calling `QCoreApplication` (Haiku OS may not provide a string argument
   before `QCoreApplication` is called).
 * Added an option for a small margin around the text.
 * Prevented window dragging from the line number strip (which was possible
   with widget styles like Kvantum).
 * In Preferences dialog, don't let the mouse wheel focus spin and combo boxes
   or change their values when they aren't focused.
 * In Preferences dialog, set the values of spin-boxes to their defaults if
   they are cleared.
 * Don't remove single trailing spaces with LaTeX. Also, added more formula
   keywords to LaTeX.
 * Fixed showing of the number of selected characters without selection
   highlighting.