What text editor for symbian devices can edit .py files? What would you recommend?
Printable View
What text editor for symbian devices can edit .py files? What would you recommend?
it depends on two things : edit on phone or edit on computer ?
On phone with python app :
ppeditor [url]http://zen.gigahosting.cz/bordel/ppeditor.py[/url]
pyed [url]http://sourceforge.net/projects/pyed/[/url]
pyEditS60 [url]http://users.tkk.fi/~lhuovine/mobile/py/pyEditS60v0.7.zip[/url]
On computer :
[url]http://wiki.python.org/moin/IntegratedDevelopmentEnvironments[/url]
I often use pspad [url]http://www.pspad.com/[/url] or SPE [url]http://wiki.python.org/moin/SPE/[/url] !
Hi,
I have also written a text editor for PyS60 that can also execute the edited program. See [url]http://nysse.lapanen.org/python/Editor/[/url]. Let me know how you like it.
Kari Kujansuu
Espoo, Finland
hello ,
I try your app and I like it very much. It has cool features !
I like theses ones :
* The files in 'my' directory are listed in the order of last modification
* Smart menus: the main menu is modified dynamically based on the last command given
* Python intellisense (copyright ;-) : using the same select key for contextual spaces indentation , python module and functions completion and suggestions !
* better copy paste functions
* running script from editor
I dislike only :
* no navigation in code (begin , end , cursor etc )
* native symbian for storing settings (good code but not here in my opinion (I prefer to use init text files !)
PS :
Have you forget something in your app ;) ?
Add this function and indentation will work :-)
[code]
# in the Editor class
def numLeadingSpaces(self,line):
return len(line)-len(line.rstrip())
[/code]
Suggestions :
before :
[code]
for k in range (n):
appuifw.app.body.add(u' ')
[/code]
after:
[code]
appuifw.app.body.add(n*u' ')
[/code]
keep on the good work and works on other projects too (I'd like very much send MMS :-)
Oops, yes I had accidentally deleted the numLeadingSpaces function. I have now included it and also your other suggestion. I have thought about adding some navigation functions but haven't decided the details - feel free to give suggestions. Thanks for your comments.
Kari
surely i will try your editor too, kari.kujansuu.I've used Justek System Explorer so far
hello ,
I downloaded the last version 1.01.In your home page [url]http://nysse.lapanen.org/python/Editor/[/url] the sis file displays 1.01 but it saved as in your disk as 1.00 :-( Don't forget to change that please ...
Navigation suggestions :
* begin of file
* end of file
* percentage of file
* goto to character pos
* goto line
* next page (not easy :-(
* previous page (not easy :-(
Add also a new menu for color and style font !
Redak Libre Text editor is in Ovi Store and it's Open Source software ...
[url]http://rzr.online.fr/q/redak#[/url] Redak #TextEditor @ #SymbiaN #BellE [url]http://store.nokia.com/content/273978[/url] [url]http://store.ovi.mobi/content/273978[/url]
Your post is enabled for now, but it is a 6.5+ years old thread.