Path to this page:
Subject: CVS commit: pkgsrc/editors/codelite
From: Niclas Rosenvik
Date: 2023-10-26 12:46:58
Message id: 20231026104658.DBAACFADC@cvs.NetBSD.org
Log Message:
Update codelite to version 17.0.0
Changelog from release notes
bug fixes:
* codelite-ctags is now built as part of CodeLite sources and is
not provided as a prebuilt binary
* ctagsd finds the wrong definition of a method
* Respect user-supplied/alternate wx-config Alternate wx-config
is not respected by ctagsd and codelite-cli subsystems
* Filesystem Workspace: Make Build and Run Project and Rebuild
Project work with filesystem workspace (rlbxku1r)
* restore frame attributes: MAXIMIZE, FULLSCREEN
* Editor margin offset with fractional scaling enabled
* Fixed: CodeLite crashes when opening the resource dialog when
no workspace is opened
* Fixed: CodeLite crashes when the LSP command is invalid
* Fixed the issue that OpenFileAsync would not trigger the
callback function to open soft-linked files
* FIX: Git, The first commit failed (liuanlin-mx)
* fix:git plugin: show file diff, file path is incorrect
* git: add Show file Log (liuanlin-mx)
* Fix: Replace All, Regular expressions don't work (liuanlin-mx)
* Clicking the "Refresh" button in the FSW toolbar, refreshes
the entire tree, unconditionally
* Tab control navigation: use the same keyboard on all major
platforms
* Tab control navigation dialog: show the dialog when using
WSL2 on Windows
* Fix issue with "Open Resource..." searches containing
:line[:column] When search pattern includes :line[:column]
the current search only uses the filename - paths before the
filename are ignored (Uffe Jakobsen)
* fixed: Outline view is unreadable - bad colors
* Add support for Alacritty terminal emulator
* wxCrafter: Subclass of wxSpinCtrl crashes wxCrafter
Impovements:
* Source code formatter: added support for cmake-format
* CodeLite startup time improved
* Updated the Replace UI to fit the other controls
* Preferences dialog has been re-written and now fits better on
small screen, as a side bonus, it loads instantly
* Reloading a file opened remotely, now loads it from the
remote server ( Ctrl+R )
* Language Server plugin: LSP server detection code improvements
* Code Formatter plugin: the plugin was re-written.
By default CodeLite now configure code formatters for:
C++ clang-format
JSON jq
XML xmllint
Rust rustfmt
PHP php-cs-fixer & phpcbf
Python black
* Code Formatter plugin: support "Format On Save": the user can
now configure that the editor will be formatted after a save
operation
* Code Formatter plugin: is now supporting invoking formatting
on remote files opened via the Remoty plugin
* Hidden folders are now displayed in the UI using gray text and
disabled image
* Remoty workspace tree view: added an option to copy a remote
folder path
* File system workspace tree view: the top level folder no longer
displays the fullpath, but rather that last dir name
* A modified tab now displays a round circle indicating that the
file is modified
* All template files have been updated to use the
dap - Debug Adapter Client by default
* Welcome Page has been updated, mainly, the list of Recently
opened workspaces now includes list of workspaces opened by
other plugins (e.g. Remoty)
Files: