2020-04-22 10:23:14 by pin | Files touched by this commit (1) |
Log message:
editors/featherpad
Update maintainer e-mail
|
2020-04-12 10:29:21 by Adam Ciarcinski | Files touched by this commit (956) |  |
Log message:
Recursive revision bump after textproc/icu update
|
2020-03-14 23:17:56 by David H. Gutteridge | Files touched by this commit (2) |  |
Log message:
featherpad: update to 0.13.1
Packaged in pkgsrc-wip by pin.
V0.13.1
---------
* Don't preserve the last file's extension on saving a new tab.
|
2020-03-11 02:15:54 by David H. Gutteridge | Files touched by this commit (6) |  |
Log message:
featherpad: update to 0.13.0
Packaged by pin in pkgsrc-wip. (The change log below doesn't note this,
but NetBSD-specific patches from pin were also merged in 0.13.0.)
V0.13.0
---------
* Allow dash and some other characters (-,;!@*') in URL schemes.
* Support syntax color customization, with two separate settings for light and \
dark color schemes.
* Also added an option for the whitespace color value.
* Never use processEvents(); it makes single-instance apps prone to crash in \
rare cases.
* Consider the HTML ampersand valid in "&name;", \
"&number;" and "&hexadecimal;".
* Yet smarter Shift+Enter with alphabetical lists.
* Bypass medium focus stealing prevention.
* Fixed a problem in highlighting of multiline comments (with languages that \
have regex).
* Fixed highlighting of Markdown code blocks without language.
* Remember cursor's horizontal pixel position before Backspace/Enter and \
restore it after Down/Up. This feature was removed with Backspace due
to a regression in Qt 5.14.1.
* Found and fixed a potential issue in translations (thanks to Masamichi Ito \
— ito32bit at GitHub).
* Don't read custom shortcuts and syntax colors from global config files \
because the user should be able to restore their default values.
V0.12.1
---------
* Removed "changelog" and "gtkrc" from the language menu \
(like "srt") while keeping their syntax highlighting.
* Allow searching in the language menu by typing continuously.
* More informative message when a non-text file isn't opened because of preferences.
* Fixed disabled sort line actions in context menu.
* Fixed a case of escaped quote/brace/bracket in YAML.
* Reformat the visible text rectangle on toggling line wrapping.
* Considered the new behavior of horizontal wheel scrolling in Qt 5.14.0.
* Added a workaround for the bug in horizontal scrollbars of Qt 5.14.0.
|
2020-03-10 23:11:24 by Thomas Klausner | Files touched by this commit (1681) |  |
Log message:
librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-02-13 05:37:41 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
featherpad: generalize comment (it's not just for Linux)
|
2020-02-13 04:12:18 by David H. Gutteridge | Files touched by this commit (7) |
Log message:
featherpad: import new package, version 0.12.0
FeatherPad is a lightweight Qt5 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.
Packaged in pkgsrc-wip by pin, as part of a broader effort toward
providing all of LXQt and associated utility applications. General
reviews, feedback, and testing of such by gdt@, ng0@, and myself.
|