srdubya
Results
2
comments of
srdubya
I got Java 11 working after looking at `native/main.m`. `main.m` assumes `libjli.dylib` is located in `/Contents/Home/jre/lib/jli/libjli.dylib`, but there is no `jre` folder within the standard JDK-11.0.1 install. The following two...
Steps: 1. Open Python file 2. Type: `if string[0:len(sub_word)] == sub_word` 3. Type: _cmd-shift-return_ Results: New-line with cursor indented at `i` in `if` above. Expected results: 1. Append a `:`...