Thread: [Pydev-code] Pydev
Brought to you by:
fabioz
From: addie n. <ndl...@gm...> - 2020-12-30 10:40:31
|
How can Pydev be improved in future, in terms of additional functionality to improve it? |
From: Fabio Z. <fa...@gm...> - 2020-12-30 11:14:05
|
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 > |
From: addie n. <ndl...@gm...> - 2021-01-03 04:05:10
|
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 > |
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 > |
From: addie n. <ndl...@gm...> - 2021-01-03 10:06:52
|
Found it. Thank you On Sun, Jan 3, 2021 at 12:04 PM Fabio Zadrozny <fa...@gm...> wrote: > 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 >> > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |