Changes between Version 1 and Version 2 of PadreNextGen
- Timestamp:
- 03/08/12 14:07:47 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadreNextGen
v1 v2 17 17 * on_create, on_destroy 18 18 * on_focus, on_unfocus 19 20 Editor events:21 19 * on_key_up 22 20 * on_key_down 23 21 * on_char 24 * 22 * on_left_up/on_left_down 23 * on_right_up/on_right_down 24 * ... 25 26 Padre Menu API: 27 * add 28 * replace 29 * delete 30 * on_menu_click 31 * before_on_menu_click 32 * after_on_menu_click 33 34 {{{ 35 $self->$main->$event_manager->register_event('.*x-perl', 'event_name'); 36 }}} 37 25 38 Enough complaining now :) 26 39 27 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-though t-out plugin API that truly allows plugins to unleash40 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.
