Gary Gozlan

Results 46 issues of Gary Gozlan

Concerning your hello world ``` html { { Hello from OneScript } { Hello from OneScript Let's count some numbers { defaultColor = 'blue' this.each([1, 2, 3, 5]); { font-weight:...

https://featuretests.io/

1. select current word under cursor cf #744 2. select previous occurrence of word `:editor.sublime.selectPreviousOccurrence` #2216 3. yank emacs style ctrl-y (ctrl-k needs to save what it kills) #2217

good first issue

- [ ] add a close button to the console on mouseover - [ ] when the search input is currently focused and you type its key binding, select the...

UI
enhancement

counterpart of `:editor.sublime.selectNextOccurrence` cf https://github.com/LightTable/LightTable/issues/2215#issuecomment-222798464

codemirror
feature

When I use `/\S+(?=[ ])/` as the regex and `"$0"` as the replacement nothing happens.

enhancement
search / replace

read title

UI
enhancement
search / replace

https://www.clojuriststogether.org/open-source/ Application Requirements: - [x] **You** are a maintainer of the project, i.e. you have commit access to the project, or the others that work on the project recognise you...

task

cf https://github.com/LightTable/LightTable/issues/2215#issuecomment-222798464 `sublimeYank` from http://codemirror.net/keymap/sublime.js Ours would use [killLine](http://codemirror.net/doc/manual.html#command_killLine) as the source instead of a region. https://github.com/codemirror/CodeMirror/blob/208af47a5963c04a45406b78ea18d716a9e0cd44/lib/codemirror.js#L5622

codemirror
good first issue
feature

> Which issue, if any, is this issue related to? Closes #5091 see also #2027 #5221 #3516 #1953 > Is there anything in the PR that needs further explanation? ~check...