Mercurial > libervia-backend
diff frontends/src/quick_frontend/quick_app.py @ 524:0bb595eff25b
primitivus: Primitivus is now modal (vi-like behaviour):
- there are currently 3 modes: NORMAL, INSERTION and COMMAND
- when a chat window is selected, INSERTION mode is set if possible
- completion is managed according to mode. Currently only INSERTION mode do something
- first command implementation: :quit
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 21 Oct 2012 16:40:19 +0200 |
parents | 8ee9113d307b |
children | 2c4016921403 |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_app.py Sun Oct 21 13:37:15 2012 +0200 +++ b/frontends/src/quick_frontend/quick_app.py Sun Oct 21 16:40:19 2012 +0200 @@ -30,7 +30,7 @@ import gettext gettext.install('sat_frontend', "../i18n", unicode=True) -class QuickApp(): +class QuickApp(object): """This class contain the main methods needed for the frontend""" def __init__(self, single_profile=True):