thegooglecodearchive / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 1 forks source link

Projects - allow to tag project to particular python version #202

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What Plugin does this relate to? What version of the Plugin?
Projects

This is an enhancement request to be able to "tag" a project to a certain 
python version, so when opening xyz.py out of that project.  This should then 
cause the Shelf/Exec combobox to default to the taged python version of that 
project.

This would be very nice when one is moving up to a new Python version for some 
projects and in that Python version one does not want to or can't install 
certain dependencies (as they are not available) but one still needs to 
maintain projects on an older Python version.

Currently I just always fall into the trap that I launch with the wrong version 
and have to change it manually, this gets worse if one jumps back and forth on 
different projects.

Original issue reported on code.google.com by wbru...@gmail.com on 23 Dec 2011 at 12:49

GoogleCodeExporter commented 9 years ago
Hi,

I don't think this will be supported by the Projects plugin as it is just a 
generic file manager and doesn't actually do any tracking of what files belong 
to what 'projects'. 

However I have a mostly implemented Project feature in the PyStudio plugin that 
will be released with the next version of PyStudio where this would be 
perfectly at home. Will be probably a few releases before it supports source 
control but the basics are in place and can be tested if your interested.

Original comment by st...@editra.org on 26 Dec 2011 at 5:22

GoogleCodeExporter commented 9 years ago
I use PyStudio 0.4 currently, wouldn't mind to help on testing things 
like this.

Werner

Original comment by wbru...@gmail.com on 26 Dec 2011 at 10:29

GoogleCodeExporter commented 9 years ago
Sorry forgot to reply to this before.

Latest PyStudio is available in this sites svn repository. I haven't worked on 
this feature a few weeks but hope to finish initial integration sometime soon. 
The new Project component should be fully usable though in the current svn 
(even though it is minimal in features currently).

Original comment by CodyPrec...@gmail.com on 21 Jan 2012 at 4:43