Clarified $file, $file_name descriptions.

Author:halw
Date:2010-04-08T16:17:37.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@550 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2010-04-08 16:17:37 +00:00
parent 1da7d91fb6
commit 41ca803870

View File

@@ -11,8 +11,8 @@ You can type your command in the "Command" region and then press the [[Image:me
In the "Command" region, the following placeholders can be used:
* $class_name: this will be replaced by the name in lower case of the targeted class in editor
* $directory_name: this will be replaced by the directory location of the targeted class in editor
* $file: this will be replaced by file name part, i.e., without heading directory, of $path of the targeted class in editor
* $file_name: this will be replaced by the path to the targeted class in editor
* $file: this will be replaced by file name part, i.e., without heading directory path ($directory_name) of the targeted class in editor
* $file_name: this will be replaced by the fully specified file name ($directory_name + $file) to the targeted class in editor
* $f_code: this will be replaced by the F_code directory of current target, if defined
* $group_directory: this will be replaced by the directory of the group where targeted class in editor locates
* $group_name: this will be replaced by the group name of the targeted class in editor