Changeset 9624
- Timestamp:
- 12/12/09 03:57:36 (2 years ago)
- Location:
- trunk/Padre/lib/Padre/Wx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Editor.pm
r9606 r9624 208 208 $self->CmdKeyExecute(Wx::wxSTC_CMD_LINEDELETE); 209 209 } 210 return; 210 211 } 211 212 … … 214 215 $self->on_smart_highlight_begin($event); 215 216 } 217 218 $self->main->key_up($event); 219 216 220 } 217 221 -
trunk/Padre/lib/Padre/Wx/Main.pm
r9617 r9624 5178 5178 # Ctrl-TAB #TO DO it is already in the menu 5179 5179 if ( $code == Wx::WXK_TAB ) { 5180 # TODO: Catch up the right action for this shortcut 5180 5181 $self->on_next_pane; 5181 5182 } 5182 5183 } elsif ( $mod == Wx::wxMOD_CMD() + Wx::wxMOD_SHIFT() ) { # Ctrl-Shift 5183 # Ctrl-Shift-TAB #TO DO it is already in the menu 5184 # Ctrl-Shift-TAB 5185 # TODO it is already in the menu 5186 # TODO: Catch up the right action for this shortcut 5184 5187 $self->on_prev_pane if $code == Wx::WXK_TAB; 5185 5188 } elsif ( $mod == Wx::wxMOD_ALT() ) {
Note: See TracChangeset
for help on using the changeset viewer.
