From 41ca803870cd52fa132a70799ce20e7bb3bb678b Mon Sep 17 00:00:00 2001 From: halw Date: Thu, 8 Apr 2010 16:17:37 +0000 Subject: [PATCH] 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 --- .../eiffelstudio/eiffelstudio-reference/console-tool.wiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/console-tool.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/console-tool.wiki index 2dde25dd..72a085b7 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/console-tool.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/console-tool.wiki @@ -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