aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
AgeCommit message (Expand)Author
2024-02-10Try to appease the byte-compilerBozhidar Batsov
2024-02-05Add support for Eask projectsBozhidar Batsov
2024-01-23Add new custom variable 'projectile-cmd-hist-ignoredups'Laurence Warne
2024-01-22Optimize compilation-find-file-projectile-find-compilation-buffer (#1874)Siew Yi Liang
2024-01-22Fix `projectile-jj-command`Daehyeok Mun
2024-01-21vcs: add Jujutsu supportDaehyeok Mun
2024-01-15Touch up the previous commitBozhidar Batsov
2024-01-15Add Sapling support (#1875)Zeyi (Rice) Fan
2023-11-30Remove 'all' from the mill project type's compile and test commandsLaurence Warne
2023-11-29Check for project-root before adding overloadEldritch Cheese
2023-11-29Add package command for CMake (#1870)jehelset
2023-10-13Release 2.8v2.8.0Bozhidar Batsov
2023-10-11[Fix #1853] `projectile-generic-command` should use `projectile-fd-executable...Miles Liu
2023-10-11Add missing :package-versionBozhidar Batsov
2023-09-19[Fix #1835] Allow visiting existing vterm buffer in other window (#1863)Mohamad Taan
2023-09-19Follow includes in CMake files (#1842)Marcin Kacprzak
2023-09-19Add a new project type "pnpm"Akinori MUSHA
2023-09-19Perform `npm run build` as the compile command for npm projectsAkinori MUSHA
2023-09-19Add a new project type "yarn" separate from "npm"Akinori MUSHA
2023-09-19fd: explicitly disable colorsEvgeny Kurnevsky
2023-07-13Add ripgrep as a commander method (#1851)Stefan Kamphausen
2023-06-06Obey `projectile-project-test-dir` (and similarly for src dir) when toggling ...Len Trigg
2023-06-06Use literal directory name casing during impl / test toggleLen Trigg
2023-03-17Fix a typoBozhidar Batsov
2023-03-17[Fix #1830] Add command `projectile-run-vterm-other-window`Bozhidar Batsov
2023-03-17Tweak indentationBozhidar Batsov
2023-03-16Detect Julia projects (#1833)Eric Berquist
2023-03-15[Fix #1831] Enable the project.el integration only when `projectile-mode` is ...Bozhidar Batsov
2023-03-14Bump the development versionBozhidar Batsov
2023-03-12[#1148] Don't show deleted files in listing (#1825)Radon Rosborough
2023-03-06Detect Nimble projects for Nim programming language (#1828)Eric Berquist
2023-03-06Make projectile-run-vterm open vterm in other window (#1827)Sathish Manohar
2023-02-28Mention how to set default cmd to (projectile-compile-project)Konstantin Kharlamov
2023-02-28Bump the copyright yearsBozhidar Batsov
2023-02-24Fix typoErlend Hamberg
2023-02-19Add Elm project type (#1819)Mattias
2023-02-19Add python PEP621/PEP5128 support (#1821)Pierre-Antoine Comby
2022-11-22Release 2.7v2.7.0Bozhidar Batsov
2022-11-18Add project-file specs for dotnet projects, find dotnet .sln filestoshokan
2022-11-18Allow multiple project-files per type and wildcards in project-filestoshokan
2022-11-12Make .projectile customizableGreg Pfeil
2022-11-12Add a projectile-root-marked function for finding rootsGreg Pfeil
2022-11-05Simplify bottom-up file checksGreg Pfeil
2022-11-05Find project files bottom-upGreg Pfeil
2022-11-01Add projectile-discover-projects-in-search-path to the mode menuBozhidar Batsov
2022-10-31Allow passing a directory argument deep down the stack (#1806)fanshi1028
2022-10-30Tweak a docstringBozhidar Batsov
2022-10-30Touch up recently added functionsBozhidar Batsov
2022-10-30Add helpers for dir-local-variables for 3rd party use (#1737)813gan
2022-10-29[Fix #1808] Fix the filenames when using project.elBozhidar Batsov