Andre Greeff

Results 57 comments of Andre Greeff

> hmmm... I'll try again on Windows soon. trying this again on my Windows 10 PC this morning, I now have hot reload working.. same Node and NPM versions, cloned...

ah, I think I've got something.. I was just running through this with the newer versions of `@nodegui/react-nodegui`, while leaving **all other deps alone**. both `0.11.0` and `0.12.0` are good,...

I see there's currently an open PR that provides this type of functionality (see #152), haven't tried it myself yet, but I have a feeling that manually installing extensions may...

@axetroy, is that `package.json` file from before or after you ran the manual `npm install ... --save-dev` command? Keep in mind, the Grunt file calls tasks that are provided by...

There's no need to manually `require` each plugin, that's already taken care of by [`jit-grunt`](https://www.npmjs.com/package/jit-grunt). Your last message is somewhat unclear as to the steps you took, so let me...

I see this ticket is still open, so just out of morbid curiosity, what about using `/` as the search bar focus shortcut? Seems far easier to me than preventing...

>Moving the second part of my ticket description to a comment instead: On the note of keyboard shortcuts, there was actually something similar to VSCode's new "Smart Selection", but not...

Just a quick note: I no longer use this plugin now (mostly because of these shortcut conflicts), so I won't be adding more info to this task as I won't...

> So I understand that this problem requires support `Ctrl + Shift + M`, right? the problem itself is that simply adding custom shortcuts to mimic ST3 behaviour isn't sufficient....

From my limited understanding, I can only imagine a DB hit when the front end gets an updated string to compare (I use the "as you type" method in my...