22 Ağustos 2008 Cuma

Instant python helper for Geany

In English


  • Watch that video first.. did you like it?
  • Download that file and save it to your /usr/bin/ folder
  • Do not forget giving running permissions (chmod +x pydocw vs.)
  • Look for filetypes.python in ~/.geany/filedefs if there is not download from here.
  • In your filetypes.python file find that line
    context_action_cmd =
    and change it to
    context_action_cmd = pydocw %s
  • From options menu in geany find keybindings tab and change context-action key to your own keyboard shortcut (i'm using ctrl+l)
  • Restart Geany, open a python file , select a function and press your shortcut to get help about it. It must be worked.

Türkçe



Önce şuradaki video yu izleyin.Beğendiyseniz suyu aktı ise şu işlemleri yapın.
  • Şuradaki pydocw dosyasını indirip /usr/bin/ klasörünüze kopyalayın.
  • Bunu yapmadan önce "sudo chmod +x pydocw" diyerek çalışma izni vermeyi unutmayın garibana.
  • ~/.geany/filedefs klasörünüze eğer filetypes.python dosyası yoksa şuradan alıp koyun.
  • Bu dosya içerisindeki context_action_cmd = satırını bulun ve = in karşısına "pydocw %s" ekleyip (" işareti hariç) kaydedin.
  • Geany'yi açın seçenekler menüsünden, keybindings sekmesine girin ve context-action un karşısına "l" yada istediğiniz başka bir kısa yolu yazın.
  • Geany'yi kapatıp açın. Bir python dosyası açın, herhangi bir python objesi seçip alt+l tuşuna basarak gerekli yardımı alın.

Hiç yorum yok:

Yorum Gönder