The NetBSD Project

CVS log for pkgsrc/editors/featherpad/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / editors / featherpad

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.46 / (download) - annotate - [select for diffs], Mon Feb 19 04:20:26 2024 UTC (5 weeks, 4 days ago) by pin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.45: +6 -6 lines
Diff to previous 1.45 (colored) to selected 1.5 (colored)

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.

Revision 1.45 / (download) - annotate - [select for diffs], Sun Nov 12 13:21:15 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) to selected 1.5 (colored)

*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.44 / (download) - annotate - [select for diffs], Wed Nov 8 13:19:02 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored) to selected 1.5 (colored)

*: recursive bump for icu 74.1

Revision 1.43 / (download) - annotate - [select for diffs], Tue Oct 24 22:09:01 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.5 (colored)

*: bump for openssl 3

Revision 1.42 / (download) - annotate - [select for diffs], Tue Sep 5 16:33:23 2023 UTC (6 months, 3 weeks ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.5 (colored)

editors/featherpad: correct comment

Revision 1.41 / (download) - annotate - [select for diffs], Tue Sep 5 13:43:15 2023 UTC (6 months, 3 weeks ago) by pin
Branch: MAIN
Changes since 1.40: +4 -12 lines
Diff to previous 1.40 (colored) to selected 1.5 (colored)

editors/featherpad: enable Qt6

... and switch to it by default.
Thanks to wiz@ for a quick review.

Revision 1.40 / (download) - annotate - [select for diffs], Tue Jun 13 10:56:34 2023 UTC (9 months, 2 weeks ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.39: +2 -3 lines
Diff to previous 1.39 (colored) to selected 1.5 (colored)

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.

Revision 1.39 / (download) - annotate - [select for diffs], Mon May 22 21:00:22 2023 UTC (10 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.5 (colored)

*: bump for libproxy 0.5

Revision 1.38 / (download) - annotate - [select for diffs], Wed Apr 19 08:09:49 2023 UTC (11 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.37: +2 -1 lines
Diff to previous 1.37 (colored) to selected 1.5 (colored)

revbump after textproc/icu update

Revision 1.37 / (download) - annotate - [select for diffs], Tue Apr 18 18:48:44 2023 UTC (11 months, 1 week ago) by pin
Branch: MAIN
Changes since 1.36: +2 -3 lines
Diff to previous 1.36 (colored) to selected 1.5 (colored)

editors/featherpad: update to 1.4.0

V1.4.0
---------
 * Check the view cursor before setting it.
 * Recognize `text/plain;charset=ãà¦à as plain text when pasting (Qt doesn't).
 * Highlight comments inside formulas with LaTex.
 * Use icons in the recent files menu where possible.
 * Prevent tab DND from tab close button.
 * Focus side-pane with Ctrl+Escape.
 * Safeguard the file type filters of file dialogs from bad translations.
 * Added `application/x-zerosize` to the desktop file (after a change in GLib).
 * Added an option for showing window title on the menubar.
 * Fixed the tab tooltip for special folders.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Apr 3 20:20:53 2023 UTC (11 months, 3 weeks ago) by nros
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.5 (colored)

Revbump due to dependecy change in qt5-qtbase
Since these dependecies are bundled with
qt5-qtbase and not exposed to qt5 using
applications directly, only bump direct users
of qt5-qtbase.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Jan 29 21:15:54 2023 UTC (13 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored) to selected 1.5 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jan 9 09:38:15 2023 UTC (14 months, 2 weeks ago) by pin
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.5 (colored)

editors/featherpad: update to 1.3.5

V1.3.5
---------
 - Used QPointer for TextEdit's highlighter (for a more robust code but without
   behavior change).
 - Enabled tab DND under Wayland (by detaching or dropping the tab after
   finishing the DND) and improved tab DND in general.
 - Always open a group of files in a single window, even when the app is
   configured to open files in separate windows.
 - Prevented total item deselection in the side-pane mode with Qt6.
 - Added the side-pane and session actions to the toolbar.
 - Limited the side-pane's default width to 40 times the width of the space
   character of the widget font.

Revision 1.33 / (download) - annotate - [select for diffs], Sun Dec 4 17:39:56 2022 UTC (15 months, 3 weeks ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.32: +2 -3 lines
Diff to previous 1.32 (colored) to selected 1.5 (colored)

editors/featherpad: update to 1.3.4

A potential cause of crash is removed (by initializing the variables of
TextEdit and TabBar before any event is triggered).

Also:
The Paste item of the Edit menu is enabled/disabled appropriately.
ã÷The single quote is covered as the digit separator in C++(ãé4) syntax
  highlighting.
Enabled instant tooltips and corrected context menus on Wayland.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Nov 23 16:19:55 2022 UTC (16 months ago) by adam
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored) to selected 1.5 (colored)

massive revision bump after textproc/icu update

Revision 1.31 / (download) - annotate - [select for diffs], Sun Oct 9 16:04:10 2022 UTC (17 months, 2 weeks ago) by pin
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.5 (colored)

editors/featherpad: update to 1.3.3

V1.3.3
---------
 - Fixed crash on pasting with empty clipboard.
 - Covered tab-indented here-docs in Bash syntax highlighting.
 - Covered indented here-docs in Perl syntax highlighting.
 - Silenced the compilation warnings with Qt ãé6.4.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Sep 12 21:08:57 2022 UTC (18 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.5 (colored)

featherpad: update to 1.3.2.

(from pin)

- Lack of prompt dialog on closing Qt6-based FeatherPad under Wayland is fixed
  (the problem was caused by a bug in Qt6).

Also:
- The Unix signal handling is revamped.
- Instant tab tooltips are replaced by ordinary ones under Wayland (because
  Wayland compositors have problem with instant tooltips of inactive windows).
- Toml syntax highlighting is added.
- The detection of legacy encodings has been totally removed with Qt6.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Aug 4 12:18:16 2022 UTC (19 months, 3 weeks ago) by pin
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.5 (colored)

editors/featherpad: update to 1.3.1

D-Bus is used instead of the old, network-based method ãàfor making the app
have a single process. D-Bus is faster, more versatile, and much more reliable,
especially under extreme circumstances.

FeatherPad still works under non-Linux systems without D-Bus, but as a
multi-process app.

Other changes:

ã÷The qmake compilation has been removed. Its maintenance wasn't justified,
  especially with D-Bus.
ã÷A workaround has been added for a Qt5 bug that caused a crash if SIGTERM was
  sent while the replacement dock was visible. The bug doesn't exist in Qt6.

Revision 1.28 / (download) - annotate - [select for diffs], Wed Jun 15 18:58:27 2022 UTC (21 months, 1 week ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.5 (colored)

editors/featherpad: update to 1.3.0

V1.3.0
---------
 * Added an option for using system icons where possible. By default, internal
   icons are used.
 * Set the scroll mode to per-pixel in the side-pane as a workaround for a bug
   in QListWidget's auto-scrolling.
 * With Qt6, accept the close event on receiving SIGTERM and similar signals
   (because, in Qt6, "qApp->quit()" calls "closeEvent()").
 * Make sure all windows are deleted when receiving SIGTERM and similar signals.
 * Made Qt6 font setting backward-compatible.
 * Fixed the problems in restoring of window size and position.
 * Added a workaround for a QPlainTextEdit bug that doesn't report a selection
   change on undoing/redoing.
 * Fixed the selection highlighting with huge selections.
 * Fixed a problem in highlighting of Yaml literal blocks.
 * Center page numbers horizontally when printing.
 * Highlight cmake's bracket comments and bracket arguments.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Apr 23 21:09:36 2022 UTC (23 months ago) by pin
Branch: MAIN
Changes since 1.26: +2 -3 lines
Diff to previous 1.26 (colored) to selected 1.5 (colored)

editors/featherpad: update to 1.2.0

Main changes:
- Try the file manager DBus interface when opening the containing folder
  (from the right-click menu of tab or side-pane item). In this way, it may be
  possible to select and scroll to the file.
- Restore the view position on reloading, as precisely as possible.
- Fixed searching in unusually large documents.
- Select the text between spaces with Ctrl + double click.
  (See Help ãæMultiple Clicks.)
- Added Rust syntax highlighting.
- Fixes and enhancement to XML and QML syntax highlighting.
- Bumped the minimum required version of Qt5 to 5.15.0.
- With Qt6, hide encodings that are not supported by Qt6.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Apr 18 19:10:57 2022 UTC (23 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored) to selected 1.5 (colored)

revbump for textproc/icu update

Revision 1.25 / (download) - annotate - [select for diffs], Sat Jan 8 15:32:14 2022 UTC (2 years, 2 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.5 (colored)

editors/featherpad: update to 1.1.1

V1.1.1
---------
 - Fixed highlighting of Markdown's single-line codes with multiple backquotes.
   Also, faster syntax highlighting for Markdown.
 - Prevented a rare hang-like behavior with malformed XML documents that have
   huge lines. Also, followed stricter rules for highlighting of "<" in XML.
 - Workaround for wrong positions of instant tab tooltips with Qt6.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Dec 29 05:47:44 2021 UTC (2 years, 2 months ago) by pin
Branch: MAIN
Changes since 1.23: +2 -3 lines
Diff to previous 1.23 (colored) to selected 1.5 (colored)

editors/featherpad: update to 1.1.0

ã÷A problem is fixed in saving with UTF-16.
ã÷A very rare stack overflow is prevented when matching brackets in huge files.
ã÷The maximum number of recent files is increased to 50.
ã÷Added Tcl syntax highlighting.
ã÷Lots of keywords are added to syntax highlighting for various programming
  languages.
ã÷Fixes and improvements to XML and Lua syntax highlighting.
ã÷Enabled experimental compilation against Qt6 (ãæINSTALL). The default cmake
  compilation is still against Qt5.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Dec 8 16:04:09 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored) to selected 1.5 (colored)

revbump for icu and libffi

Revision 1.22 / (download) - annotate - [select for diffs], Fri Oct 15 12:31:36 2021 UTC (2 years, 5 months ago) by pin
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.5 (colored)

editors/featherpad: update to 1.0.1

-Fixed the detection of UTF-16 in special cases.
-Fixed tab detaching when the window is closed with its last tab.
-Don't try to restore window position under Wayland.
-Better inertial scrolling with touchpad and sensitive devices.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Sep 1 06:58:39 2021 UTC (2 years, 6 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.20: +2 -3 lines
Diff to previous 1.20 (colored) to selected 1.5 (colored)

editors/featherpad: update to 1.0.0

Main changes:
- Miscellaneous fixes to syntax highlighting of some programming languages.
- Go is added to syntax highlighting.
- Final symlink targets are also checked for detecting programming languages.
- An option is added for disabling menu-bar accelerators.
- Number separators are used on the status-bar.
- AppStream metadata is added by City-busz.
- Support for OS/2 is added by josch1710.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Apr 21 11:41:32 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored) to selected 1.5 (colored)

revbump for textproc/icu

Revision 1.19 / (download) - annotate - [select for diffs], Mon Mar 8 21:29:42 2021 UTC (3 years ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.5 (colored)

editors/featherpad: update to 0.18.0

-Fixed an old but rare problem in highlighting of multiline comments.
-Added Pascal syntax highlighting.
-Added Java syntax highlighting.
-Better highlighting of numeric literals in some programming languages.
-Taken into account some general variables of Perl when highlighting its syntax.
-Taken into account the possibility of using unpaired or different paired
delimiters for the second part of Perl's replacement operators.
-Fixes and improvements to Ruby syntax highlighting.
-Prevent Qt from giving any non-plain text to the selection clipboard.
-Made PageUp/PageDown select the first/last item of the search history when the
search line-edit is focused.
-Fixed the lack of Perl-style comments in PHP syntax highlighting.
-If needed, save cursor positions when the app is terminated by SIGTERM.
-Prevent the spell checker from changing an uneditable document.
-Added an icon to the tabs/view-items of files that have targets but aren't
symlinks (e.g., their parent directories are symlinks). Also, (1) when a final
target exists, two items are added to the tab/view-item context menu for
copying its path and opening it, and (2) if a file and some of its targets are
opened, only the first one is editable by default.
-Added JSON syntax highlighting.
-Added "math" and "equation" to LaTex syntax highlighting.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jan 12 08:33:46 2021 UTC (3 years, 2 months ago) by pin
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.5 (colored)

editors/featherpad: update to 0.17.2

V0.17.2
---------
 * Fixed a regression about here-docs in 0.17.0

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jan 6 19:22:04 2021 UTC (3 years, 2 months ago) by pin
Branch: MAIN
Changes since 1.16: +2 -3 lines
Diff to previous 1.16 (colored) to selected 1.5 (colored)

editors/featherpad: update to 0.17.1

V0.17.1
---------
 * Removed the code for making the cursor busy after 1 second ãàcursor
 overriding isn't marked as thread-safe by Qt.

V0.17.0
---------
 * Consider the locale when showing line numbers and omit the group separator.
 * Disable "Save with Encoding" with uneditable files.
 * Fixed restoring of the current side-pane item after another item is closed
 by middle-clicking.
 * Fixed a problem in closing side-pane items with filtering.
 * Workarounds for Qt bugs in keyboard navigation inside a list view when some
 items are hidden.
 * Made the warning bar more flexible by giving it a timeout, which can be 0 for
 permanent bars.
 * Allow saving as root without a root instance when the user doesn't have the
 permission to write. Polkit's pkexec is used for gaining the root privileges.
 * Distinguish Wayland from the lack of X11.
 * Guarantee that the session dialog has focus after opening a session.
 * Prevent killTimer() error warnings.
 * Added LaTex to the recognized syntaxes.
 * Workarounds for bugs in Qt's default printing. Qt can't handle dark color
 schemes and the reverse order with printing. Now, FeatherPad supports both.
 * Do printing in a separate thread, so that, if it takes a long time,
 FeatherPad could still be used.
 * Added simple support for gvfs' admin.
 * Several fixes to Perl syntax highlighting.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Nov 5 09:08:01 2020 UTC (3 years, 4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored) to selected 1.5 (colored)

*: Recursive revbump from textproc/icu-68.1

Revision 1.15 / (download) - annotate - [select for diffs], Mon Nov 2 20:17:52 2020 UTC (3 years, 4 months ago) by pin
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.5 (colored)

editors/featherpad: update to 0.16.0

0.16.0

Changes:
- A right-click item is added to tab/side-pane for opening containing folder.
- Natural sorting of items in the side-pane and session dialog.
- The warning bar disappears when clicked or, automatically, after 10 seconds.
- "To Start Case" is added to the case changing actions.
- The 50-ms delay of format updating is removed because Qt's update requests seem appropriate now.
- Focus the editor's view with the Escape key.
- Current line highlight is made customizable.
- The recent files feature can be disabled by setting its number to zero.
- Added a "standalone" option to the command-line. It's especially useful when FeatherPad is chosen as the "git" editor.
- Fixes and improvements here and there.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Aug 24 07:37:48 2020 UTC (3 years, 7 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (colored) to selected 1.5 (colored)

editors/featherpad: update to 0.15.0

V0.15.0
---------
 * Added optional selection highlighting (without interfering with search
 highlighting).
 * Fixed a small bug in search highlighting with tab DND/detachment.
 * Added simple Haxe highlighting (by using JS codes).
 * Fixed multiline "</>" in JS.
 * Disabled the RTL workaround when lines aren't wrapped.
 * Don't clear replacement highlights when the window is minimized.
 * Always truncate absurdly huge lines in uneditable documents.
 * Fixed a problem in the state of the language button after toggling syntax
 highlighting.
 * Fixed a rare case, where the text's format and highlight weren't updated.
 The fix also simplifies the code.
 * Highlight only the first 1000 replacements if there are more.
 * Added an item (to the Edit menu as well as the context menu) for converting
 all text tabs to spaces.
 * Added an option to paste file paths instead of files (by default, FeatherPad
 opens pasted files).

Revision 1.13 / (download) - annotate - [select for diffs], Mon Aug 17 20:18:33 2020 UTC (3 years, 7 months ago) by leot
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored) to selected 1.5 (colored)

*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jun 12 11:25:55 2020 UTC (3 years, 9 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.11: +2 -3 lines
Diff to previous 1.11 (colored) to selected 1.5 (colored)

editors/featherpad: update to 0.14.2

V0.14.2
---------
 * Overrode Qt's default behavior with the Home key.
 * Fixed a bug that allowed cutting of read-only texts.
 * Don't mistake a (commented) Yaml note followed by a colon with a Yaml key.
 * Considered the single quote in CSS values.
 * Highlight JavaScript's hash-bang (don't mistake it with a regex).
 * Updated the code for Qt 5.15.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jun 2 08:23:43 2020 UTC (3 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored) to selected 1.5 (colored)

Revbump for icu

Revision 1.10 / (download) - annotate - [select for diffs], Wed May 6 07:40:37 2020 UTC (3 years, 10 months ago) by pin
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.5 (colored)

editors/featherpad: Update to 0.14.1

ChangeLog:
V0.14.1
---------
 -Fixed a miscalculation in highlighting of multiline CSS values.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Apr 25 15:13:05 2020 UTC (3 years, 11 months ago) by pin
Branch: MAIN
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored) to selected 1.5 (colored)

/editors/featherpad: Update to 0.14.0

Changelog picked from https://github.com/tsujan/FeatherPad/releases:

V0.14.0

This release is mostly about speeding up syntax highlighting, especially for
big documents. In some cases (e.g., with HTML, XML, CSS, Bash or Perl),
the job is done multiple times faster.

Also:
- A bug is fixed in handling relative file paths that contain no slash.
- JavaScript template literals (back quotes) are supported.
- CSS syntax highlighting is fixed and improved.
- Small fixes.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 22 08:23:13 2020 UTC (3 years, 11 months ago) by pin
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.5 (colored)

editors/featherpad

Update maintainer e-mail

Revision 1.7 / (download) - annotate - [select for diffs], Sun Apr 12 08:28:35 2020 UTC (3 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored) to selected 1.5 (colored)

Recursive revision bump after textproc/icu update

Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 14 22:17:55 2020 UTC (4 years ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

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.

Revision 1.5 / (download) - annotate - [selected], Wed Mar 11 01:15:54 2020 UTC (4 years ago) by gutteridge
Branch: MAIN
Changes since 1.4: +8 -8 lines
Diff to previous 1.4 (colored)

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.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Mar 10 22:09:41 2020 UTC (4 years ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.5 (colored)

librsvg: update bl3.mk to remove libcroco in rust case

recursive bump for the dependency change

Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 8 16:49:21 2020 UTC (4 years ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) to selected 1.5 (colored)

*: recursive bump for libffi

Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 13 04:37:41 2020 UTC (4 years, 1 month ago) by gutteridge
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.5 (colored)

featherpad: generalize comment (it's not just for Linux)

Revision 1.1 / (download) - annotate - [select for diffs], Thu Feb 13 03:12:18 2020 UTC (4 years, 1 month ago) by gutteridge
Branch: MAIN
Diff to selected 1.5 (colored)

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>