aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2025-02-04[Docs] Remove mentions of selectrumBozhidar Batsov
It was deprecated in favor of vertico.
2025-02-03Make the cache transient by defaultBozhidar Batsov
2025-02-03Introduce projectile-auto-cleanup-known-projectsBozhidar Batsov
2025-02-03Introduce a common prefix for project lifecycle command keybindingsBozhidar Batsov
2025-02-01[Docs] Improve docs on ignoring filesBozhidar Batsov
2025-01-31[Docs] Minor tweakBozhidar Batsov
2025-01-31[Docs] Update some setup instructionsBozhidar Batsov
2025-01-31Rename the cache file to .projectile-cache.eldBozhidar Batsov
2025-01-30[Docs] Reflow a paragraphBozhidar Batsov
2025-01-30Add some configuration exampleBozhidar Batsov
2025-01-30[Docs] Tweak wordingBozhidar Batsov
2025-01-30[Docs] Expand the caching docsBozhidar Batsov
2025-01-30[Docs] Fix broken referencesBozhidar Batsov
2025-01-30Rework the caching logicBozhidar Batsov
The main changes from before are: - Each project has its own cache file - Cache files are consulted only when you request the files of some project This makes caching both more robust and faster, as before the cache file for all projects was loaded when projectile-mode was enabled.
2025-01-30[Docs] Update a comparison entryBozhidar Batsov
2025-01-30[Docs] Remove support pageBozhidar Batsov
2025-01-30Drop support for Emacs 25Bozhidar Batsov
Emacs 25 is ancient at this point and likely no one is using it anymore.
2025-01-30feat: add support for swift projectsPeter Grayson
Add support for swift projects using swift package manager (SPM). The 'swift-spm symbol is qualified to leave room for other flavors of swift project that are more Xcode oriented or use cocoapods.
2024-11-13Expands table of files for project markers (#1919)slackline
First attempt at expanding the table of file markers for projects based on code at [master/projectile.el#L3441](https://github.com/bbatsov/projectile/blob/master/projectile.el?rgh-link-date=2024-10-22T08%3A55%3A41Z#L3441) I've followed the order of the languages/files in `projectile.el` (I hope!). Not sure descriptions under `Project Type` are 100% correct so happy to revise anything that needs changing.
2024-11-02Add Zig project discovery (#1918)stephan-cr
2024-10-22Order file markers table by file nameNeil Shephard
Browsing the documentation I found it cumbersome to read this table as it wasn't in alphabetical order. This commit re-orders the table by `File` column. Perhaps a different order might be to include a column for language and order by that with sub-ordering by supported files within that language.
2024-08-24Add support for xmake build utility (#1899)Ben Hutchinson
2024-02-12[Docs] Extend comparison sectionBozhidar Batsov
2024-02-10[Docs] Move some text aroundBozhidar Batsov
2024-02-10[Docs] Extend the comparison with project.elBozhidar Batsov
2024-02-10[Docs] Fix a typoBozhidar Batsov
2024-02-10[Docs] Tweak markupBozhidar Batsov
2024-02-10[Docs] Add a comparison with project.elBozhidar Batsov
2024-01-23Add new custom variable 'projectile-cmd-hist-ignoredups'Laurence Warne
Add new custom variable 'projectile-cmd-hist-ignoredups', which can be used to tweak how duplicates are dealt with in projectile's command history. The custom variable is identical in behaviour to 'eshell-hist-ignoredups'. Specifically, the existing default behavior is maintained with the value of t, which means consecutive duplicates are ignored. A value of 'erase means only the last duplicate is kept, whilst a value of nil means all duplicates are kept.
2024-01-21vcs: add Jujutsu supportDaehyeok Mun
2024-01-15Add Sapling support (#1875)Zeyi (Rice) Fan
Sapling is a Meta maintained fork of Mercurial. It uses .sl as the state directory instead of .hg to avoid compatibility issues with Mercurial. See this page for comparison with Mercurial: https://sapling-scm.com/docs/introduction/differences-hg
2023-10-13Switch back the docs versionBozhidar Batsov
2023-10-13Release 2.8v2.8.0Bozhidar Batsov
2023-03-15[Docs] Documented the changes to the project.el integrationBozhidar Batsov
See #1831 for more details.
2023-03-12[#1148] Don't show deleted files in listing (#1825)Radon Rosborough
When fd is installed, use it with appropriate options instead of git ls-files in order to fix https://github.com/bbatsov/projectile/issues/1148
2022-11-22Switch back the docs versionBozhidar Batsov
2022-11-22Release 2.7v2.7.0Bozhidar Batsov
2022-11-18Allow multiple project-files per type and wildcards in project-filestoshokan
2022-11-14[Docs] Mention projectile-root-markedBozhidar Batsov
2022-11-01Mention projectile-project-search-path more prominentlyBozhidar Batsov
2022-11-01Kill an extra blank lineBozhidar Batsov
2022-10-30Add helpers for dir-local-variables for 3rd party use (#1737)813gan
Functions `projectile-add-dir-local-variable` and `projectile-delete-dir-local-variable` wraps their built-in counterparts. They always use `.dir-locals.el` from root of projectile project.
2022-10-30Add a note about how to disable the project.el integrationBozhidar Batsov
2022-10-28Fix grammarBozhidar Batsov
2022-10-28Fix broken markupBozhidar Batsov
2022-10-28[Docs] Tweak the list of featuresBozhidar Batsov
2022-10-28[Docs] Document how to ignore certain project buffersBozhidar Batsov
2022-10-27Extend the project.el integration docsBozhidar Batsov
2022-10-27Document projectile-find-referencesBozhidar Batsov
2022-10-27[Docs] Add a note about the project.el integration in the FAQBozhidar Batsov