Re: [Tutor] suggestion for an editor

2012-07-20 Thread Alan Gauld
On 20/07/12 09:43, Steven D'Aprano wrote: I don't think that what you want exists. As far as I know, even full-featured IDEs (Integrated Development Environments) don't include profiling of selected sections of code. There are a few commercial IDEs that can do this but I've only seen it for c

Re: [Tutor] suggestion for an editor

2012-07-20 Thread Walter Prins
On 20 July 2012 14:07, Wayne Werner wrote: >>> At present i write programs using vi editor. I am interested to change to >>> something else. My specific need is that i want to select a portion/small >>> segment of my program (for eg. a nested loop) and then monitor processing >>> time it takes for

Re: [Tutor] suggestion for an editor

2012-07-20 Thread Wayne Werner
On Fri, 20 Jul 2012, Steven D'Aprano wrote: Bala subramanian wrote: Friends, At present i write programs using vi editor. I am interested to change to something else. My specific need is that i want to select a portion/small segment of my program (for eg. a nested loop) and then monitor proce

Re: [Tutor] suggestion for an editor

2012-07-20 Thread Steven D'Aprano
Bala subramanian wrote: Friends, At present i write programs using vi editor. I am interested to change to something else. My specific need is that i want to select a portion/small segment of my program (for eg. a nested loop) and then monitor processing time it takes for that portion while i run

Re: [Tutor] suggestion for an editor

2012-07-19 Thread Alan Gauld
On 19/07/12 09:09, Bala subramanian wrote: Friends, At present i write programs using vi editor. I am interested to change to something else. My specific need is that i want to select a portion/small segment of my program (for eg. a nested loop) and then monitor processing time it takes for that

Re: [Tutor] suggestion for an editor

2012-07-19 Thread Wayne Werner
On Thu, 19 Jul 2012, Bala subramanian wrote: Friends, At present i write programs using vi editor. I am interested to change to something else. My specific need is that i want to select a portion/small segment of my program (for eg. a nested loop) and then monitor processing time it takes for

Re: [Tutor] suggestion for an editor

2012-07-19 Thread Ranjith Kumar
Try Sublime, On Thu, Jul 19, 2012 at 1:39 PM, Bala subramanian wrote: > Friends, > At present i write programs using vi editor. I am interested to change to > something else. My specific need is that i want to select a portion/small > segment of my program (for eg. a nested loop) and then monito

[Tutor] suggestion for an editor

2012-07-19 Thread Bala subramanian
Friends, At present i write programs using vi editor. I am interested to change to something else. My specific need is that i want to select a portion/small segment of my program (for eg. a nested loop) and then monitor processing time it takes for that portion while i run the program. By this i ho