While using EiffelStudio today, I looked for a quick way to copy a routine name qualified by its class name to the clipboard, for pasting elsewhere — but couldn't find one.
For example, say I want to discuss {STRING_8}.replace_substring_all
with Claude. It would be great to get that exact text onto the
clipboard with a single mouse operation. Even better would be
drag-and-drop support: dragging the routine name onto a terminal
window and having it appear as text, the way file managers let you
drag files onto a terminal and get their absolute paths inserted,
quoted (e.g. gnome-terminal + Nemo).
'/home/finnian/Dev/Eiffel/library/ISE-25.12/library/base/elks/kernel/string/string_8.e#replace_substring_all'
-- SmartDevelopersUseUnderScoresInTheirIdentifiersBecause_it_is_much_easier_to_read (Eiffel = Security by Contract + C Speed)
I'm afraid that you only get C speed in Eiffel if you write code like a C programmer. Expectation eas/is that a good compiler will transform clean code to "ugly code", but the compiler doesn't really fulfill that IMHO... 08.09.2026 15:11:31 Finnian Reilly <fin...@eiffel-loop.com>:(Eiffel = Security by Contract + C Speed)
-- SmartDevelopersUseUnderScoresInTheirIdentifiersBecause_it_is_much_easier_to_read (Eiffel = Security by Contract + C Speed)