Re: [IronPython] IronPy Tools for VS - Projects

2010-05-18 Thread Dino Viehland
Steve wrote: > Is it possible to have the directory based projects 'implied' when a > single file is opened (TextMate http://macromates.com/ style)? Because > I agree with Jeff here that loading existing projects is dead simple > when you can just add a pyproj. Though the '...from existing code' >

Re: [IronPython] IronPy Tools for VS - Projects

2010-05-17 Thread Jeff Hardy
On Mon, May 17, 2010 at 5:17 PM, Dino Viehland wrote: > Does File->New->Project from Existing code address this for you (if it > worked?)   Or do you want something lighter weight than that? Well, both, actually :) There are times when I'll be looking at another library for a while (say, Django)

Re: [IronPython] IronPy Tools for VS - Projects

2010-05-17 Thread Dino Viehland
Steve wrote: > Is it possible to have the directory based projects 'implied' when a > single file is opened (TextMate http://macromates.com/ style)? Because > I agree with Jeff here that loading existing projects is dead simple > when you can just add a pyproj. Though the '...from existing code'

Re: [IronPython] IronPy Tools for VS - Projects

2010-05-17 Thread Dino Viehland
Jeff wrote: > The only thing I'd hate to lose is the ability to point VS at a folder > full of Python code and have it open and allow me to start hacking on > it. For the foreseeable future, most Python projects are not going to > include .pyproj files to make it easy. > > It doesn't matter how th

Re: [IronPython] IronPy Tools for VS - Projects

2010-05-17 Thread Steve Dower
Is it possible to have the directory based projects 'implied' when a single file is opened (TextMate http://macromates.com/ style)? Because I agree with Jeff here that loading existing projects is dead simple when you can just add a pyproj. Though the '...from existing code' option would be plenty

Re: [IronPython] IronPy Tools for VS - Projects

2010-05-17 Thread Jeff Hardy
On Mon, May 17, 2010 at 2:09 PM, Dino Viehland wrote: > So if anyone thinks the directory based projects are totally awesome I'd love > to hear their counter-points. The only thing I'd hate to lose is the ability to point VS at a folder full of Python code and have it open and allow me to start h

Re: [IronPython] IronPy Tools for VS - Projects

2010-05-17 Thread Dino Viehland
> From: users-boun...@lists.ironpython.com [mailto:users- > boun...@lists.ironpython.com] On Behalf Of Steve Dower > Sent: Saturday, May 15, 2010 3:56 AM > To: Discussion of IronPython > Subject: [IronPython] IronPy Tools for VS - Projects > > Just thought I'd put out some more

[IronPython] IronPy Tools for VS - Projects

2010-05-15 Thread Steve Dower
Just thought I'd put out some more thoughts on the automatic project hierarchy that IronPy Tools has (for now?) in the Solution Explorer. (I'll put out there right away that I would rather see it removed and have the traditional project management instead. Everything else I write should be read in

Re: [IronPython] IronPy Tools for VS - Projects

2010-05-03 Thread Dino Viehland
Steve wrote: > The code snippet below does it. The region for class A goes all the > way to the next class/EOF (actually, 3 lines before EOF, unless > there's whitespace on the third- or second-last lines), the region for > funca goes from the def to the line 'def funcb(self):' inclusive and > the

Re: [IronPython] IronPy Tools for VS - Projects

2010-05-03 Thread Steve Dower
The code snippet below does it. The region for class A goes all the way to the next class/EOF (actually, 3 lines before EOF, unless there's whitespace on the third- or second-last lines), the region for funca goes from the def to the line 'def funcb(self):' inclusive and the region for funcb only i

Re: [IronPython] IronPy Tools for VS - Projects

2010-05-03 Thread Dino Viehland
Steve Dower wrote: > > There were some bugs here and I thought we fixed them all.  Can you > > give a little more detail? > > It seems somewhat unpredictable. The outlining regions occasionally > don't fully appear when either the start or the end of the region is > not visible (maybe my functions

Re: [IronPython] IronPy Tools for VS - Projects

2010-05-02 Thread Steve Dower
> We have a plan to add the ability to hide individual files. Maybe we > need to have a set of wildcards which get excluded? We could even > have them both as project-level options as well as a VS-level option. Automatically including all (relevant) files seems redundant unless the files are bei

Re: [IronPython] IronPy Tools for VS - Projects

2010-05-02 Thread Dino Viehland
Steve wrote: > So, love having IronPy Tools (download from www.ironpython.net/tools/ > for those who missed it) and very keen to help make it the best Python > IDE out there (and frankly, it's almost there already IMHO). > > My first issue is with the project setup. While I really like it > automa

Re: [IronPython] IronPy Tools for VS - Projects

2010-05-02 Thread Dino Viehland
Brian wrote: > On Sat, May 1, 2010 at 23:45, Steve Dower wrote: > > My own 'Python tools' (for VS2008, never made it beyond private use) > > automatically adds the package name to the caption of __init__.py > > files (as shown in > > http://zooba.byteclub.net/files/2010/05/ipytool-initname.png) th

Re: [IronPython] IronPy Tools for VS - Projects

2010-05-02 Thread Brian Curtin
On Sat, May 1, 2010 at 23:45, Steve Dower wrote: > > My own 'Python tools' (for VS2008, never made it beyond private use) > automatically adds the package name to the caption of __init__.py > files (as shown in > http://zooba.byteclub.net/files/2010/05/ipytool-initname.png) through > a couple of

[IronPython] IronPy Tools for VS - Projects

2010-05-01 Thread Steve Dower
So, love having IronPy Tools (download from www.ironpython.net/tools/ for those who missed it) and very keen to help make it the best Python IDE out there (and frankly, it's almost there already IMHO). My first issue is with the project setup. While I really like it automatically pulling in all my