Multi-project simplifies working with different projects in Emacs by providing support for creating, deleting, and searching with projects. Multi-project
supports interactively finding a file within a project by using a TAGS file.
Rev. | Zeit | Autor | Nachricht |
---|---|---|---|
f71a56978a57 | 2021-01-05 21:29:49 | ![]() |
tip Simplified the code and fixed a bug when composing a comm... |
28af8b2048a0 | 2021-01-03 18:19:32 | ![]() |
Code cleanup |
4045823d51f6 | 2019-11-17 21:04:48 | ![]() |
Added tag v0.0.33 for changeset 983a8125e556 |
983a8125e556 | 2019-11-17 21:03:25 | ![]() |
v0.0.33 Added key binding to create a new frame for the current p... |
bc7a89294e94 | 2019-11-17 17:50:36 | ![]() |
Updated the location of the project selection graphic. |
99928b6ed85a | 2019-11-04 12:58:45 | ![]() |
Migrated from BitBucket to OSDN. |
88e5e67fd58c | 2019-07-10 18:47:56 | ![]() |
Fixed a problem when mp-find-file was not able to determi... |
13bd84412236 | 2019-02-18 06:04:28 | ![]() |
Removed tag multi-project.el |
d97b98dae74b | 2019-02-18 06:03:45 | ![]() |
Added tag v0.0.30, multi-project.el for changeset bebc10d... |
bebc10d79440 | 2019-02-18 01:32:07 | ![]() |
v0.0.30 Added additional menu options. TAGS creation now recogniz... |
Name | Rev. | Zeit | Autor |
---|---|---|---|
0.0.26 | 24708e6fb0c4 | 2017-12-18 05:11:44 | ![]() |
v0.0.30 | bebc10d79440 | 2019-02-18 01:32:07 | ![]() |
v0.0.33 | 983a8125e556 | 2019-11-17 21:03:25 | ![]() |
tip | f71a56978a57 | 2021-01-05 21:29:49 | ![]() |
Name | Rev. | Zeit | Autor | Nachricht |
---|---|---|---|---|
default | f71a56978a57 | 2021-01-05 21:29:49 | ![]() |
Simplified the code and fix... |
Multi-project simplifies the switching between different projects by providing support for creating, deleting, and searching between projects. Multi-project supports interactively finding a file within a project or automatically switching the TAGS file for symbol lookup.
Add the lines below in your .emacs file to use multi-project:
(require 'multi-project)
(multi-project-mode)
The image below shows the selection of a project from the project window and then using the multi-project find-file to filter the project files.