The Following 3 Users Say Thank You to Cue For This Useful Post: | ||
|
2009-12-28
, 05:08
|
Posts: 1,255 |
Thanked: 393 times |
Joined on Oct 2009
@ US
|
#32
|
|
2009-12-28
, 05:11
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#33
|
I prefer pyGTKeditor over leafpad since it supports syntax highlighting which makes things more readable, it also supports portrait mode which is handy if you just want to view the files, as well as hildon autocomplete. the default language for syntax highlighting can be changed by clicking on the title toolbar and clicking on settings.
from the commandline you can access pygtkeditor in the same way as leafpad.
pygtkeditor /etc/xdg/menus/hildon.menu
then for syntax highlighting choose xml or something similar from default language and this will highlight the tags.. if it doesnt highlight the first time, reopen the file after the language change.
|
2009-12-28
, 05:58
|
Posts: 293 |
Thanked: 76 times |
Joined on Jan 2008
@ Fremantle, W. Australia
|
#34
|
The Following User Says Thank You to myk For This Useful Post: | ||
|
2009-12-28
, 17:12
|
Posts: 78 |
Thanked: 36 times |
Joined on Nov 2009
@ Moscow
|
#35
|
|
2009-12-30
, 10:29
|
Posts: 526 |
Thanked: 99 times |
Joined on Sep 2009
|
#36
|
|
2009-12-30
, 14:49
|
Posts: 293 |
Thanked: 76 times |
Joined on Jan 2008
@ Fremantle, W. Australia
|
#37
|
|
2009-12-31
, 13:10
|
Posts: 526 |
Thanked: 99 times |
Joined on Sep 2009
|
#38
|
You can add folders an rearrange the icons application launcher by editing the file /etc/xdg/menus/hildon.menu. The <Filename>'s in the Include section set the icons to display, so you can rearrange them or remove the ones you don't want. Adding more Menu sections will add folders (the one there represents the More..). Replace the OnlyUnallocated/ and All/ with a list of Filenames for the apps you want in the folder (see the files in /usr/share/applications/hildon).
|
2009-12-31
, 13:39
|
Posts: 293 |
Thanked: 76 times |
Joined on Jan 2008
@ Fremantle, W. Australia
|
#39
|
What application are you guys using to edit this file?
I can't seem to open it from GPE file Manager
from the commandline you can access pygtkeditor in the same way as leafpad.
pygtkeditor /etc/xdg/menus/hildon.menu
then for syntax highlighting choose xml or something similar from default language and this will highlight the tags.. if it doesnt highlight the first time, reopen the file after the language change.