i found a bug in spket javascrit editor when selecting text with keyboard.
I use last spket version in eclipse on a macbook pro. The probleme is when i want to select or navigate through text with "alt+left/right keys". The cursor doesn't stop at the ".", for exemple in the piece of code :
Code: Select all
console.log('Initialized Users! This happens before the Application launch function is called');
I tried the same "code navigation" in PHP editor and it works, and when i was using spket on a ms windows pc, code navigation with keyboard worked well, so i think there is a bug in spket.
Thanks to help me because this is a very annoying bug !