Changeset 12387
- Timestamp:
- 08/29/10 04:35:28 (18 months ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Wx/Editor.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Editor.pm
r12255 r12387 262 262 } 263 263 264 # Called a key is released in the editor264 # Called when a key is released in the editor 265 265 sub on_key_up { 266 266 my ( $self, $event ) = @_; … … 271 271 if ( $line !~ /^\s*$/ ) { 272 272 273 # Only cut on non-bla ck lines273 # Only cut on non-blank lines 274 274 $self->CmdKeyExecute(Wx::wxSTC_CMD_LINECUT); 275 275 } else {
Note: See TracChangeset
for help on using the changeset viewer.
