CVS from the machine I am working from is kind of a drag. That plugins suggestion form limodou is delicious (sorry, I was never able to download a copy of your program). Anywho, the point is I am going to work primarily on cleaning up drpython, adding some structural changes, and making drpython more reliant on plugins. This will have several effects:
1. DrPython 3.0.0 will be released sooner, since I just have to redesign some core components.
2. Development on specific features will be faster, since I can release new plugins, or work on bugfixes for specific plugins without messing with an entire release.
The one thing I would like to has out first is the project manager (I will start a new thread), becuase I want to cut sessions code out of the core release.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks. Its a very cool program. I run linux, and had some display issues with the prefs box, and the help thingy does not launch. I am gathering from the msn icon that this program targets windows users, however.
I had some trouble messing around with mixins.
I did however see a lot of very useful text manipulation stuff. It would be great if you wanted to implement them as plugins.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Oops, I did tested it in windows XP(my machine has updated to xp), so there must be some bugs in linux. With mixins, I could implement the menu, toolbar, preference dialog entry, and other things distributed, and collect them together when running. So implement a function, you could write the code in a new file, add menu, toolbar, etc., then make them as a mixin, that's ok. And the extending work is easy.
When the 3.0.0 is out, I'll add some my functions to drPython.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
CVS from the machine I am working from is kind of a drag. That plugins suggestion form limodou is delicious (sorry, I was never able to download a copy of your program). Anywho, the point is I am going to work primarily on cleaning up drpython, adding some structural changes, and making drpython more reliant on plugins. This will have several effects:
1. DrPython 3.0.0 will be released sooner, since I just have to redesign some core components.
2. Development on specific features will be faster, since I can release new plugins, or work on bugfixes for specific plugins without messing with an entire release.
The one thing I would like to has out first is the project manager (I will start a new thread), becuase I want to cut sessions code out of the core release.
If you like, I could send you a email with my souce code.
Yes please, send that puppy over!
I'v send, please check it.
Thanks. Its a very cool program. I run linux, and had some display issues with the prefs box, and the help thingy does not launch. I am gathering from the msn icon that this program targets windows users, however.
I had some trouble messing around with mixins.
I did however see a lot of very useful text manipulation stuff. It would be great if you wanted to implement them as plugins.
Oops, I did tested it in windows XP(my machine has updated to xp), so there must be some bugs in linux. With mixins, I could implement the menu, toolbar, preference dialog entry, and other things distributed, and collect them together when running. So implement a function, you could write the code in a new file, add menu, toolbar, etc., then make them as a mixin, that's ok. And the extending work is easy.
When the 3.0.0 is out, I'll add some my functions to drPython.