Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Search in file

Thanks Andrei, I'll do.


On Mon, May 12, 2008 at 11:26 AM, Andrei Sobolev <andrei.sobolev@xxxxxxxxx> wrote:
Hi Edgar,

In DLTK we don't have mark occurrences or occurrences search features yet.
I've created a enchantments request for this feature in eclipse bug tracker: https://bugs.eclipse.org/bugs/show_bug.cgi?id=231566

If you want to help implementing this feature please look at JDT implementation.
1) OccurrencesSearchGroup this class contributes actions to search menu.
2) OccurrencesSearchQuery class locates identifier occurrences.

Best regards, Andrei.

----- Original Message -----
From: "Edgar Espina" <espina.edgar@xxxxxxxxx>
To: "DLTK Developer Discussions" <dltk-dev@xxxxxxxxxxx>
Sent: Friday, May 9, 2008 10:44:05 PM GMT +06:00 Almaty, Novosibirsk
Subject: [Dltk-dev] Search in file


Hi all,

How can I implement a search in file function (like Ctrl+Shit+U in JDT) ?

Thanks,

Edgar



_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev



Back to the top