Re: python editor...

Bandung <[email protected]>
Newsgroups gmane.comp.python.windows-ce
Message-ID <[email protected]>
I like Vim.   http://www.rainer-keuchel.de/wince/vim.html Pocket Vim   It
works exceedingly well in Windows mobile 5.0.  In order to get all of the
additional plugins, macros, syntax files, etc, I installed VIm for the
desktop (I used version 6.x) then copied all of those files and sub
directories under the desktop's Vim directory over to my pda's Vim
directory.

I don't like using explorer.vim, so I removed it from the plugin sub
directory.  The only problem I had was with the vim.vim file.  It always
shows an error so I renamed the file (or you can delete it) and everything
works as advertised.

Last thing.  I use to set up all of the registry entries suggested on the
site where you can find pocket Vim but no more.  I set the row and columuns
parameters within a file called vimrc_bandung.vim  For example I use 

:set lines=10, 
:set tw=78
:set columns=60

I also lose the "wrap" feature, etc.  This file is where I customize my Vim. 
I point to this "customization" file with an entry in the file _VIMRC

set nocompatible
source $VIMRUNTIME/vimrc_bandung.vim
source $VIMRUNTIME/mswin.vim
source $VIMRUNTIME/menu.vim
source $VIMRUNTIME/syntax/synload.vim
source $VIMRUNTIME/syntax/filetype.vim
behave mswin

So if you know how to use Vim on the desktop, then you are pretty much set
for using it on your pda.



slug_picio wrote:
> 
> Hello there, I'm a newbie of PythonCE.
> I've installed PythonCE 2.4.3 for arm on a dell axim x30
> and It works like a charm.
> Can you tell me a good and free editor (just editor not ide) with
> syntax highlight that I can use to create python scripts?
> OS is Windows Mobile 2003 SE.
> Thanks for any answer.
> Picio
> _______________________________________________
> PythonCE mailing list
> [email protected]
> http://mail.python.org/mailman/listinfo/pythonce
> 
> 

-- 
View this message in context: http://www.nabble.com/python-editor...-tf2228391.html#a6189609
Sent from the Python - pythonce forum at Nabble.com.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.