| Reply | « Previous Thread | Next Thread » |
|
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 http://zen.gigahosting.cz/bordel/ppeditor.py pyed http://sourceforge.net/projects/pyed/ pyEditS60 http://users.tkk.fi/~lhuovine/mobile...ditS60v0.7.zip On computer : http://wiki.python.org/moin/Integrat...ntEnvironments I often use pspad http://www.pspad.com/ or SPE http://wiki.python.org/moin/SPE/ !
Last edited by cyke64 : 2006-03-24 at 19:44.
Reason: error !
|
|
Hi,
I have also written a text editor for PyS60 that can also execute the edited program. See http://nysse.lapanen.org/python/Editor/. Let me know how you like it. Kari Kujansuu Espoo, Finland |
| kari.kujansuu |
| View Public Profile |
| Find all posts by kari.kujansuu |
|
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())
before : Code:
for k in range (n):
appuifw.app.body.add(u' ')
Code:
appuifw.app.body.add(n*u' ')
Last edited by cyke64 : 2006-04-03 at 11:45.
Reason: missing features !
|
|
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 |
| kari.kujansuu |
| View Public Profile |
| Find all posts by kari.kujansuu |
|
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 http://nysse.lapanen.org/python/Editor/ 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 ! |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Rich Text Editor and Dialog | sakhya | Symbian | 0 | 2005-04-28 18:09 |
| Rich Text Editor and Dialog | sakhya | Symbian User Interface | 0 | 2005-04-28 18:08 |
| Persist text value of user defined option in Enumerated Text Settings List | leethomso | Symbian User Interface | 0 | 2004-11-24 19:49 |
| Global Symbian Development Opportunities *High Importance* | sara.lindsay | General Symbian C++ | 0 | 2004-05-21 12:16 |
| Global Symbian Development Opportunities *High Importance* | sara.lindsay | General Symbian C++ | 2 | 2004-05-08 10:09 |