The Following 6 Users Say Thank You to Khertan For This Useful Post: | ||
![]() |
2007-08-28
, 10:25
|
Posts: 662 |
Thanked: 238 times |
Joined on Jul 2007
|
#2
|
![]() |
2007-08-28
, 12:15
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#3
|
![]() |
2007-08-29
, 08:56
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#4
|
![]() |
2007-09-01
, 17:10
|
|
Posts: 693 |
Thanked: 502 times |
Joined on Jul 2007
|
#5
|
![]() |
2007-09-06
, 15:06
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#6
|
How difficult would it be to simulate a Python Repository within your program... perhaps on your website you could devote a Virtual directory for storing a library of python programs people could download/run and more importantly : view the source code for ideas about copy/pasting into their own programs. If you did not want to act as such an intermediary then others, including myself, could do this but might be good to just have 1 hardcoded repository at first.
Code clips : would be nice to store common used pieces of code to plug in to hombrew scripts. Each person could compile their own libraries... although possibly this could be web-enabled to pull from a http dir as well.
Glade? Dont know too much about this and this might be too much work for you but it could be another utility. I think Glade is a way to define screens layout using xml... a glade designer for n800 could allow you to layout a form by picking from a set of controls. This probably would not be wysiwyg but at least simple enough to see list of controls and properties (?) like control name and location.
Lastly, if you would be so kind could you recreate a simple example in Python script for invoking the GTK filechooserdialog (like your program uses in the open/all option) ? I have been trying to use the gtk.FileChooserDialog but have been unsuccessful. Perhaps a simple script to pick a file and message box the filename? Warning, the example i tried left the Dialog modal (wouldnt close) and it was system modal so i had to reboot to anything else (couldnt kill task).
Thanks again for this utility, even if you dont enhance it any further i think you have created a great utility to bring/unlock development capabilities on the 770/n800!
![]() |
2007-09-06
, 16:07
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#7
|
![]() |
2007-09-10
, 10:02
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#8
|
![]() |
2007-09-10
, 11:18
|
|
Posts: 693 |
Thanked: 502 times |
Joined on Jul 2007
|
#9
|
![]() |
2007-09-10
, 11:43
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#10
|
PyGTKEditor is a text editor with a small screen footprint, fast syntax highlight based on GtkSourceView, fullscreen capable, regulars expressions search and many more other things specially designed for onboard developpers. PyGTKEditor was mainly an editor for python developper, but it s now open to all other language like c/c++, ruby, java, php and many more.
PyGTKEditor 2.0 is licenced under GPLv2 and work only with Chinook(ITOS 2008). This new version also require GtkSourceView and his binding for Python
PyGTKEditor 1.3.0 is licenced under GPLv2 and work with Chinook(ITOS 2008), Bora(ITOS 2007) and Gregale(ITOS 2006)
PyGTKEditor
I'm open to any suggestions.
Last edited by Khertan; 2007-12-27 at 16:44.