Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Conversation

@d3v2a
Copy link
Contributor

@d3v2a d3v2a commented Aug 5, 2024

Add the possibility to search with project name (.iml files)

Add Aqua and Writerside to compatible editor

@tomsquest
Copy link
Contributor

Hi @d3v2a ,

Question:
If I get it right, the code use the name of the .iml file to define projects.
For example, one could have a project /myprojects/projectFoo/.idea/bar.iml and the code will add bar as an entry.
Is that right ?
(note that the current code, also add projectFoo as an entry)

@d3v2a
Copy link
Contributor Author

d3v2a commented Aug 7, 2024

@tomsquest
Yes, when you rename project (File ⇾ rename project), it creates an iml file with the new name

@d3v2a d3v2a requested a review from tomsquest August 7, 2024 21:52
@tomsquest
Copy link
Contributor

Good to merge @ManuelSchneid3r

@tomsquest
Copy link
Contributor

Thanks for your changes @d3v2a !

@ManuelSchneid3r
Copy link
Member

please increase the version to 2.0

@ManuelSchneid3r ManuelSchneid3r merged commit eb69d3a into albertlauncher:main Aug 14, 2024
@d3v2a d3v2a deleted the better_search_jetbrains branch August 14, 2024 20:38
@ManuelSchneid3r
Copy link
Member

i have a problem with this one:

projects = [p for p in projects if query_lower in p.name.lower() or query_lower in p.path.lower()]
Bildschirmfoto 2025-03-26 um 10 42 09

is this path search necessary for you guys?

@tomsquest
Copy link
Contributor

Hi @ManuelSchneid3r ,

is this path search necessary for you guys?

In my case, the path is not needed, only the project's name.

👍 to remove it.

@d3v2a
Copy link
Contributor Author

d3v2a commented Mar 26, 2025

HI @tomsquest @ManuelSchneid3r,

We can add a search in path option without removing this.

@ManuelSchneid3r
Copy link
Member

How should i name the option label? 'Match path'?

@tomsquest
Copy link
Contributor

Good idea @d3v2a for the config option.

Match path is ok 👍

(if you want to gut more context: Match path along label)

ManuelSchneid3r added a commit that referenced this pull request Mar 27, 2025
ManuelSchneid3r added a commit to albertlauncher/albert-plugin-python-jetbrains-projects that referenced this pull request Jul 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants