Me too ;)
Actually this matter has not yet been discussed within the "development team".
Regarding v2.2, the next step is to freeze the v2.1 repository and
really switch to maintenance mode (we have introduced more features
than we should have done since v2.1.0: this is not improving
stability...). Then we may begin to work on v2.2. So we will have to
discuss the priorities depending on what we can do
(availability/skills) and on what we want to do. Anyway, I think that
our motivation is always a combination of what we like to do and of
what we need individually. So we'll see if someone will take care of
debugging features or not.
> addressed with regards to debugging in 2.2. Will there be a break
> point widget? Execution Stack widget? What will debugging look like
> when 2.2 is done?
>
> I was looking through some spyder code the other day and saw the
> function open_in_spyder() that extracts the __file__ variable from a
> module. Is there any chance that under some circumstances __file__
> could be all lower case? Maybe that's somehow the cause of issues
> #612 and #634? Just a random idea I thought I would throw out there.
No, this function is only used for a Spyder console (InternalShell)
embedded into a Qt application:. Thanks to this function, we can link
the console to the Spyder main window from which it was executed. More
precisely, when clicking on a traceback link within an embedded
Spyder's console, it opens the corresponding file at the right line
number within Spyder's editor.
-Pierre
> --
> You received this message because you are subscribed to the Google Groups "spyder" group.
> To post to this group, send email to spyd...@googlegroups.com.
> To unsubscribe from this group, send email to spyderlib+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
>
El 17/01/12 17:18, Pierre Raybaut escribió:
> 2012/1/17 Steve<steve.f....@gmail.com>:
>> I'd like to get some clarification on what specific issues will be
> Me too ;)
>
> Actually this matter has not yet been discussed within the "development team".
> Regarding v2.2, the next step is to freeze the v2.1 repository and
> really switch to maintenance mode (we have introduced more features
> than we should have done since v2.1.0: this is not improving
> stability...).
That's been me :-) Sorry for that... Since we have not discussed about
2.2 I thought I could add simple features to 2.1 (well, automatic quotes
have proven to be not so simple!).
Anyway, we could really freeze 2.1 whenever you feel is the right time
Pierre. I have in the making or as ideas a lot of things I would like to
see for 2.2:
1. Ipdb support for Ipython console
2. Add numpydoc and latex extensions to the Object Inspector
3. Add tabs and a homepage to the Object Inspector
4. Completely integrate ipython qtconsole in Spyder. For this we would
need to create a config page, add tabs to the plugin, send code from
the Editor and connect it to the Object Inspector and Variable Explorer
(I know this last one is working but kind of as a hack...)
5. Add a matlab-cell like feature.
6. Improve Rope introspection features (to avoid things like the bug
reported by Steve, where the Editor almost freezes during code completion)
> Then we may begin to work on v2.2. So we will have to
> discuss the priorities depending on what we can do
> (availability/skills) and on what we want to do. Anyway, I think that
> our motivation is always a combination of what we like to do and of
> what we need individually. So we'll see if someone will take care of
> debugging features or not.
Although I almost never use debugging (old school guy, who uses print's
all over the place) I think we could take a look at Pudb
(https://github.com/inducer/pudb) for ideas on how to create a good and
robust Debugging plugin.
Cheers,
Carlos
Before starting 2.2 we should really have to decide if we stay in
googlecode or switch to github, but let's discuss that in the other
thread we have about it
El 19/01/12 07:52, Carlos Córdoba escribió:
Another thing I was forgetting:Before starting 2.2 we should really have to decide if we stay in
googlecode or switch to github, but let's discuss that in the other
thread we have about it
El 19/01/12 07:52, Carlos Córdoba escribió:
> Hi,
>
> El 17/01/12 17:18, Pierre Raybaut escribió:
>> 2012/1/17 Steve<>:
As far as I can tell this task is free to take. I've updated Roadmap page with a correct link to all the issues we currently have at http://code.google.com/p/spyderlib/issues/list?q=MS=v2.2
To view this discussion on the web visit https://groups.google.com/d/msg/spyderlib/-/Yf2cNYQlIrUJ.
To post to this group, send email to spyd...@googlegroups.com.
To unsubscribe from this group, send email to spyderlib+...@googlegroups.com.
On Monday, April 30, 2012 1:01:08 AM UTC-6, anatoly techtonik wrote:As far as I can tell this task is free to take. I've updated Roadmap page with a correct link to all the issues we currently have at http://code.google.com/p/spyderlib/issues/list?q=MS=v2.2
I have started work on a plugin to list breakpoints as suggested by issue 318 since having such a list would make troubleshooting work on issues 845, 955, 634, and 609 much easier. The first goal would be something very simple that simply provides a listing of the breakpoint dictionary straight from .spyder.ini. But I"ll be honest my time is very limited, and my progress will be probably be slow. If there is a willing collaborator that might speed things along. Anyone interested in pitching in?
--
You received this message because you are subscribed to the Google Groups "spyder" group.
To view this discussion on the web visit https://groups.google.com/d/msg/spyderlib/-/-OfCZXZLFQAJ.
To post to this group, send email to spyd...@googlegroups.com.
To unsubscribe from this group, send email to spyderlib+...@googlegroups.com.