[Patches] [ python-Patches-1110205 ] Make Python Editor Useful Without Full IDLE

SourceForge.net noreply at sourceforge.net
Mon Feb 5 05:29:00 CET 2007


Patches item #1110205, was opened at 2005-01-26 15:54
Message generated for change (Comment added) made by kbk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1110205&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: IDLE
Group: Python 2.4
>Status: Closed
>Resolution: Rejected
Priority: 5
Private: No
Submitted By: sowjanya (sowjanya)
Assigned to: Kurt B. Kaiser (kbk)
Summary: Make Python Editor Useful Without Full IDLE

Initial Comment:
 We are using the Filelist class from idlelib to create
Python syntax aware source code editor in our
applications. In order to be able to embed the code
editor window into a Tk graphical user interface and
specify the width and height of the editor (in lines
and columns) we had to modify the EditorWidow and
ScriptBinding classes to accept a 'top' argument
(container in which to create the editor), and 'width'
and 'height' arguments.
We are submitting the patches for your consideration to
be included into the next release of idlelib1.2a0.
The patches were generated using the following command:
diff -c old new

----------------------------------------------------------------------

>Comment By: Kurt B. Kaiser (kbk)
Date: 2007-02-04 23:29

Message:
Logged In: YES 
user_id=149084
Originator: NO

It seems to me that this further complicates what is an already fairly
confusing part of the code.  I'd rather not do that.

----------------------------------------------------------------------

Comment By: sowjanya (sowjanya)
Date: 2005-03-04 16:38

Message:
Logged In: YES 
user_id=1202212

Yes we are the same people.What i sent supersedes the patch
previously sent to you.

Thanks
Sowjanya

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2005-03-04 14:06

Message:
Logged In: YES 
user_id=21627

http://sourceforge.net/tracker/index.php?func=detail&aid=796254&group_id=9579&atid=309579

----------------------------------------------------------------------

Comment By: sowjanya (sowjanya)
Date: 2005-03-04 13:18

Message:
Logged In: YES 
user_id=1202212

I couldn't find Idlefork Patch 796254  to make sure whether
it is ours.
Could you please send me an url for this patch  or guide me
in searching it.

Thanks
Sowjanya

----------------------------------------------------------------------

Comment By: Kurt B. Kaiser (kbk)
Date: 2005-03-03 19:50

Message:
Logged In: YES 
user_id=149084

May I assume that this is a copy of Idlefork Patch 796254?
Are you the same people who submitted that anonymous
patch?  If so, thanks for the context diff.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2005-03-03 18:03

Message:
Logged In: YES 
user_id=21627

Kurt, can you please take a look? If not, please unassign.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1110205&group_id=5470


More information about the Patches mailing list