Semin Park
Semin Park
## What does this PR do? ~~Took #3791, rebased on top of master and modified the jump logic for word based jumps.~~ Now it's based on #5420. Disclaimer: the logic...
Usually we find out the language based on file extension and use the comment style used for the language. This PR lets helix figure out the correct comment style by...
closes #529 There already is `OBXPropertyType.Long`, so this PR adds this to the `PropertyType`.
In your leap usage example, `leap.update()` is called within the for loop. However, shouldn't it be called right after the for loop as well? Since `leap.update()` does nothing but register...