Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Projectile 2.6.tar.gz | 2022-10-25 | 1.9 MB | |
Projectile 2.6.zip | 2022-10-25 | 1.9 MB | |
README.md | 2022-10-25 | 3.4 kB | |
Totals: 3 Items | 3.9 MB | 0 |
New features
- #1790: Add
src-dir
andtest-dir
properties for the mill project type. - #1778: Allow
projectile-replace
to select file extensions when using prefix arg (C-u
). - #1757: Add support for the Pijul VCS.
- #1745: Allow
projectile-update-project-type
to change project type precedence and remove project options. - #1699:
projectile-ripgrep
now supports rg.el. - #1712: Make it possible to hide Projectile's menu. See
projectile-show-menu
. - #1718: Add a project type definition for
GNUMakefile
. - #1747: Add support for preset-based install-commands for CMake projects.
- #1768 Add support for disabling command caching on a per-project basis.
- #1797 Make all project type attributes locally overridable.
- #1803: Add support go-task/task.
Bugs fixed
- #1781: Fix
rails-rspec
andrails-test
to useapp
instead oflib
assrc-dir
. - #1762: Fix
projectile-globally-ignored-directories
unescaped regex. - #1713: Fix
projectile-discover-projects-in-directory
reordering known projects. - #1514: Fix
projectile-ag
global ignores not in effect. - #1714: Fix
projectile-discover-projects-in-directory
not interactive. - #1734: Make
projectile--find-matching-test
usesrc-dir/test-dir
properties. - #1750: Fix source and test directories for Maven projects.
- #1765: Fix
src-dir
/test-dir
not defaulting to"src/"
and"test/"
withprojectile-toggle-between-implementation-and-test
. - Fix version extraction logic.
- 1654 Fix consecutive duplicates appearing in command history.
- #1755 Cache failure to find project root.
Changes
- #1785: Give the project type "go" higher precedence than universal types, namely "make".
- #1447: Restructure the menu.
- #1692: Enable minibuffer completions when reading shell-commands.
- Change the Grails project marker to
application.yml
. - #1789: Progress reporter for recursive progress discovery.
- #1708:
projectile-ripgrep
now consistently searches hidden files.