Re: [Pydev-code] Pydev
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2021-01-03 10:03:42
|
It's at: https://github.com/fabioz/Pydev/blob/master/plugins/org.python.pydev.debug/src/org/python/pydev/debug/pyunit/RelaunchInBackgroundAction.java You can use Ctrl+Shift+T to browse through all the types (so, using Ctrl+Shift+T and then filtering with "RelaunchInBackgroundAction" should make it faster for you to find the related classes). -- Fabio On Sun, Jan 3, 2021 at 1:05 AM addie ndlovu <ndl...@gm...> wrote: > I cannot locate the class : org.python.pydev.debug.pyunit.RelaunchInBackgroundAction > > It is suggested on an issue I want to work on in brainwy.com. > > On Wed, Dec 30, 2020 at 1:14 PM Fabio Zadrozny <fa...@gm...> wrote: > >> Hello Addie, >> >> I'm not sure how to best answer your question... there are many things to >> be done in the tracker: https://www.brainwy.com/tracker/PyDev >> >> There are also some bigger things which may not be there, such as support >> for remote interpreters (to develop on containers) or improvements to >> code-completion to better support the python stdlib typeshed. >> >> Best regards, >> >> Fabio >> >> On Wed, Dec 30, 2020 at 7:40 AM addie ndlovu <ndl...@gm...> >> wrote: >> >>> How can Pydev be improved in future, in terms of additional >>> functionality to improve it? >>> _______________________________________________ >>> pydev-code mailing list >>> pyd...@li... >>> https://lists.sourceforge.net/lists/listinfo/pydev-code >>> >> _______________________________________________ >> pydev-code mailing list >> pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-code >> > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |