This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gpolo
Recipients Nashev, gpolo, kbk, rhettinger, taleinat, terry.reedy
Date 2009-08-03.02:54:58
SpamBayes Score 6.8064715e-10
Marked as misclassified No
Message-id <1249268100.63.0.294710380904.issue1721083@psf.upfronthosting.co.za>
In-reply-to
Content
I have done a very initial patch in an attempt to define where we should
go with this feature. There are several different proposals around this
issue and the superseded one, I opted to implement the simplest one
which is to add a 'Revert' entry in the file menu which re-reads the
file currently open.

There are at least two problems with this patch. First, I don't think
there is a non-hacky way to place a command on a menu in a specific
place by using an idle extension, so, the 'Revert' entry is the last
entry in the file menu right now. I guess this would be solved by not
making this an extension and then proceed to manually remove the menu
entry while creating the shell window (similarly to what it is done when
running under mac osx). The second problem happens when reverting the
file, I'm not sure if it should be done differently but this seems to
cause some problem with Multicall.
History
Date User Action Args
2009-08-03 02:55:00gpolosetrecipients: + gpolo, rhettinger, terry.reedy, kbk, taleinat, Nashev
2009-08-03 02:55:00gpolosetmessageid: <1249268100.63.0.294710380904.issue1721083@psf.upfronthosting.co.za>
2009-08-03 02:54:59gpololinkissue1721083 messages
2009-08-03 02:54:59gpolocreate