Skip to content

Commit

Permalink
Rename refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolandscat committed Sep 20, 2023
1 parent 0bc58cf commit 00939dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ feature {ANY_UI_NODE} -- Implementation
att_aom_profile.has_aom_primitive_type_mapping_for_rm_type (rm_type_name)
then
aom_type := att_aom_profile.aom_primitive_type_mapping_for_rm_type (rm_type_name)

-- else use standard RM prim type => AOM type mapping
elseif attached c_primitive_subtypes.item (rm_type_name.as_upper) as att_aom_type then
aom_type := att_aom_type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ feature {NONE} -- Implementation
path := save_dialog.file_name.as_string_8

if not path.is_empty and then attached {ARCH_LIB_AUTHORED_ARCHETYPE} safe_source as arch_src then
arch_src.save_instance_to_file (path, a_text)
arch_src.save_text_to_file (path, a_text)
gui_agents.call_console_tool_append_agent (get_msg_line ({GENERAL_MESSAGES_IDS}.ec_file_saved_as_in_format, <<path, ext>>))
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ feature -- File Access
file_mgr.save_text_to_differential_file (a_text)
end

save_instance_to_file (a_full_path, a_text: STRING)
save_text_to_file (a_full_path, a_text: STRING)
-- Save instance to a file
require
path_valid: not a_full_path.is_empty
Expand Down

0 comments on commit 00939dc

Please sign in to comment.