[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New search implementation in the IDE
[Thread Prev] | [Thread Next]
- Subject: Re: New search implementation in the IDE
- From: BB <adamnt42@xxxxxxxxx>
- Date: Fri, 1 Nov 2024 19:17:41 +1030
- To: user@xxxxxxxxxxxxxxxxxxxxxx
1) I've got to agree with M Steers. In addition, it's too far away from the search results browser.
2) The search results browser doesn't seem to be updating properly anymore. A couple of oddities are
2a) changing the case of a search token in the code when using a case sensitive search e.g. I search for a mispelled property name such as say "decibels" which is "deciBels" everywhere else in my code. Fine, the search results browser pops up showing where the bad line is. But when i goto that line and correct it, the search results browser still shows the old "incorrect" version and doesn't disappear from the list. Didn't corrections like this automatically update the search results?
2b) This is really a variant of 2a but if I change something else on the line in question say I am looking for occurrences of lowercase "value" and then change "Dim value As String" to Dim Value As Integer" then this does not update the search results! This is BAD.
3) On the whole though, when all is said and done, after adding a toolbutton to the RHS of the main toolbar where the old search box used to be and getting used to the newness, its not too bad! 😁
4) But, finally, the search browser now has two close buttons that look exactly the same but do different things. Not good desgin (sic).
b On 1/11/24 10:52 am, Bruce Steers wrote:
On Fri, 1 Nov 2024 at 00:18, Bruce Steers <bsteers4@xxxxxxxxx> wrote:I'm not keen on it's position , i don't like the way it pushes the tabpanel down. I keep looking and thinking "where's the tabpanel gone??" then I spot it under the new search panel. I've moved mine in FMain._new() instead of this... FSearch.Load(panCentral) FSearch.Lower I tried this.. FSearch.Load(panWorkspace) FSearch.Raise Now its at bottom of document above the console i like it better, it's not so in the way of what i'm used to :) Respects BruceS
Re: New search implementation in the IDE | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: New search implementation in the IDE | Bruce Steers <bsteers4@xxxxxxxxx> |