[Pydev-code] PyDev 12.0.0 Released

2024-02-04 Thread Fabio Zadrozny
inja2, Html, JavaScript, etc. Links: PyDev: http://pydev.org PyDev Blog: http://pydev.blogspot.com PyDev on VSCode: http://pydev.org/vscode LiClipse: http://www.liclipse.com PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/ Cheers, Fabio Zadrozny ___

[Pydev-code] PyDev 11.0.2 Released

2023-10-29 Thread Fabio Zadrozny
http://pydev.org PyDev Blog: http://pydev.blogspot.com PyDev on VSCode: http://pydev.org/vscode LiClipse: http://www.liclipse.com PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/ Cheers, Fabio Zadrozny ___ pydev-code mailing list pydev

Re: [Pydev-code] how to build eclipse with pydev?

2022-08-05 Thread Fabio Zadrozny
Hello, it's possible to build PyDev as a plugin using maven (with mvn install). There's no support for building Eclipse itself with PyDev as a package (so, you need to add PyDev as a new plugin) -- still, note that you could do something as extracting Eclipse, adding PyDev to the dropins and zippi

[Pydev-code] PyDev 8.3.0 Released

2021-04-10 Thread Fabio Zadrozny
VSCode: http://pydev.org/vscode LiClipse: http://www.liclipse.com PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/ Cheers, Fabio Zadrozny ___ pydev-code mailing list pydev-code@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo

Re: [Pydev-code] Pydev

2021-01-03 Thread Fabio Zadrozny
> On Wed, Dec 30, 2020 at 1:14 PM Fabio Zadrozny 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

Re: [Pydev-code] Pydev

2020-12-30 Thread Fabio Zadrozny
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

Re: [Pydev-code] Pydev Eclipse plugin contribution

2020-12-21 Thread Fabio Zadrozny
On Mon, Dec 21, 2020 at 11:10 AM addie ndlovu wrote: > Alright, I will get started with that one. If I manage to do it with ease > then I will consider more suggestions. I hope I can feel free to ask you > questions or for assistance while at it and thank you, this has been very > helpful. > > Su

Re: [Pydev-code] Pydev Eclipse plugin contribution

2020-12-21 Thread Fabio Zadrozny
Hello, There are many TODO tickets on https://www.brainwy.com/tracker/PyDev/. A suggestion of a simple ticket to start up: https://www.brainwy.com/tracker/PyDev/102 (i.e.: persist the state of the "Rerun current test suite whenever Python file changes"). It's a pretty simple issue mostly to get

[Pydev-code] PyDev 8.1.0 Released

2020-12-08 Thread Fabio Zadrozny
, JavaScript, etc. Links: PyDev: http://pydev.org PyDev Blog: http://pydev.blogspot.com PyDev on VSCode: http://pydev.org/vscode LiClipse: http://www.liclipse.com PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/ Cheers, Fabio Zadrozny ___ pydev

[Pydev-code] PyDev 8.0 Released

2020-09-06 Thread Fabio Zadrozny
ogspot.com PyDev on VSCode: http://pydev.org/vscode LiClipse: http://www.liclipse.com PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/ Cheers, Fabio Zadrozny ___ pydev-code mailing list pydev-code@lists.sourceforge.net https://lists.sourceforge

[Pydev-code] PyDev 7.6.0 Released

2020-06-11 Thread Fabio Zadrozny
JavaScript, etc. Links: PyDev: http://pydev.org PyDev Blog: http://pydev.blogspot.com PyDev on VSCode: http://pydev.org/vscode LiClipse: http://www.liclipse.com PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/ Cheers, Fabio Zadrozny ___ p

[Pydev-code] PyDev 7.5.0 Released

2020-01-10 Thread Fabio Zadrozny
t for many other languages, such as Django Templates, Jinja2, Html, JavaScript, etc. Links: PyDev: http://pydev.org PyDev Blog: http://pydev.blogspot.com PyDev on VSCode: http://pydev.org/vscode LiClipse: http://www.liclipse.com PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/ Cheers,

Re: [Pydev-code] Lucene IndexWriter breaks project deletion on Windows

2019-10-11 Thread Fabio Zadrozny
Hi Andreas, I think what you're seeing is correct... the index is kept open until eclipse is closed. I just took a look at it and this shouldn't really be needed. I've just updated things ( https://github.com/fabioz/Pydev/commit/16a355fc82496bc2ec04fa5209d78e11c73b6397) so that it always closes i

[Pydev-code] PyDev 7.2.0 Released

2019-03-27 Thread Fabio Zadrozny
Django Templates, Jinja2, Html, JavaScript, etc. Links: PyDev: http://pydev.org PyDev Blog: http://pydev.blogspot.com PyDev on VSCode: http://pydev.org/vscode LiClipse: http://www.liclipse.com PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/ Cheers, Fabio Zadrozny

Re: [Pydev-code] python dev wants to contribute

2019-01-15 Thread Fabio Zadrozny
be You know something better? I'm not planing to become Java dev, just > to know enough to modify PyDev source in few places. > > > On 14.01.2019 15:45, Fabio Zadrozny wrote: > > Hi Piotr, > > Well, most of PyDev is actually implemented in Java (the only things in >

Re: [Pydev-code] python dev wants to contribute

2019-01-14 Thread Fabio Zadrozny
Hi Piotr, Well, most of PyDev is actually implemented in Java (the only things in Python itself are the debugger and some scripts)... So, for doing PyDev itself you actually use the Eclipse java tools (following the instructions on http://www.pydev.org/developers.html you should have it installed

Re: [Pydev-code] folders in pydev projects get created as packages

2018-12-16 Thread Fabio Zadrozny
This is because in Python 3 any folder (having an __init__.py or not) below the PYTHONPATH is a package (so, PyDev is just reflecting a change on Python itself). The difference in Python 3 is that if it has an __init__.py file, it's a regular package and can't be extended from other places in the

[Pydev-code] ​PyDev 7.0.3 Released

2018-11-09 Thread Fabio Zadrozny
v.blogspot.com PyDev on VSCode: http://pydev.org/vscode LiClipse: http://www.liclipse.com PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/ Cheers, Fabio Zadrozny ___ pydev-code mailing list pydev-code@lists.sourceforge.net https://lists.s

Re: [Pydev-code] Looking for pointer to functionality, wanting to handle reported issue via PR

2018-10-06 Thread Fabio Zadrozny
Hi Bill, That error is probably generated on com.python.pydev.analysis.visitors.ImportChecker (finding references of org.python.pydev.ast.analysis.IAnalysisPreferences.TYPE_UNRESOLVED_IMPORT may also give you good hints on related places). Related tests are in com.python.pydev.analysis.Occurrence

Re: [Pydev-code] Variable content in debugging

2018-09-13 Thread Fabio Zadrozny
Hi Alexandru, This list is for code related questions. For usage questions please ask on https://stackoverflow.com/ and add the "pydev" tag. Best Regards, Fabio On Thu, Sep 13, 2018 at 7:09 AM, Dragut, Alexandru < alexandru.dra...@windriver.com> wrote: > Hi > > > > I tried to debug a python mo

[Pydev-code] PyDev 6.5.0 released

2018-09-03 Thread Fabio Zadrozny
m/ Cheers, Fabio Zadrozny -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ pydev-code mailing

[Pydev-code] PyDev 6.4.3 Released

2018-07-06 Thread Fabio Zadrozny
many other languages, such as Django Templates, Jinja2, Html, JavaScript, etc. Links: PyDev: http://pydev.org PyDev Blog: http://pydev.blogspot.com PyDev on VSCode: http://pydev.org/vscode LiClipse: http://www.liclipse.com PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/ Cheers, Fabi

[Pydev-code] PyDev 6.3.2 released

2018-03-21 Thread Fabio Zadrozny
PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/ Cheers, Fabio Zadrozny -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm

[Pydev-code] PyDev 6.3.1 Released

2018-02-28 Thread Fabio Zadrozny
://www.liclipse.com PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/ Cheers, Fabio Zadrozny -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm

[Pydev-code] Python with PyDev on Visual Studio Code

2018-02-21 Thread Fabio Zadrozny
ous or next class or method through Ctrl+Shift+Up and Ctrl+Shift+Down. See: http://www.pydev.org/vscode/ for more information! Cheers, -- Fabio Zadrozny -- Software Developer PyDev on VSCode http://pydev.org/vscode PyVmMonitor - Profile Python on VSCode http:/

[Pydev-code] PyDev 6.2.0 released

2017-11-29 Thread Fabio Zadrozny
extMate bundles and a number of other languages such as Django Templates, Jinja2, Kivy Language, Mako Templates, Html, Javascript, etc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers

[Pydev-code] PyDev 6.1.0 Released

2017-11-07 Thread Fabio Zadrozny
;s also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment for Eclipse h

[Pydev-code] PyDev 6.0.0 Released

2017-09-21 Thread Fabio Zadrozny
ent of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com PyVmMonitor - Python P

Re: [Pydev-code] running a remote interactive interpreter session from pydev

2017-08-22 Thread Fabio Zadrozny
ense, or am I on the wrong track? > > Thanks for your patience > > Kelson > > > On Aug 19, 2017, at 7:30 AM, Fabio Zadrozny wrote: > > The first step would be being able to configure the interpreter for a > remote machine... > > The main problem this doesn't

Re: [Pydev-code] running a remote interactive interpreter session from pydev

2017-08-19 Thread Fabio Zadrozny
up into some > small pieces I could make some incremental improvements over the next few > months. Do you have suggestions on where to start? > > Kelson > > On Aug 18, 2017, at 3:34 PM, Fabio Zadrozny wrote: > > Humm, I just checked it here and the issue is that it'll p

Re: [Pydev-code] running a remote interactive interpreter session from pydev

2017-08-18 Thread Fabio Zadrozny
ctual interpreter > files and not just run the interpreter. > > Thoughts? > > Kelson > > On Aug 14, 2017, at 7:35 AM, Fabio Zadrozny wrote: > > Hi Kelson, > > I must say that I haven't really tested this... in theory you could create > a python interprete

[Pydev-code] PyDev 5.9.2 released

2017-08-15 Thread Fabio Zadrozny
tails on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com PyVmMonitor - Python Profiler

Re: [Pydev-code] running a remote interactive interpreter session from pydev

2017-08-14 Thread Fabio Zadrozny
Hi Kelson, I must say that I haven't really tested this... in theory you could create a python interpreter which is a shell script which would then run a python over ssh and with a partition created with sshfs, things should work (just make sure that the partition locally maps to the same path rem

[Pydev-code] PyDev 5.8.0: Code Coverage fixes, IronPython debugging

2017-06-08 Thread Fabio Zadrozny
ipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com PyVmMonitor - Python Profiler http://www.pyvmm

[Pydev-code] PyDev 5.7.0 Released

2017-04-12 Thread Fabio Zadrozny
hich helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment for Eclipse http://pyde

[Pydev-code] PyDev 5.6.0 Released

2017-03-23 Thread Fabio Zadrozny
o Templates, Html, Javascript, etc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python D

Re: [Pydev-code] org/python/pydev/editor/codecompletion/PyLinkedModeCompletionProposal error!

2017-03-14 Thread Fabio Zadrozny
Senior Data Scientist >> >> *The content of this email is confidential. It is intended only for the >> use of the persons named above. If you are not the intended recipient, you >> are hereby notified that any review, dissemination, distribution or >> duplication of this co

Re: [Pydev-code] org/python/pydev/editor/codecompletion/PyLinkedModeCompletionProposal error!

2017-03-14 Thread Fabio Zadrozny
ion or > duplication of this communication is strictly prohibited. If you are not > the intended recipient, please contact the sender by reply email and > destroy all copies of the original message.* > > On Tue, Mar 14, 2017 at 11:53 AM, Fabio Zadrozny > wrote: > >> Hi Ernest

Re: [Pydev-code] org/python/pydev/editor/codecompletion/PyLinkedModeCompletionProposal error!

2017-03-14 Thread Fabio Zadrozny
Hi Ernest, Can you give the complete stack trace (in the error log). Also, which Eclipse/PyDev versions are you using? What java version are you using Best Regards, Fabio p.s.: From your description it seems your installation is corrupt or something is incompatible (i.e.: apparently it can't f

[Pydev-code] PyDev 5.5.0 Released

2017-01-31 Thread Fabio Zadrozny
theming, TextMate bundles and a number of other languages such as Django Templates, Jinja2, Kivy Language, Mako Templates, Html, Javascript, etc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on Li

Re: [Pydev-code] Problems with latest Cygwin DLL

2017-01-06 Thread Fabio Zadrozny
Hi Pete, Thank you for the investigation. Do you think you can provide a pull request with that change at: https://github.com/fabioz/PyDev ? Best Regards, Fabio On Thu, Jan 5, 2017 at 9:19 PM, Pete Flugstad wrote: > I recently ran into some problems reinstalling the Cygwin python > interpret

Re: [Pydev-code] FW: WRWB search in files under version control

2016-12-20 Thread Fabio Zadrozny
Please file a request at https://www.brainwy.com/tracker/PyDev/ As a note, this should be probably solved at Eclipse itself (if all the editors will need to implement it, it should definitely be at the base not at the custom editor) -- so, you may want to report at bugs.eclipse.org too and add a c

[Pydev-code] PyDev 5.4.0 Released

2016-11-30 Thread Fabio Zadrozny
ails on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com PyVmMonitor

[Pydev-code] PyDev 5.3.1 Released

2016-11-03 Thread Fabio Zadrozny
Templates, Jinja2, Kivy Language, Mako Templates, Html, Javascript, etc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Sof

Re: [Pydev-code] support newer coverage version(s)

2016-11-01 Thread Fabio Zadrozny
Hi Lars, For feature/bug requests, use https://www.brainwy.com/tracker/PyDev (this list is for questions related to coding in PyDev). Now, if this is not the case and you're interested in providing a pull request (which would be awesome), it should actually be straightforward to improve that (as

[Pydev-code] PyDev 5.3.0 Released

2016-10-14 Thread Fabio Zadrozny
tc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Devel

[Pydev-code] PyDev 5.2.0 Released

2016-08-18 Thread Fabio Zadrozny
commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment for

[Pydev-code] PyDev 5.1.2 Released

2016-06-24 Thread Fabio Zadrozny
o Templates, Jinja2, Kivy Language, Mako Templates, Html, Javascript, etc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Sof

Re: [Pydev-code] Can't create additional virtual env interpreters in PyDev

2016-05-18 Thread Fabio Zadrozny
Hi Joseph, As a note, pydev-code is suitable for questions related to development of PyDev itself, user support should go through stackoverflow (using the 'pydev' tag) and bugs/feature requests to https://sw-brainwy.rhcloud.com/tracker/PyDev . Related this one, I think this should actually be wor

[Pydev-code] PyDev 5.0.0 Released

2016-05-05 Thread Fabio Zadrozny
LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com PyVmMonitor - Python Profi

Re: [Pydev-code] Best way to set styles for method args after applying a completion proposal

2016-03-01 Thread Fabio Zadrozny
Hi Mark, Great that you've been able to find it ;) On Fri, Feb 26, 2016 at 2:47 PM, Mark Leone wrote: > I found where PyDev is doing the magic, in > PyLinkedModeCompletionProposal. I made my own copy of this class, > modifying the goToLinkedModeFromArgs() method to parse my arg string. It > has

Re: [Pydev-code] PyDev Build doesn't explode bundles

2016-03-01 Thread Fabio Zadrozny
Hello Mark, Sorry for closing the issue... I just commented there, but I'll explain it again here ;) Mainly, I changed the PyDev structure to do the development in the 'master' branch and not in the 'development' branch, the main reason being that the master branch was being used mostly as a tag,

Re: [Pydev-code] Some problems running Unit Tests

2016-01-30 Thread Fabio Zadrozny
e. > > -Mark > > On 1/30/16 7:42 AM, Fabio Zadrozny wrote: > > I think that we should probably have an PYTHON_LIB_DYNLOAD which we'd also > configure to add to the tests in this case (and when running, we'd also add > that dir to the PYTHONPATH if it's specifi

Re: [Pydev-code] Some problems running Unit Tests

2016-01-30 Thread Fabio Zadrozny
I think that we should probably have an PYTHON_LIB_DYNLOAD which we'd also configure to add to the tests in this case (and when running, we'd also add that dir to the PYTHONPATH if it's specified). As you can reproduce the error there, do you think you could change that? Best Regards, Fabio On

[Pydev-code] PyVmMonitor 1.0.1 released

2016-01-27 Thread Fabio Zadrozny
ccess - Profile on a different machine - Multiple processes support (multiprocessing, django...) - Live sampling/CPU view - Select time range - Group samples by method or line - PyDev integration - PyCharm integration Enjoy! Fabio Zadrozny Software Developer LiClipse

Re: [Pydev-code] Some problems running Unit Tests

2016-01-24 Thread Fabio Zadrozny
Hi Mark, On Thu, Jan 21, 2016 at 4:17 PM, Mark Leone wrote: > I'm running the PyDev unit tests to get a baseline before starting some > work on mods to be submitted as a pull request. I believe I have > everything defined correctly in > > org.python.pydev.core/tests/org/python/pydev/core/TestDep

[Pydev-code] PyDev 4.5.3 Released

2016-01-22 Thread Fabio Zadrozny
number of other languages such as Django Templates, Jinja2, Kivy Language, Mako Templates, Html, Javascript, etc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zad

Re: [Pydev-code] Proposed change to Hover Participants

2016-01-21 Thread Fabio Zadrozny
proach > there, consolidated from this thread, so I can more easily get further > feedback on the implementation if needed. > ​Sure... just create it and I'll move it to "Current: planned for next release" ;) Best Regards, Fabio​ > > > -Mark > > > On 01

Re: [Pydev-code] Proposed change to Hover Participants

2016-01-20 Thread Fabio Zadrozny
Hi Mark and Jonah, I like the idea of having things more flexible on the hover, so, if Mark is up to it, it would be a welcome addition. Related to priorities, my feeling is that having explicit priorities in the hover would be better ;) Best Regards, Fabio On Wed, Jan 20, 2016 at 3:11 AM, Mar

Re: [Pydev-code] Upgrade to PyDev 4.5 floods console with exceptions when com.pydev plugins are present

2016-01-19 Thread Fabio Zadrozny
This isn't an issue in your code, it's just a warning from the pydev side in the hand-made parser (so, the proper thing here would be checking how to handle the constructs it's complaining about in the FastDefinitionsParser). On Tue, Jan 19, 2016 at 2:47 PM, Mark Leone wrote: > My RCP app was us

[Pydev-code] PyDev 4.5.1 Released

2016-01-14 Thread Fabio Zadrozny
7;s also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Envir

Re: [Pydev-code] Analyse python class

2015-11-08 Thread Fabio Zadrozny
Hi Marek, Yes, there's code to do that... The idea is that you get the AST for a module and then work in the AST (usually through a visitor) to get the information you want (the AdditionalInfoAndIInfo isn't the actual API you want for that... what it gives is a global view of module names and toke

[Pydev-code] PyDev 4.4.0 Released

2015-10-06 Thread Fabio Zadrozny
, etc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - P

[Pydev-code] PyDev 4.3.0 released

2015-08-20 Thread Fabio Zadrozny
.com/ Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com PyVmMonitor - Python Profiler http://www.

[Pydev-code] PyDev 4.2.0 Released

2015-07-07 Thread Fabio Zadrozny
dles and a number of other languages such as Django Templates, Jinja2, Kivy Language, Mako Templates, Html, Javascript, etc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, --

Re: [Pydev-code] PyDev 4.1.0 Released

2015-06-17 Thread Fabio Zadrozny
On Thu, Jun 11, 2015 at 7:43 AM, Jonah Graham < ​​ jo...@kichwacoders.com> wrote: > Hi Fabio, > > The latest release (4.1.0) does not appear to have jars signed. I don't > mind if they are signed or not, but I was concerned because it was a > change. Are the 4.1.0 jars on the update site the corre

[Pydev-code] PyDev 4.1.0 Released

2015-05-26 Thread Fabio Zadrozny
(PyDev-570) Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com PyVmMonitor - Python Profiler http:

[Pydev-code] PyDev 4.0.0 Released

2015-04-15 Thread Fabio Zadrozny
elements of a list (lst[0].) in the console. (PyDev-531) * py.test xfailed tests are no longer marked as 'Failed' in PyUnit view (PyDev-506) Cheers, -- Fabio Zadrozny -- Software Developer LiClipsehttp://www.liclipse.com PyDev -

Re: [Pydev-code] How to know when code-folding is applied the first time an editor is opened?

2015-04-13 Thread Fabio Zadrozny
Hi Andreas, I think that if you just mark collapsed on the first time that the CodeFoldingSetter sets the annotations that should work... on new runs it should only recreate the annotations that were actually added. I.e.: in org.python.pydev.editor.codefolding.CodeFoldingSetter.getAnnotationsToA

Re: [Pydev-code] Extend rename-refactoring to properly cover all 'uses' of a method

2015-03-24 Thread Fabio Zadrozny
On Tue, Mar 24, 2015 at 4:13 PM, Andreas Pakulat wrote: > On 2015-03-24 18:48, Fabio Zadrozny wrote: > >> Hi Andreas, >> >> You're right in both cases: >> >> 1. Duplicate module names under the same project are not supported -- I >> do have plan

Re: [Pydev-code] Extend rename-refactoring to properly cover all 'uses' of a method

2015-03-24 Thread Fabio Zadrozny
; | > - test2 (not a source folder) > - test.py > > I understand that neither may be a typical setup for PyDev projects but it > would be great if I could make at least the last one work - possibly by > allowing some extension mechanism to help determining that cas

Re: [Pydev-code] Extend rename-refactoring to properly cover all 'uses' of a method

2015-03-23 Thread Fabio Zadrozny
Hi Andreas, I recently changed some things in that area... (so, make sure you have the latest development branch before starting to check it there to avoid conflicts) the place which checks the modules we want to look for tokens is: com.python.pydev.analysis.additionalinfo.AbstractAdditionalDepen

Re: [Pydev-code] Inter-PyDev dependencies too loose?

2015-03-16 Thread Fabio Zadrozny
Hi Andreas, I agree the dependencies shouldn't be so loose... Note that if you create a pull request to fix that you also have to update the 'Pydev/update_versions.py' script in the repository to properly set things when upgrading the version. Best Regards, Fabio On Fri, Mar 13, 2015 at 4:59 P

[Pydev-code] PyDev 3.9.2 Released

2015-02-06 Thread Fabio Zadrozny
ixed surround with try..finally/except indentation on Ctrl+1 when some line has a comment which has a different indentation. Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Enviro

[Pydev-code] PyDev 3.9.1 Released

2015-01-08 Thread Fabio Zadrozny
issue where an unused import would not be properly removed if it was not a from import. * Fixed exception when drawing minimap overview ruler. Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Develo

[Pydev-code] PyDev 3.9.0 Released

2014-11-13 Thread Fabio Zadrozny
Debugger: getpass properly working with additional arguments (PyDev-460). Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment for Eclipse http://

Re: [Pydev-code] Has the analyze only open editors setting ever had a meaning?

2014-09-26 Thread Fabio Zadrozny
On Fri, Sep 26, 2014 at 10:34 AM, Andreas Pakulat wrote: > On 2014-09-26 12:57, Fabio Zadrozny wrote: > >> On Wed, Sep 24, 2014 at 9:25 AM, Andreas Pakulat >> wrote: >> >> Hi, >>> >>> I recently stumbled about the 'Builder' page and it

Re: [Pydev-code] Has the analyze only open editors setting ever had a meaning?

2014-09-26 Thread Fabio Zadrozny
On Fri, Sep 26, 2014 at 7:57 AM, Fabio Zadrozny wrote: > > On Wed, Sep 24, 2014 at 9:25 AM, Andreas Pakulat > wrote: > >> Hi, >> >> I recently stumbled about the 'Builder' page and its 'Analyze only open >> editors' setting. It sounded li

Re: [Pydev-code] Has the analyze only open editors setting ever had a meaning?

2014-09-26 Thread Fabio Zadrozny
On Wed, Sep 24, 2014 at 9:25 AM, Andreas Pakulat wrote: > Hi, > > I recently stumbled about the 'Builder' page and its 'Analyze only open > editors' setting. It sounded like disabling this would help one of our > customers who wanted to get completion for functions in modules that are > not > yet

[Pydev-code] PyDev 3.8.0 Released

2014-09-25 Thread Fabio Zadrozny
ithout extension. Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://brainwy.github.io/liclipse PyDev - Python Development Environment for Eclipse http://pydev.org http://py

[Pydev-code] PyDev 3.7.0 Released

2014-08-27 Thread Fabio Zadrozny
* It's possible to interrupt the console. * **Others** * Autopep8 now works with non ascii sources. * More than 20 levels of indentation no longer causes ArrayOutOfBoundsException. * Fixed some NullPointerExceptions. * A bunch of other bugfixes. C

Re: [Pydev-code] celery errors in eclipse

2014-06-18 Thread Fabio Zadrozny
Hi, Just to note, this mailing list related to pydev development (not user questions). The proper channel for this would be creating an entry in stackoverflow.com (and adding a 'pydev' tag in the entry). There's already a post there which may get you going: http://stackoverflow.com/questions/211

Re: [Pydev-code] Why are classes packaged into a jar inside the jar

2014-05-22 Thread Fabio Zadrozny
well: > > > > https://github.com/apaku/Pydev/tree/c.p.p.debug_no_jar_in_jar > > > > Andreas > > > > On 2014-05-16 17:40, Fabio Zadrozny wrote: > >> Hi Andreas, > >> > >> Do you have the change you did on github so that I can take a l

[Pydev-code] PyDev 3.5.0 Released

2014-05-20 Thread Fabio Zadrozny
PyDev stdout/stderr redirector now properly uses PYTHONIOENCODING. Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://brainwy.github.io/liclipse PyDev - Python Development Environment for Eclipse http://pydev.org http:

Re: [Pydev-code] How to correlate releases with git tags

2014-05-20 Thread Fabio Zadrozny
Hi Andreas, Official releases should be tagged (i.e.: https://github.com/fabioz/Pydev/releases), and looking at the history ( http://pydev.org/history_pydev.html), it seems there's no 3.1.x release (only 3.1 and then 3.2, for which there are pydev_3_1_0 and pydev_3_2_0) -- the pydev tags are alway

Re: [Pydev-code] Why are classes packaged into a jar inside the jar

2014-05-16 Thread Fabio Zadrozny
Hi Andreas, Do you have the change you did on github so that I can take a look on what'd change? On Fri, May 16, 2014 at 7:38 AM, Andreas Pakulat wrote: > Hi, > > I was exploring how to get an 'sdk' bundle set up for PyDev and have the > necessary source plugins and features now. Unfortunately

Re: [Pydev-code] Python source files missing when launching Eclipse app with PyDev inside Eclipse

2014-04-17 Thread Fabio Zadrozny
I don't know why that's happening... what I can confirm is that PyDev is building fine with maven on the latest version (and the 2.x branch hasn't really changed for quite a while). Cheers, Fabio On Thu, Apr 17, 2014 at 2:36 AM, Andreas Pakulat wrote: > Hi, > > I'm having a problem getting PDE

Re: [Pydev-code] Can't find pydev.feature 1.6.4

2014-03-28 Thread Fabio Zadrozny
Ok, just fixed the issue. Older versions should be available again on the update site. Cheers, Fabio On Wed, Mar 26, 2014 at 10:21 AM, Thomas Johnsson wrote: > Only the latest version is available on the update site. > --Thomas > > > On 2014-03-25 16:46, Fabio Zadrozny wrot

Re: [Pydev-code] Can't find pydev.feature 1.6.4

2014-03-25 Thread Fabio Zadrozny
Well, if you really must, https://sourceforge.net/projects/pydev/files/pydev/ has all versions released so far (but not in an update site). Still, older versions should still appear in the update (probably something odd happened during the last release -- I'll take a look at that, although I'm not

[Pydev-code] PyDev 3.4.1 Released

2014-03-20 Thread Fabio Zadrozny
of 'from' imports sorted. Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://brainwy.github.io/liclipse PyDev - Python Development Environment for Eclip

Re: [Pydev-code] Why does Pydev 3- require eclipse 3.8 / 4.3?

2014-03-04 Thread Fabio Zadrozny
In code terms I don't think this is really true and PyDev should support 3.7, but the 3.7 version can't deal with the PyDev update site because when PyDev was changed to the latest tycho for some reason the signature cannot be read on 3.7 anymore (i.e.: bug which was only fixed on 3.8 and wasn't ba

Re: [Pydev-code] Placeholders - Custom Manage.py

2014-02-13 Thread Fabio Zadrozny
Hi Sayth, I don't think I followed what you want... also, this is the PyDev-code list (i.e.: discussions about the pydev development), so, I think your question would be more suited to stackoverflow (with a 'pydev' tag -- or maybe I just misunderstood your question). Cheers, Fabio On Sun, Feb

Re: [Pydev-code] Adding tokens to a CompiledModule in 3.2.0 and later

2014-02-13 Thread Fabio Zadrozny
Hi Andreas, It should be possible to do, but I don't have plans to do this right now, so, can you provide a pull request for that? Also, the PYDEV_MODULES_OBSERVER extension call should be probably put inside the lock in the CompiledModule constructor and it should be called even if we get it fro

[Pydev-code] PyDev 3.3.3 Released

2014-01-28 Thread Fabio Zadrozny
izer doesn't mess with it. * **Refactoring**: - Fixed error when moving resource in PYTHONPATH to a dir out of the PYTHONPATH. - On a search make sure we search only python files, not dlls (which could give OutOfMemory errors and make the search considerably slower). - Multiple fixes on t

Re: [Pydev-code] Run block/section

2014-01-20 Thread Fabio Zadrozny
On Mon, Jan 20, 2014 at 5:08 AM, Sayth Renshaw wrote: > > is there a way to run a highlighted section of code in a larger file just > to test function or that section of code without the rest? > > Running latest PyDev on Juno > > Hi Sayth, Yes, you can do that with Ctrl+Alt+Enter in the interact

[Pydev-code] PyDev 3.2.0 Released

2013-12-30 Thread Fabio Zadrozny
, -- Fabio Zadrozny -- Software Developer LiClipse http://brainwy.github.io/liclipse PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com

[Pydev-code] PyDev 3.1.0 released

2013-12-12 Thread Fabio Zadrozny
yDev? --- PyDev is a plugin that enables users to use Eclipse for Python, Jython and IronPython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug

Re: [Pydev-code] Next PyDev Release

2013-12-11 Thread Fabio Zadrozny
gt; installed py-applescript and pyobjc (and using Eclipse Juno). The import of > applescript shows an error (not found) however my code works perfectly so > obviously it has been found. Using pydev 2.8 since 3.XX did not work > properly for me. > > Jon. > > > On Wed, Dec 11

[Pydev-code] Next PyDev Release

2013-12-11 Thread Fabio Zadrozny
Hi All, I'm planning on doing a release shortly (maybe even tomorrow). So, just wanted to check if anyone has anything critical to fix/include in the build... Cheers, Fabio -- Rapidly troubleshoot problems before they af

Re: [Pydev-code] Request sintax highligh support for .pxd and .pxi files (Cython Support Enhancement)

2013-11-20 Thread Fabio Zadrozny
Please report that to the feature tracker ( https://sw-brainwy.rhcloud.com/tracker/PyDev/) Cheers, Fabio On Wed, Nov 20, 2013 at 11:04 AM, Carlos Ferreira wrote: > Helo! > I don't know if this should be done through here, but I would like to > request for future releases, the syntax highlight

  1   2   3   4   5   >