Changes between Version 3 and Version 4 of PadreNextGen
- Timestamp:
- 03/08/12 14:11:30 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadreNextGen
v3 v4 14 14 So again, 15 15 16 Document events: 16 == Document events == 17 17 * on_create, on_destroy 18 18 * on_focus, on_unfocus … … 24 24 * ... 25 25 26 Padre Menu API: 26 == Padre Menu API == 27 27 * add 28 28 * replace … … 32 32 * after_on_menu_click 33 33 34 hmmm, Method modifiers 35 34 36 {{{#!perl 35 37 $self->$main->$event_manager->register_event('.*x-perl', 'event_name'); 36 38 }}} 37 39 38 Enough complaining now :) 39 40 How about we fix Padre to be '''minimal''' and move some of the functionality or unused features outside of Padre core. and start working on well-thought-out plugin API that truly allows plugins to unleash. 40 == Conclusion == 41 How about we fix Padre to be '''minimal''' and move some of the functionality or unused features outside of Padre core. We should start working on well-thought-out '''plugin API''' that truly allows plugins to '''modify''' Padre behavior in '''every way possible'''.
