On Thursday 20 June 2002 09:13 am, Mike Orr wrote: > I use vim for editing, mainly because of the syntax highlighting and > because I'm used to the keystrokes. �Pressing "/" + word + enter is > so much faster and more convenient than pressing ctrl-F (or alt-F or > ctrl-shift-F?) and waiting for the Find dialog to appear, and > likewise for number + "G" instead of ctrl-L to go to a line.
You have to _wait_ for the find panel to show when you hit Ctrl-F??? I use kate on Linux and I don't have to wait for anything. It's very snappy. On Thursday 20 June 2002 09:13 am, Mike Orr wrote: > Indentation is the biggest reason I don't use emacs. �It > tries to be so smart that it won't let you override its opinion of > where the line should start. �But sometimes I want to put an extra > indent in continuation lines in my comments, and emacs refuses to > allow it. I concur. Emacs is too smart for its own good! On Thursday 20 June 2002 09:12 am, Ian Bicking wrote: > Doc strings should use """ (not '''), and that usually gets rid of > the problem. �Webware still has ''' scattered throughout many > classes, and that causes problems... I guess that should be fixed. > > Emacs is great for everything in your life. Except using ''' for doc strings! Emacs proponents often push a subset of Python, in order that it work better with their editor. That's very odd, from a language perspective. In any case, I'm open to the ''' doc strings being changed to """ although I certainly wouldn't call it a "fix". ;-) There is a Webware wiki page for this topic, btw: http://webware.colorstudy.net/twiki/bin/view/Webware/TextEditors SciTE seems to be missing, but since my 2 favorites are there (UltraEdit and kate), I'll leave it to someone else to add it. -Chuck ------------------------------------------------------- Bringing you mounds of caffeinated joy >>> http://thinkgeek.com/sf <<< _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
