I'd add to that that I prefer the space, and I only use notepad++ for coding.  
Everything worked fine for me.  

My only suggestion was that the navigation was a bit inconsistent on the front 
page - I had to scroll down to see what the "contents" were - the "registry"
section was hidden at first.  I would have expected that to be in the upper 
left with the rest of the nav.

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Roberts
Sent: Friday, May 23, 2008 7:15 PM
To: Python-Win32 List
Subject: Re: [python-win32] Request for comments

bob gailer wrote:
>
> Please omit the space before ( in code. I find that very distracting. 
> Example:
>
> print result.Properties_ ("sValue").Value # current
>
> print result.Properties_("sValue").Value # preferred, and how most 
> code I've seen looks.

Do you understand that this is strictly a personal preference?  Some 
people like it, some people don't.  You are certainly allowed to 
"prefer" one over the other, but it's a bit much to ask someone else to 
change their coding style to match yours, unless you are a paying 
client.  ;)


> You said "you can drop them straight onto an interpreter window and 
> run them"
>
> It would be quite nice if the Python for Windows Interactive Window 
> also worked that way. Unfortunately copying your examples and pasting 
> there does NOT work, and that has always been a pain in the butt for me.
>
> I'd also like to see a section on Python for Windows customization. I 
> have looked at the (I forget the name of) file that defines keystrokes 
> and other goodies, but have no clue as to how to modify or extend it. 
> I asked years ago for guidance and got none.
>
> I would love to be able to hack Python for Window for a variety of 
> reasons, so would also like some guidance rather than just "go read 
> the source".

I think that each of these items is specifically talking about the 
Pythonwin editor here.  Is that correct?  I've never had problems 
cutting and pasting code, although I tend to use gvim and a command line 
instead.  What issues do you see?

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32


DISCLAIMER:
This e-mail, and any attachments thereto, is intended only for use by the 
addressee(s) named herein and
may contain legally privileged and/or confidential information. If you are not 
the intended recipient
of this e-mail, you are hereby notified that any dissemination, distribution or 
copying of this e-mail, and 
any attachments thereto, is strictly prohibited. If you have received this in 
error, please immediately notify 
me and permanently delete the original and any copy of any e-mail and any 
printout thereof. 
E-mail transmission cannot be guaranteed to be secure or error-free. The sender 
therefore does not accept 
liability for any errors or omissions in the contents of this message which 
arise as a result of e-mail transmission.

NOTICE REGARDING PRIVACY AND CONFIDENTIALITY
Direct Edge ECN LLC may, at its discretion, monitor and review the content of 
all e-mail communications.

www.directedge.com
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to