Kevin Pham
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:   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...