Is there any editor support python?
Neil Hodgson
nhodgson at bigpond.net.au
Sun Sep 9 19:58:31 EDT 2001
More information about the Python-list mailing list
Sun Sep 9 19:58:31 EDT 2001
- Previous message (by thread): Is there any editor support python?
- Next message (by thread): how to change sys.path permanently
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Andrew Brown: > [awe-inspiring URL snipped] > So what you're saying is that Scite takes advantage of the search features > built into things like compiled help files? And if the help is just a > collection of un-indexed web pages, then there is no cleverer way to do it > than to keep a browser window open? > > I'm not complaining. This sounds eminently reasonable. I just want to be > sure tht I have understood you correctly. Yes, SciTE just knows how to run various things. This started out with running other processes, either attached or in the background and has evolved into calling the help file viewers HtmlHelp and WinHelp. If you want to have something that searches through a set of web pages then you'll have to write a program that can be called to achieve this. Neil
- Previous message (by thread): Is there any editor support python?
- Next message (by thread): how to change sys.path permanently
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list