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 (Δ0 bytes):

raw changeset »

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

Up to file-list pida/__init__.py:

2
2
The Python Integrated Development Application IDE Framework
3
3
"""
4
4
5
version = '0.6beta1'
5
version = '0.6beta2'
6
6
7
7
copyright = 'Copyright (c) 2005-2008 The PIDA Project'
8
8