Software:FeatherPad

From HandWiki
Revision as of 11:23, 9 February 2024 by John Stpola (talk | contribs) (update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Free software text editor written in Qt
FeatherPad
FeatherPad Logo 2020.png
FeatherPad 1.0.1 English.png
FeatherPad 1.0.1 showing HTML5 syntax highlighting
Original author(s)Pedram Pourang (Tsu Jan)
Initial release2016; 8 years ago (2016)
Written inC++, Qt
Operating systemBSD, Linux, Haiku OS, macOS
Available in22 languages
TypeText editor
LicenseGPL-3.0-or-later
Websitegithub.com/tsujan/FeatherPad

FeatherPad is a free software text editor available under the GPL-3.0-or-later license. It is developed by Pedram Pourang (aka Tsu Jan) of Iran, written in Qt, and runs on FreeBSD, Linux, Haiku OS and macOS. It has few dependencies and is independent of any desktop environment.[1][2][3][4][5]

FeatherPad has been the default text editor in Lubuntu, since it switched to the LXQt desktop with Lubuntu 18.10. Prior to that Lubuntu used the Leafpad text editor as part of its GTK-based LXDE desktop. FeatherPad is also included in the Debian and Ubuntu package repositories.[2][4][6][7][8]

Development

Pourang started the project to fill a perceived gap in available text editors. He identified that many feature-rich text editors are RAM-intensive and even then lack key features.[5]

Development of FeatherPad started in 2016, with the first public release version 0.5.8. The first version included syntax highlighting and was written in GTK. With the introduction of GTK 3 the application was rewritten, but Pourang found Qt more flexible and it was rewritten in C++ and ported to Qt starting with version 0.6 in April 2017. FeatherPad added spell checking using Hunspell, starting with version 0.11.0, released in August 2019.[1][5][9]

FeatherPad has been translated into 21 different languages in addition to English.[1]

Haiku OS support was written by Khallebal at GitHub and support for macOS was added by Pavel Shlyak.[1]

Future development goals for FeatherPad include syntax highlighting color customization, virtual desktop awareness and tab drag-and-drop under Wayland.[5]

Features

Original FeatherPad logo

FeatherPad includes text drag and drop support, search, search and replace, optional line numbering, automatic detection of text encoding, syntax highlighting for many common programming languages, ability to open URLs in a browser, optional side-pane or tabbed page navigation and spell-checking.[4][9]

The text editor is highly customizable and by default has a wide range of keyboard shortcuts defined.[4][10]

There is an unofficial Snap package available for FeatherPad.[11]

Reception

A review in Full Circle in August 2019 noted, "FeatherPad has obviously been designed for software developers, but it is also a good text editor for any general user to write plain text documents or web pages on." The review noted its relatively low RAM use compared to more full-featured text editors like jEdit and gedit. It also praised its extensive, if non-standard keyboard shortcuts, noting, "the keyboard shortcuts are all nicely explained in the menus, however, and, once learned, FeatherPad becomes very fast to use."[4]

Scott Nesbitt, writing in March 2020, on Red Hat's opensource.com noted, "when you first fire it up, FeatherPad doesn't look much different from most text editors out there. It does launch quickly, though. FeatherPad's features include automatic syntax highlighting of markup and coding languages, automatically closing brackets (again, useful when working with markup and coding languages), and an extensive set of keyboard shortcuts. One feature that grew on me was the ability to position document tabs. In most text editors that open documents in separate tabs, those tabs appear along the top of the editor window. With FeatherPad, you can put tabs at the top, bottom, left, or right. I've found that putting the tabs on the left reduces visual clutter and distractions."[12]

See also

References

  1. 1.0 1.1 1.2 1.3 Tsu Jan (31 August 2019). "FeatherPad - Lightweight Qt5 Plain-Text Editor for Linux". https://github.com/tsujan/FeatherPad. 
  2. 2.0 2.1 "Debian - Details of package featherpad in buster". https://packages.debian.org/buster/featherpad. 
  3. "FreshPorts - editors/featherpad: Lightweight Qt5 plain-text editor". https://www.freshports.org/editors/featherpad/. 
  4. 4.0 4.1 4.2 4.3 4.4 Hunt, Adam (30 August 2019). "Review - FeatherPad". Full circle magazine Issue 148, pages 36-37. https://dl.fullcirclemagazine.org/issue148_en.pdf. 
  5. 5.0 5.1 5.2 5.3 Hunt, Adam (26 October 2019). "Interview: Tsu Jan FeatherPad Dev". Full Circle magazine. https://dl.fullcirclemagazine.org/issue150_en.pdf. 
  6. Ashar, Mahmudin. "Lubuntu 18.04 and 18.10: Between LXDE and LXQt". http://www.ubuntubuzz.com/2018/12/lubuntu-1804-and-1810-between-lxde-and-lxqt.html. 
  7. "Lubuntu 19.04 (Disco Dingo) Released! | Lubuntu". https://lubuntu.me/disco-released/. 
  8. "featherpad package: Ubuntu". https://launchpad.net/ubuntu/+source/featherpad. 
  9. 9.0 9.1 Tsu Jan (March 18, 2017). "Releases". https://github.com/tsujan/FeatherPad/releases. 
  10. "Chapter 2.4.2 Featherpad — Lubuntu Manual 19.04 documentation". https://manual.lubuntu.me/2/2.4/2.4.2/Featherpad.html. 
  11. "Install FeatherPad (Unofficial) for Linux using the Snap Store". https://snapcraft.io/featherpad. 
  12. Nesbitt, Scott (30 March 2020). "3 lightweight text editors for Linux". opensource.com. https://opensource.com/article/20/3/text-editors-linux. 

External links