Updated EiffelWeb wizard.
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
note
|
||||
description: "[
|
||||
Objects that ...
|
||||
]"
|
||||
author: "$Author$"
|
||||
description: "Graphical wizard for EiffelWeb projects."
|
||||
date: "$Date$"
|
||||
revision: "$Revision$"
|
||||
|
||||
@@ -28,6 +25,8 @@ feature {NONE} -- Initialization
|
||||
cons: EWF_CONSOLE_WIZARD_APPLICATION
|
||||
do
|
||||
default_create
|
||||
|
||||
-- Initialize ISE_PROJECTS variable with expected EiffelStudio value.
|
||||
if execution_environment.arguments.index_of_word_option ("-console") > 0 then
|
||||
create cons.make
|
||||
else
|
||||
|
||||
@@ -29,7 +29,7 @@ feature -- Access
|
||||
if a_page.page_id.is_case_insensitive_equal_general ("first")
|
||||
or a_page.page_id.is_case_insensitive_equal_general ("final")
|
||||
then
|
||||
create lab.make_with_text ("EWF")
|
||||
create lab.make_with_text ("EiffelWeb")
|
||||
lab.set_foreground_color (colors.white)
|
||||
Result.extend (create {GRAPHICAL_WIZARD_PAGE_WIDGET}.make_with_widget (lab))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user