Up to [cvs.NetBSD.org] / pkgsrc / editors / featherpad
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
editors/featherpad: update to 1.5.2 V1.5.2 --------- * Fixed the printing thread. (Previously, it created many instances of the warning message "QBasicTimer::start: Timers cannot be started from another thread" because the document wasn't inside the printing thread.) * Fixed an old issue in replacement highlighting of multiple tabs. * Demand attention under Wayland when a window needs activation, although window managers may ignore it. * Don't escape a start single quote in C/C++ when it follows a letter or number. * Skip double-parenthesis constructs with bash here-docs. * Don't try to save as root when the parent directory doesn't exist. * Respect the enforced syntax of an unsaved document when removing its trailing spaces on saving it. * Check the existence of "gio" before using it for opening URLs. * Fixed the localization of date and time with Qt6.
editors/featherpad: update to 1.5.1 V1.5.1 --------- * Added a safe and simple workaround for KWin6 under X11. * Under X11, if there is a minimized window on the current desktop, open files as new tabs in it and unminimize it.
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.
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.
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.
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.
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++(≥14) syntax highlighting. ● Enabled instant tooltips and corrected context menus on Wayland.
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.
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.
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.
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.
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.
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.
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.
editors: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes
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.
editors: Remove SHA1 hashes for distfiles
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.
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.
editors/featherpad: update to 0.17.2 V0.17.2 --------- * Fixed a regression about here-docs in 0.17.0
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.
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.
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).
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.
editors/featherpad: Update to 0.14.1 ChangeLog: V0.14.1 --------- -Fixed a miscalculation in highlighting of multiline CSS values.
/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.
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.
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.
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.