Changes between Version 3 and Version 4 of Features/BasicEditorFeatures
- Timestamp:
- 03/31/11 09:25:46 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/BasicEditorFeatures
v3 v4 15 15 (TO DO: when the file is not of Perl type we should have other ways to recognize files from internal naming and have paths to search. Surprise, not every language uses @INC.) 16 16 17 * '''File -> Reload File''' - Reloads the file. This is interesting if you either made changes and want to discard them 18 and/or if the file has changed on the disk. If there are unsaved changes Padre will ask you if you really want to throw them away. (TO DO: make a backup of the file before discarding it) 17 19 18 * '''File -> Save''' or Ctrl-Swill save the current file. If the file does not have a name yet, Padre will open a20 * '''File -> Save''' or '''Ctrl-S''' will save the current file. If the file does not have a name yet, Padre will open a 19 21 directory browser to let you pick the name of the file. If you are currently working on a project then 20 22 in certain cases Padre will try to determine the name of the file by itself. See ProjectManagement for more details. … … 32 34 * '''File -> Close -> Close All but Current''' - closes all opened files except for the currently being edited. 33 35 36 * '''Files -> Recent Files''' - a list of recently opened files to open them easily. (TO DO: update the list when we open a file, not only when opening padre) (TO DO: allow the user to configure size of history) 37 34 38 * '''File -> Document Statistics''' - just random statistics about the current document. If you miss anything important let us know! 35 39 36 40 * '''File -> Quit''' - Exits Padre 41 42 == Simple editing == 43 44 The simple editing features (should) provide the expected behavior for Windows users. 45 46 * '''Edit -> Undo''' or '''Ctrl+Z''' 47 48 * '''Edit -> Redo''' 49 50 * '''Edit -> Select -> Select All''' or '''Ctrl+A''', select all the characters in the current document 51 52 * '''Edit -> Cut''' or '''Ctrl+X''' 53 * '''Edit -> Copy''' or ''Ctrl+C''' 54 * '''Edit -> Paste''' or '''Ctrl+V''' 55 56 (TO DO What is '''Ctrl+D''' ?, duplicate the current line?) 57 58 * '''Edit -> Convert Line Endings -> ''' - Convert line endings to Windows, Unix or Mac Classic style. 37 59 38 60 == Tickets ==
