Using Spotter

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Using Spotter

abergel
Hi!

If in spotter:
        1- enter: Roassal2 #p
        2- select: Roassal2 and press cmd ->
        3- enter: Zoom
Then I see all the classes that belongs to Roassal that have the word Zoom in them.

The question I have is: how can I look for all the classes having Zoom in their name and begins with the prefix ‘RT’? I have tried ‘RT*Zoom*’. I remember Juraj showed me a way to do this, but I forgot…

Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply | Threaded
Open this post in threaded view
|

Re: Using Spotter

Tudor Girba-2
At the moment, the only way to do that is to use diving. RT*Zoom means: RT and Zoom. So, you can:
- filter by Zoon,
- dive in category (Cmd+Shift+Right)
- then filter by RT

Again, it is not necessarily convenient. In this first iteration, the goal was to produce something that is fast and composable. In the next iteration we should learn what works and what does not. And this use case is certainly one thing that seems to be  expected.

Cheers,
Doru




On Sun, Jun 7, 2015 at 1:38 PM, Alexandre Bergel <[hidden email]> wrote:
Hi!

If in spotter:
        1- enter: Roassal2 #p
        2- select: Roassal2 and press cmd ->
        3- enter: Zoom
Then I see all the classes that belongs to Roassal that have the word Zoom in them.

The question I have is: how can I look for all the classes having Zoom in their name and begins with the prefix ‘RT’? I have tried ‘RT*Zoom*’. I remember Juraj showed me a way to do this, but I forgot…

Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.







--

"Every thing has its own flow"
Reply | Threaded
Open this post in threaded view
|

Re: Using Spotter

Juraj Kubelka-5
In reply to this post by abergel
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Using Spotter

abergel
In reply to this post by Tudor Girba-2
Thanks Juraj and Doru!

It is now clearer

Cheers,
Alexandre


> On Jun 7, 2015, at 9:00 AM, Tudor Girba <[hidden email]> wrote:
>
> At the moment, the only way to do that is to use diving. RT*Zoom means: RT and Zoom. So, you can:
> - filter by Zoon,
> - dive in category (Cmd+Shift+Right)
> - then filter by RT
>
> Again, it is not necessarily convenient. In this first iteration, the goal was to produce something that is fast and composable. In the next iteration we should learn what works and what does not. And this use case is certainly one thing that seems to be  expected.
>
> Cheers,
> Doru
>
>
>
>
> On Sun, Jun 7, 2015 at 1:38 PM, Alexandre Bergel <[hidden email]> wrote:
> Hi!
>
> If in spotter:
>         1- enter: Roassal2 #p
>         2- select: Roassal2 and press cmd ->
>         3- enter: Zoom
> Then I see all the classes that belongs to Roassal that have the word Zoom in them.
>
> The question I have is: how can I look for all the classes having Zoom in their name and begins with the prefix ‘RT’? I have tried ‘RT*Zoom*’. I remember Juraj showed me a way to do this, but I forgot…
>
> Cheers,
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply | Threaded
Open this post in threaded view
|

Re: Using Spotter

Damien Cassou-2
In reply to this post by Tudor Girba-2

Tudor Girba <[hidden email]> writes:


> Again, it is not necessarily convenient. In this first iteration, the goal
> was to produce something that is fast and composable. In the next iteration
> we should learn what works and what does not. And this use case is
> certainly one thing that seems to be  expected.

if you are looking for inspiration, look at how helm matches stuff. Helm
is the Emacs' equivalent to Spotter (but with many years of experience
behind):

https://github.com/emacs-helm/helm
http://tuhdo.github.io/helm-intro.html


--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill