Status Update
Comments
sr...@google.com <sr...@google.com>
an...@google.com <an...@google.com> #2
I don't think the IntelliJ platform allows us to customize the order of search results. Platform team, can you weigh in?
ya...@google.com <ya...@google.com> #3
an...@google.com <an...@google.com> #4
A work-around is proposed in StackOverflow:
an...@google.com <an...@google.com>
kd...@google.com <kd...@google.com> #5
Since it's available in pure mailbox view is that such a big effort to make it available also in Google Script?
ng...@gmail.com <ng...@gmail.com> #6
kd...@google.com <kd...@google.com> #7
kd...@google.com <kd...@google.com> #8
kd...@google.com <kd...@google.com> #9
kd...@google.com <kd...@google.com> #10
I have resolved the same issue :)
bu...@google.com <bu...@google.com> #14
bu...@google.com <bu...@google.com>
kd...@google.com <kd...@google.com> #15
My guess is that this is fixed now that the underlying IJ issue is fixed. I am going to juggle this for a little longer until we get this downstreamed into AS.
bu...@google.com <bu...@google.com> #17
Error highlighted: Bugjuggler: *Q4* 2024
kd...@google.com <kd...@google.com> #18
Bugjuggler: wait until next quarter
bu...@google.com <bu...@google.com> #19
bu...@google.com <bu...@google.com>
kd...@google.com <kd...@google.com> #20
We're going to try re-enabling the search everywhere ML plugin to see if that addresses this.
lb...@gmail.com <lb...@gmail.com> #21
@20 Why the need to have ML/AI for this? It's just sorting by what's the default first, especially if we specifically write it...
kd...@google.com <kd...@google.com> #22
@21 because IJ only fixed it for the case where that plugin is enabled. See
So our options are
- Re-enable the plugin and see if that works or
- Try to get IJ to fix it for the case where the plugin is not present and then wait for that fix to merge into Android Studio
lb...@gmail.com <lb...@gmail.com> #23
@22 So are you saying that it only started when AI/ML was added to the IDE, and that if I disable it somehow, it will show default strings as first item on the list?
Pretty sure this issue existed way before.
kd...@google.com <kd...@google.com> #24
I am not saying that.
lb...@gmail.com <lb...@gmail.com> #25
@24 So what are you saying?
The issue has existed before AI was used for this. Right?
How would AI be related here, if the issue has existed before?
el...@gmail.com <el...@gmail.com> #26
I'd be surprised if that linked IntelliJ ticket is related to this since multiple "exact matches" of `strings.xml` will exist, and the secondary sort is the issue at stake. So even if that issue is fixed and the exact match is shown first, this issue has always been about showing the default exact match first when multiple overrides exist. The ticket also mentions it being a recent regression and I don't believe this was ever fixed, I've just been scrolling to the bottom throughout the years ;_;.
kd...@google.com <kd...@google.com> #27
lb...@gmail.com <lb...@gmail.com> #28
@27 Guys it should be possible to fix whether it's using or used AI or not.
The list is sorted in some way. Just prioritize the one that's the default to be at the top.
Description
Android Studio Iguana | 2023.2.1 Canary 17
STEPS TO REPRODUCE:
1. Pres shortcut Shift + Command + O to open File
2. Type 'strings.xml"
3. If the app localized more than 10 languages, the default strings.xml is showed at very bottom and I have to scroll to see it.
Expect result:
the default strings.xml should always show at the top. Most of time devs want to open defaults strings.xml instead opening others localized strings.
------------------