4

I would like to download some sophisticated graphical interface for Raku for Windows 8. Where can I find one ? I have installed the following, which looks good, but I cannot currently run the oppened script:

enter image description here

enter image description here

EDIT

enter image description here

EDIT 2

enter image description here

I cannot enter the path to my project! It doesn't appear in the list and dragging doesn't work.

EDIT 3

enter image description here

user2925716
  • 949
  • 1
  • 6
  • 13

1 Answers1

3

To run a file in Comma you need to create an "environment" for it.

Holli
  • 5,072
  • 10
  • 27
  • How do I do that ? I got this error: `No SDK for project`. See the left bottom corner of my second snippet. – user2925716 May 30 '21 at 16:41
  • https://stackoverflow.com/questions/55075395/sdk-is-not-set-in-comma-ide – Holli May 30 '21 at 16:49
  • Partial success. The error message has changed to that of my **EDIT** above. What now ? – user2925716 May 30 '21 at 16:54
  • Don't now. Can you post the Configuration window? – Holli May 30 '21 at 16:58
  • 1
    Where can I find `Configuration window` ? Note that I have been using `comma IDE` for one hour now. – user2925716 May 30 '21 at 17:00
  • Please see my **EDIT 2**. – user2925716 May 30 '21 at 17:22
  • **EDIT 3** I've now got yet a different error: 19:31 `Error running 'Test project2': No test source roots in the project: is it properly configured?` – user2925716 May 30 '21 at 17:44
  • 1
    @user2925716 That's a well known error, and it's related IIRC to the Java version you're running. Workaround: run the tests as a script, one by one. – jjmerelo May 30 '21 at 18:55
  • @jjmerelo Oh thank you. Can you polopatically explain to me how do I do that ? You may write an entire answer as well. – user2925716 May 30 '21 at 19:23
  • 2
    A teď mi to řekni česky. - "And now in Czech". We've got also an idiom polopatě (comes from po lopatě, lit. "by the shovel") which means to explain something very simply, slowly and comprehensively. So when you're afraid you won't understand something because of its complexity, you say: Řekni mi to polopatě. ("Tell me by the shovel") or when you explained something but the other seemingly didn't undestand so you have to repeat it, you say: Teď ti to řeknu ještě jednou a polopatě. ("Now I'll tell you again and by the shovel."). – librasteve May 30 '21 at 21:28
  • @jjmerelo Right, so can you explain to me how can `I run tests as a script, one by one` ?? – user2925716 May 31 '21 at 13:44
  • @user2925716 instead of "add test", use Comma's "add script". You'll have to add the -Llib flag in the corresponding slot. Scripts will run pretty much in the same way, except you'll not be able to jump from tests failures to the place where they were produced – jjmerelo Jun 01 '21 at 06:39