Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
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.
|
|
(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.
|
|
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.
|
|
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.
|
|
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.
|
|
|
|
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.
|
|
● 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.
|
|
|
|
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
|
-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.
|
|
|
|
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.
|
|
|
|
-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.
|
|
V0.17.2
---------
* Fixed a regression about here-docs in 0.17.0
|
|
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.
|
|
|
|
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.
|
|
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).
|
|
|
|
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.
|
|
|
|
ChangeLog:
V0.14.1
---------
-Fixed a miscalculation in highlighting of multiline CSS values.
|
|
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.
|
|
Update maintainer e-mail
|
|
|
|
Packaged in pkgsrc-wip by pin.
V0.13.1
---------
* Don't preserve the last file's extension on saving a new tab.
|
|
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.
|
|
recursive bump for the dependency change
|
|
|
|
|
|
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.
|