Edvin Hultberg

Results 24 comments of Edvin Hultberg

@Gert-dev I have pinned it down to `this.getCurrentProjectPhpVersion()` returning `null` which will not activate any intentions from serenata. Turns out my projects `.serenata/config.json` do not exists, but indexing and navigation...

I have not mentioned it before but I'm using nvidia proprietary drivers (nouveau dont work well on my laptop). ``` # $ xrandr --verbose # (some output has been removed)...

I get the same error about `node-gyp rebuild` on debian jessie. **EDIT** I noticed the following line in the error output: `make: g++ Command not found`. I'm now able to...

This could be implemented for instance by just passing the command to spawn a new process. @acrosby What is `:r!` exactly? Can you link to some vim docs? :)

@acrosby Thanks for this, I have taken notes.

@deafwood Exactly how do you type the command in ex-mode command line, like this? `%s/'a,'bs/^/\\/\\//`

Hello @XinhaiWang `%normal` is not implemented, and as I'm unable to find any documentation, could you please provide some for `%normal` ?

I think this is possible. Pane::deleteItem has a force flag. So we could do: ```coffee # :q! pane = atom.workspace.getActivePane() pane.destroyItem(pane.getActiveItem(), true) ```

They don't "work", because the flags g and c is not implement, because of that, I do not consider this a bug, but a feature request.

@gilbertlcsndle Still not implemented. @gilbertlcsndle @ecbrodie I welcome an PR if anyone has time. :-)