Changes between Version 6 and Version 7 of Features/BasicEditorFeatures
- Timestamp:
- 03/31/11 10:10:59 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/BasicEditorFeatures
v6 v7 1 1 = Basic Editor Features = 2 2 3 * '''File -> New''' or '''Ctrl -N''' to create a new empty file. A file name is not needed at this point. By default Padre will treat the file as a Perl 5 file.3 * '''File -> New''' or '''Ctrl+N''' to create a new empty file. A file name is not needed at this point. By default Padre will treat the file as a Perl 5 file. 4 4 5 5 * '''File -> New -> ''' TODO, describe these under code generation and [wiki:Features/ProjectSkeletonGeneration Project Skeleton Generation] … … 18 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) 19 19 20 * '''File -> Save''' or '''Ctrl -S''' will 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 21 21 directory browser to let you pick the name of the file. If you are currently working on a project then 22 22 in certain cases Padre will try to determine the name of the file by itself. See ProjectManagement for more details. … … 26 26 After saving the file with a new name any subsequent saves will go to this new file. 27 27 28 * '''File -> Save All''' or '''Alt -F12''' will save all the files currently open. If there are one or more tabs open with content but without a filename, Padre will prompt for a name for each one of the files.28 * '''File -> Save All''' or '''Alt+F12''' will save all the files currently open. If there are one or more tabs open with content but without a filename, Padre will prompt for a name for each one of the files. 29 29 30 * '''File -> Close''' or '''Ctrl -W''' checks if the file is saved, if it is closes the current tab. If it is not then offers to save it first.30 * '''File -> Close''' or '''Ctrl+W''' checks if the file is saved, if it is closes the current tab. If it is not then offers to save it first. 31 31 32 32 * '''File -> Close -> Close all Files''' - closes all opened files (in case they are not saved yet, asks for instructions).
