Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Projectile 2.5.0.tar.gz | 2021-08-10 | 1.9 MB | |
Projectile 2.5.0.zip | 2021-08-10 | 1.9 MB | |
README.md | 2021-08-10 | 1.1 kB | |
Totals: 3 Items | 3.8 MB | 0 |
New features
- #1680: Add support for recursive project discovery.
- #[1671](https://github.com/bbatsov/projectile/pull/1671)/[#1679](https://github.com/1671//issues/1679) Allow the
:test-dir
and:src-dir
options of a project to be set to functions for more flexible test switching. - #1672: Add
projectile-<cmd>-use-comint-mode
variables (where<cmd>
isconfigure
,compile
,test
,install
,package
, orrun
). These enable interactive compilation buffers.
Bugs fixed
- #1550: Make
projectile-regenerate-tags
tramp-aware. - #1673: Fix CMake system-preset filename.
- #1691: Fix
compilation-find-file
advice handling of directory.
Changes
- Remove
pkg-info
dependency.