Bozhidar Batsov
Bozhidar Batsov
> Something like. But with a different standard UI and a "replace in all matches" command. Got it. I'll play with it when I get the chance. > It's also...
I totally forgot about this ticket, but I'll (finally) add this patch to Projectile soon.
I think the actual problem is that those get deleted on startup by the code that checks if the remembered projects exist or not. Remote project don't exist until you...
Well, as this has to happen on startup there's really no way to avoid loading tramp - after all you need to check whether the known projects are remote. I'm...
Looking at the code it seems this should generate unique names: ``` (defun projectile-run-eshell (&optional arg) "Invoke `eshell' in the project's root. Switch to the project specific eshell buffer if...
Can you get some profiling data from Emacs, so we can get a better idea where exactly this problem occurs? Off the top of my head I don't have any...
Yeah, I think that'd be just a matter of adding some check for the existence of the locatedb and leveraging it. PR welcome.
PR welcome! I'm a Windows user myself, but of the WSL variety. :-)
Yeah, that should be easy to change. We can register a new project type that's similar to Ruby on Rails for EmberJS.
I'm not particularly concerned about the tests here, but I'm wondering if there's a simpler way to fix this. Also we'll need to be extra clear in the function docstrings...