How I Open, copy, paste some source code?

Asked by castillo over 1 year ago

Good day!

I am learning intefaz Hackety Hack, but i have some problems with it, for example:

  1. if i see a source code of ruby en some place, i want to copy and paste en Hackety Hack's editor... so I copy (control+c) and open editor of HH and i don't find the PASTE comand in anywhere.

  2. In the inteface of HH I don't find the menu with commonly known: OPEN. So i don't knows How open file .RB

Thanks a lot for your help!

1 response

  • enrique says

    castillo - not sure if you worked it out, but HH doesn't have copy/paste in menus or right-click menus, probably because it's over several platforms (OS X /Linux/Windows)

    You should be able to use alt-c and alt-v in any version to copy and paste in HH (but the normal OS copy/paste in other programs)

    eg: to copy from Windows Notepad, use ctrl-c to copy, but use alt-v to paste into HH. And alt-c from HH to ctrl-v in Notepad.

    Cheers