maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] PyGTKEditor 3.0.16 (https://talk.maemo.org/showthread.php?t=51722)

Khertan 2010-05-03 12:03

[Announce] PyGTKEditor 3.0.16
 
Hi !

A new release of PyGTKEditor is available in my repository :

Since version 3.0.14 it s include :

* Fix Crash reporter
* Fix execute toolbar button when trying to execute new file
* Fix invalid search pattern error
* Adding Crash Tool Reporter
* Adding Syntax Hilighting Theme

To install it :

There is two possibility, the easier is to simply use the install file of one of my apps available on maemo.org/downloads:install file

Or setup manually from the application manager with this parameters :

http://khertan.net/screenshots/khertan_repository.png

name = Khertan-Repository
uri = http://khertan.net/repository/
components = user


But once it s done, HAM (Hildon Application Manager) will still ignore newer packages available in my repository as HAM ignore package (even newer) if there are available in the extras or nokia repository. So if you want to upgrade Vectormine, PyPackager, PyGTKEditor i suggest you to frequently use as root the commands :

apt-get update && apt-get upgrade.

Screenshot of the two theme currently available :

http://khertan.net/screenshots/pygtkeditor_theme1.png

http://khertan.net/screenshots/pygtkeditor_theme2.png

Do not hesitate to report any bugs to : http://khertan.net/flyspray/index.ph...index&switch=1

fpp 2010-05-03 12:21

Re: [Announce] PyGTKEditor 3.0.16
 
Ah, so it's not abandoned then after all, good news !

Khertan 2010-05-03 12:47

Re: [Announce] PyGTKEditor 3.0.16
 
Yep ... i'm still use my n900 for dev, and i ve made my own repository to avoid all that headache of the maemo repository.

But as i explain it s not perfect as old version are still in the extras repository, so there is still no update icon when i publish a new version as HAM ignore it.

ZogG 2010-05-03 12:54

Re: [Announce] PyGTKEditor 3.0.16
 
it would be great to see it in maemos repos. (don't want to add endless number of repos) and thank you btw, great work =)

Khertan 2010-05-03 13:18

Re: [Announce] PyGTKEditor 3.0.16
 
Quote:

Originally Posted by ZogG (Post 640250)
it would be great to see it in maemos repos. (don't want to add endless number of repos) and thank you btw, great work =)

I'll not do it anymore ...

trurl 2010-05-03 16:50

Re: [Announce] PyGTKEditor 3.0.16
 
Thanks for this perfect app.

Btw. how do you get the black background?

Khertan 2010-05-03 17:10

Re: [Announce] PyGTKEditor 3.0.16
 
Quote:

Originally Posted by trurl (Post 640683)
Thanks for this perfect app.

Btw. how do you get the black background?

By selecting the black theme in preferences (it s a new feature of version 3.0.15)

Creamy Goodness 2010-06-11 02:16

Re: [Announce] PyGTKEditor 3.0.16
 
how come I can't browse from / when opening a file -- leafpad does this too. it's really annoying to have to open the shell to type in the filename every time!

Cue 2010-07-14 22:52

Re: [Announce] PyGTKEditor 3.0.16
 
possible feature request: can we have a word wrap in the editor or would it have to be added?
The reason I ask is because pygtkeditor is what I use as my latex editor and word wrap would be extremely useful.

TorstenT 2011-02-16 21:44

Re: [Announce] PyGTKEditor 3.0.16
 
Quote:

Originally Posted by Cue (Post 752185)
possible feature request: can we have a word wrap in the editor or would it have to be added?
The reason I ask is because pygtkeditor is what I use as my latex editor and word wrap would be extremely useful.

You can add word wrap by editing the following pygtkeditor file:

vi /home/opt/pygtkeditor/pge_editor.py
in
Code:

class Editor method __init__
add:
Code:

self.set_wrap_mode (gtk.WRAP_WORD)


All times are GMT. The time now is 14:14.

vBulletin® Version 3.8.8