aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
AgeCommit message (Expand)Author
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
2022-10-28Fix a typoBozhidar Batsov
2022-10-28[Fix #1804] Add *scratch* and *lsp-log* to projectile-globally-ignored-buffersBozhidar Batsov
2022-10-28Revert "[Fix #1804] Make it possible to ignore special project buffers"Bozhidar Batsov
2022-10-28Appease the byte-compilerBozhidar Batsov
2022-10-27Add new command projectile-find-referencesBozhidar Batsov
2022-10-27[Fix #1804] Make it possible to ignore special project buffersMiles Liu
2022-10-27[Fix #1754] `projectile-open-projects` lists projects for which all buffers a...Miles Liu
2022-10-27Try to appease the byte-compilerBozhidar Batsov
2022-10-27Bump the dev versionBozhidar Batsov
2022-10-27[Fix #1591] Add project.el integrationBozhidar Batsov
2022-10-25Release 2.6v2.6.0Bozhidar Batsov
2022-10-25Add support go-task/taskHiraku Sugiura