Kevin Pham

Results 19 comments of Kevin Pham

I think a configurable / sane default timeout might also be useful here, for example, if it was configured but maybe the configuration was not 100% correct. https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_configuration.html#http-connect-timeout This might...

+1, this would be very useful. It'd be the alternative for a gum filter but give you more than the current `choose`. I'm thinking it would be nice to have...

fyi, if this is still work in progress, we're moving the master branch to MOODLE_35_STABLE so you may want to update the target. Thanks :)

This is also an issue in particular, because you cannot have nested phpdoc comments: ``` Inline doc block comments are not allowed; use "// Comment." instead (moodle.Commenting.InlineComment.DocBlock) ```

I encountered this issue myself today. Horizontal scrolling would be nice, and as James pointed out it would be good to have an option where wrapping long lines is possible...

Ah I see. I am used to packages like: https://atom.io/packages/text-manipulation (13,697 downloads) https://atom.io/packages/change-case (46,282 downloads) Text manipulation examples: ![2019-02-28_21-17-45](https://user-images.githubusercontent.com/9924643/53559510-577a1180-3b9e-11e9-9495-3dfe6c51159f.gif) ![2019-02-28_21-12-53](https://user-images.githubusercontent.com/9924643/53559184-b2f7cf80-3b9d-11e9-904d-221a275a4db3.gif) Others which didn't provide the same functionality only had a...

This might be a potential use case for the current behaviour? Not sure how often I would use something like this unless I'm converting a project from one standard to...

> @t9md Have you noticed this? In large files, the `%` feature is unbearably slow, while Atom's `ctrl+m` feature is perceivably instantaneous. @trusktr Depending on what you are coding, you...

> @t9md Thank you for your reply. I'd appreciate your help - Is it possible to select a range of lines like in normal vim 10GV12G Yes you'd do just...

FWIW @notinaboat I tried adding this to my atom/keymap.cson with some level of success. ``` 'atom-text-editor': 'shift-escape': 'vim-mode-plus:activate-normal-mode' # Shift Escape to return to normal mode ``` You may need...