poelzi / pida-poelzi-newbuffer

fork of pida-main

this is an experimental, long living branch for 0.7 most likely. it's a complete redesign of the core<->editor interface. goals: - editors will require dbus, direct embedding or a similar technique which must be able to control the editor from background - cleaner api - support for split views. one buffer on different views etc. (at least from the api side it's possible)

Changed (Δ5 bytes):

raw changeset »

pida/__init__.py (2 lines added, 2 lines removed)

Up to file-list pida/__init__.py:

@@ -10,15 +10,15 @@ website = 'http://pida.co.uk/'
10
10
11
11
author = 'Ali Afshar <aafshar@gmail.com>'
12
12
13
maintainer = author
13
maintainer = 'Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>',
14
14
15
15
authors = [
16
16
    author,
17
    maintainer,
17
18
    'Tiago Cogumbreiro <cogumbreiro@users.sf.net>',
18
19
    'Alejandro Mery <amery@geeks.cl>',
19
20
    'Bernard Pratz <guyzmo@m0g.net>',
20
21
    'Mathieu Virbel <tito@bankiz.org>',
21
    'Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>',
22
22
    'Anders Conbere <aconbere@gmail.com>',
23
23
    'David Soulayrol <david.soulayrol@gmail.com>',
24
24
    'Alexander Gabriel <Alexander.Gabriel@TU-Harburg.de>',