Re: [PythonCE] VimCE

2007-01-03 Thread Bandung
I managed to find two scripts that add the features that I was looking for when editing python scripts within Pocket Vim. 1. Navigation Shortcuts Using my trusty "OpenWith" utility that attaches to pocket explorer, I open the python file with Vim. What's nice about this utility is that it show

Re: [PythonCE] VimCE

2006-12-14 Thread Bandung
Editing vs IDE Editing The most sought after features that I like to see in an editor are context sensitive hiliting and a lot of short cut keys. It would also be nice to have auto completion of commands. I don't have the latter within VimCE. IDE The ability to execute the modified code with

Re: [PythonCE] VimCE

2006-12-14 Thread Bandung
Yes it is Rainer's VIM. I wish I knew how to compile Windows apps from source code. In that case, I would try to get version 7.0 working. (1) The good news is that Rainer's Vim 6.0 version works quite well. I had to add additional file folders and populate them with the necessary plugins in

[PythonCE] VimCE

2006-12-14 Thread JBirdAngel
is it VimCE that you use from Rainer? is this this and the command console things youve been talking about the best development platform for python? i dont know if im saying it right or what the difference between an editor and an IDE is unless the difference is the ide running the programs/sc